sinzmise-cetastories-en 2.0.0-1732443215459 → 2.0.0-1732443702583

Sign up to get free protection for your applications and to get access to all the features.
package/config.yaml CHANGED
@@ -1,39 +1,5 @@
1
1
  name: CetaHouseEnCache
2
2
  catch_rules:
3
- - rule: _ #ClientWorker语法糖,匹配当前域,返回一个域名带端口
4
- transform_rules: #转换规则,最上面的优先最高
5
- - search: \#.* #在发送请求时匹配#后内容并移除
6
- searchin: url
7
- replace: ''
8
- - search: \?.* #在发送请求时匹配?后内容并移除,仅限静态请求
9
- replace: ''
10
- - search: boringbay\.com #绕过boringbay
11
- action: skip
12
- - search: tk\.pl\.blog\.sinzmise\.top #绕过twikoo后端
13
- action: skip
14
- - search: ([^\/.]+)\/index(|\.html)$ #url优化
15
- action: redirect
16
- redirect:
17
- to: $1/
18
- - search: ([^\/.]+)\/$
19
- replace: $1/index.html
20
- - search: _
21
- replace:
22
- - _ #保留原始请求
23
- - en.vercel.blog.sinzmise.top #Vercel托管
24
-
25
- - search: \.html$
26
- header:
27
- Content-Type: text/html;charset=UTF-8 #修复标头
28
-
29
- - search: _
30
- action: fetch
31
- fetch:
32
- status: 200
33
- engine: classic
34
- preflight: false
35
- timeout: 5000
36
-
37
3
  - rule: ^https\:\/\/((cdn|fastly|gcore|test1|quantil)\.jsdelivr\.net\/npm|unpkg\.com)
38
4
  transform_rules:
39
5
  - search: _