sinzmise-cetastories-en 2.0.0-1732431967122 → 2.0.0-1732432159347

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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