@abtnode/router-provider 1.16.50 → 1.16.51-beta-20250905-023351-70af144b
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.
|
@@ -457,3 +457,13 @@ SecRule REQUEST_FILENAME "@beginsWith /.blocklet/proxy" \
|
|
|
457
457
|
chain"
|
|
458
458
|
SecRule REQUEST_METHOD "@pm GET" \
|
|
459
459
|
"ctl:ruleEngine=Off"
|
|
460
|
+
|
|
461
|
+
# Disable some rules for /parking/ path for DID Names parking page and /api/products/ path
|
|
462
|
+
SecRule REQUEST_FILENAME "@rx /parking/|/api/products/" \
|
|
463
|
+
"id:1031,\
|
|
464
|
+
phase:1,\
|
|
465
|
+
pass,\
|
|
466
|
+
nolog,\
|
|
467
|
+
chain"
|
|
468
|
+
SecRule REQUEST_METHOD "@pm GET" \
|
|
469
|
+
"ctl:ruleEngine=Off"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.51-beta-20250905-023351-70af144b",
|
|
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,14 +32,14 @@
|
|
|
32
32
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@abtnode/constant": "1.16.
|
|
36
|
-
"@abtnode/db-cache": "1.16.
|
|
37
|
-
"@abtnode/logger": "1.16.
|
|
38
|
-
"@abtnode/router-templates": "1.16.
|
|
39
|
-
"@abtnode/util": "1.16.
|
|
35
|
+
"@abtnode/constant": "1.16.51-beta-20250905-023351-70af144b",
|
|
36
|
+
"@abtnode/db-cache": "1.16.51-beta-20250905-023351-70af144b",
|
|
37
|
+
"@abtnode/logger": "1.16.51-beta-20250905-023351-70af144b",
|
|
38
|
+
"@abtnode/router-templates": "1.16.51-beta-20250905-023351-70af144b",
|
|
39
|
+
"@abtnode/util": "1.16.51-beta-20250905-023351-70af144b",
|
|
40
40
|
"@arcblock/http-proxy": "^1.19.1",
|
|
41
41
|
"@arcblock/is-valid-domain": "^1.0.5",
|
|
42
|
-
"@ocap/util": "^1.24.
|
|
42
|
+
"@ocap/util": "^1.24.8",
|
|
43
43
|
"axios": "^1.7.9",
|
|
44
44
|
"debug": "^4.4.1",
|
|
45
45
|
"fast-glob": "^3.3.2",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"bluebird": "^3.7.2",
|
|
63
63
|
"fs-extra": "^11.2.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "d19892df7ce4f08a4a7a3ce96dff3bc6b01925ad"
|
|
66
66
|
}
|