@abtnode/router-provider 1.16.47-beta-20250801-094129-1ba43aaa → 1.16.47-beta-20250805-140707-3a4df7fd
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.
|
@@ -427,3 +427,23 @@ SecRule REQUEST_FILENAME "@endsWith /.well-known/service/admin/api/preferences"
|
|
|
427
427
|
chain"
|
|
428
428
|
SecRule REQUEST_METHOD "@pm GET POST PUT" \
|
|
429
429
|
"ctl:ruleEngine=Off"
|
|
430
|
+
|
|
431
|
+
# Disable some rules for /api/v2/chat endpoint for aigne-hub
|
|
432
|
+
SecRule REQUEST_FILENAME "@contains /api/v2/chat" \
|
|
433
|
+
"id:1028,\
|
|
434
|
+
phase:1,\
|
|
435
|
+
pass,\
|
|
436
|
+
nolog,\
|
|
437
|
+
chain"
|
|
438
|
+
SecRule REQUEST_METHOD "@pm POST" \
|
|
439
|
+
"ctl:ruleEngine=Off"
|
|
440
|
+
|
|
441
|
+
# Disable some rules for /discussions/add endpoint for discuss-kit
|
|
442
|
+
SecRule REQUEST_FILENAME "@contains /discussions/add" \
|
|
443
|
+
"id:1029,\
|
|
444
|
+
phase:1,\
|
|
445
|
+
pass,\
|
|
446
|
+
nolog,\
|
|
447
|
+
chain"
|
|
448
|
+
SecRule REQUEST_METHOD "@pm GET POST PUT" \
|
|
449
|
+
"ctl:ruleEngine=Off"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.16.47-beta-
|
|
3
|
+
"version": "1.16.47-beta-20250805-140707-3a4df7fd",
|
|
4
4
|
"description": "Routing engine implementations for abt node",
|
|
5
5
|
"author": "polunzh <polunzh@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/ArcBlock/blocklet-server#readme",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@abtnode/constant": "1.16.47-beta-
|
|
36
|
-
"@abtnode/db-cache": "1.16.47-beta-
|
|
37
|
-
"@abtnode/logger": "1.16.47-beta-
|
|
38
|
-
"@abtnode/router-templates": "1.16.47-beta-
|
|
39
|
-
"@abtnode/util": "1.16.47-beta-
|
|
35
|
+
"@abtnode/constant": "1.16.47-beta-20250805-140707-3a4df7fd",
|
|
36
|
+
"@abtnode/db-cache": "1.16.47-beta-20250805-140707-3a4df7fd",
|
|
37
|
+
"@abtnode/logger": "1.16.47-beta-20250805-140707-3a4df7fd",
|
|
38
|
+
"@abtnode/router-templates": "1.16.47-beta-20250805-140707-3a4df7fd",
|
|
39
|
+
"@abtnode/util": "1.16.47-beta-20250805-140707-3a4df7fd",
|
|
40
40
|
"@arcblock/http-proxy": "^1.19.1",
|
|
41
41
|
"@arcblock/is-valid-domain": "^1.0.5",
|
|
42
42
|
"@ocap/util": "^1.21.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"bluebird": "^3.7.2",
|
|
63
63
|
"fs-extra": "^11.2.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "eee7c229e99cc764a20be2ce0347d6895766a8a0"
|
|
66
66
|
}
|