sinzmise-cetastories-en 2.0.0-1732431967122 → 2.0.0-1732432159347
Sign up to get free protection for your applications and to get access to all the features.
- package/404.html +1 -1
- package/archives/2023/12/index.html +1 -1
- package/archives/2023/index.html +1 -1
- package/archives/index.html +1 -1
- package/atom.xml +2 -2
- package/baidu_verify_codeva-NA6uDlCuZg.html +1 -1
- package/categories/Test/index.html +1 -1
- package/categories/index.html +1 -1
- package/comments/index.html +1 -1
- package/config.yaml +10 -0
- package/google8073542809160a67.html +1 -1
- package/index.html +1 -1
- package/js/fomal.js +1 -1
- package/package.json +1 -1
- package/posts/46521/index.html +1 -1
- package/sitemap.xml +3 -3
- package/tags/Test/index.html +1 -1
- package/tags/index.html +1 -1
package/config.yaml
CHANGED
@@ -31,6 +31,9 @@ catch_rules:
|
|
31
31
|
replace: ''
|
32
32
|
- search: \?.* #在发送请求时匹配?后内容并移除,仅限静态请求
|
33
33
|
replace: ''
|
34
|
+
- search: \#.+
|
35
|
+
searchin: url
|
36
|
+
replace: ''
|
34
37
|
- search: _
|
35
38
|
replace:
|
36
39
|
- _ #保留原始请求
|
@@ -48,3 +51,10 @@ catch_rules:
|
|
48
51
|
engine: classic
|
49
52
|
preflight: false
|
50
53
|
timeout: 5000
|
54
|
+
|
55
|
+
- search: (^4|^5)
|
56
|
+
searchin: status
|
57
|
+
action: return
|
58
|
+
return:
|
59
|
+
body: The GateWay is down!This Page is provided by ClientWorker!
|
60
|
+
status: 503
|