@abtnode/router-provider 1.16.43-beta-20250419-231352-c78ac93d → 1.16.43-beta-20250422-042711-c40bec75
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.
|
@@ -354,4 +354,15 @@ SecRule REQUEST_FILENAME "@contains /.well-known/service/oauth" \
|
|
|
354
354
|
nolog,\
|
|
355
355
|
chain"
|
|
356
356
|
SecRule REQUEST_METHOD "@pm GET POST" \
|
|
357
|
-
"ctl:ruleRemoveById=
|
|
357
|
+
"ctl:ruleRemoveById=932270,\
|
|
358
|
+
ctl:ruleRemoveById=934110"
|
|
359
|
+
|
|
360
|
+
# Fix: did-spaces profile vcf file false positive
|
|
361
|
+
SecRule REQUEST_FILENAME "@endsWith /profile.vcf" \
|
|
362
|
+
"id:1020,\
|
|
363
|
+
phase:1,\
|
|
364
|
+
pass,\
|
|
365
|
+
nolog,\
|
|
366
|
+
chain"
|
|
367
|
+
SecRule REQUEST_METHOD "@pm GET" \
|
|
368
|
+
"ctl:ruleRemoveById=930130"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.16.43-beta-
|
|
3
|
+
"version": "1.16.43-beta-20250422-042711-c40bec75",
|
|
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,10 +32,10 @@
|
|
|
32
32
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@abtnode/constant": "1.16.43-beta-
|
|
36
|
-
"@abtnode/logger": "1.16.43-beta-
|
|
37
|
-
"@abtnode/router-templates": "1.16.43-beta-
|
|
38
|
-
"@abtnode/util": "1.16.43-beta-
|
|
35
|
+
"@abtnode/constant": "1.16.43-beta-20250422-042711-c40bec75",
|
|
36
|
+
"@abtnode/logger": "1.16.43-beta-20250422-042711-c40bec75",
|
|
37
|
+
"@abtnode/router-templates": "1.16.43-beta-20250422-042711-c40bec75",
|
|
38
|
+
"@abtnode/util": "1.16.43-beta-20250422-042711-c40bec75",
|
|
39
39
|
"@arcblock/http-proxy": "^1.19.1",
|
|
40
40
|
"@arcblock/is-valid-domain": "^1.0.5",
|
|
41
41
|
"axios": "^1.7.9",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"bluebird": "^3.7.2",
|
|
61
61
|
"fs-extra": "^11.2.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "836a400c1f953f421a8e95dc9a32ba883ac2586d"
|
|
64
64
|
}
|