@abtnode/router-provider 1.16.52-beta-20251005-235515-42ad5caf → 1.16.52-beta-20251008-091027-c46c73e3
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.
|
@@ -474,4 +474,4 @@ SecRule REQUEST_COOKIES:x-csrf-token "@rx .*" \
|
|
|
474
474
|
phase:1,\
|
|
475
475
|
pass,\
|
|
476
476
|
nolog,\
|
|
477
|
-
ctl:ruleRemoveTargetById=942100;REQUEST_COOKIES:x-csrf-token"
|
|
477
|
+
ctl:ruleRemoveTargetById=942100;REQUEST_COOKIES:x-csrf-token,ctl:ruleRemoveTargetById=930120;REQUEST_COOKIES:x-csrf-token"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.16.52-beta-
|
|
3
|
+
"version": "1.16.52-beta-20251008-091027-c46c73e3",
|
|
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.52-beta-
|
|
36
|
-
"@abtnode/db-cache": "1.16.52-beta-
|
|
37
|
-
"@abtnode/logger": "1.16.52-beta-
|
|
38
|
-
"@abtnode/router-templates": "1.16.52-beta-
|
|
39
|
-
"@abtnode/util": "1.16.52-beta-
|
|
35
|
+
"@abtnode/constant": "1.16.52-beta-20251008-091027-c46c73e3",
|
|
36
|
+
"@abtnode/db-cache": "1.16.52-beta-20251008-091027-c46c73e3",
|
|
37
|
+
"@abtnode/logger": "1.16.52-beta-20251008-091027-c46c73e3",
|
|
38
|
+
"@abtnode/router-templates": "1.16.52-beta-20251008-091027-c46c73e3",
|
|
39
|
+
"@abtnode/util": "1.16.52-beta-20251008-091027-c46c73e3",
|
|
40
40
|
"@arcblock/http-proxy": "^1.19.1",
|
|
41
41
|
"@arcblock/is-valid-domain": "^1.0.5",
|
|
42
42
|
"@ocap/util": "^1.25.6",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"bluebird": "^3.7.2",
|
|
63
63
|
"fs-extra": "^11.2.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "2a8d239f019aece938d909a495ff1c54ad0e87a9"
|
|
66
66
|
}
|