sinzmise-cetastories-en 2.0.0-1732442994592 → 2.0.0-1732443437080

Sign up to get free protection for your applications and to get access to all the features.
package/config.yaml CHANGED
@@ -7,16 +7,10 @@ catch_rules:
7
7
  replace: ''
8
8
  - search: \?.* #在发送请求时匹配?后内容并移除,仅限静态请求
9
9
  replace: ''
10
- - search: ([^\/.]+)\/index(|\.html)$ #url优化
11
- action: redirect
12
- redirect:
13
- to: $1/
14
10
  - search: boringbay\.com #绕过boringbay
15
11
  action: skip
16
12
  - search: tk\.pl\.blog\.sinzmise\.top #绕过twikoo后端
17
13
  action: skip
18
- - search: ([^\/.]+)\/$
19
- replace: $1/index.html
20
14
  - search: _
21
15
  replace:
22
16
  - _ #保留原始请求
@@ -30,7 +24,7 @@ catch_rules:
30
24
  action: fetch
31
25
  fetch:
32
26
  status: 200
33
- engine: parallel
27
+ engine: KFCThursdayVW50
34
28
  preflight: false
35
29
  timeout: 5000
36
30