@abtnode/router-provider 1.16.41-beta-20250325-154552-2bf78c26 → 1.16.41-beta-20250331-010247-966fcfb0
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.
|
@@ -281,7 +281,7 @@ SecRule REQUEST_FILENAME "@contains /.well-known/service/connect" \
|
|
|
281
281
|
"ctl:ruleRemoveById=930120"
|
|
282
282
|
|
|
283
283
|
# Fix: dockerfile assets from discuss-kit false positive
|
|
284
|
-
SecRule REQUEST_FILENAME "@rx /.blocklet/proxy/[^/]+/assets/dockerfile-[A-Za-z0-9-]{8}\.js$" \
|
|
284
|
+
SecRule REQUEST_FILENAME "@rx /.blocklet/proxy/[^/]+/assets/dockerfile-[A-Za-z0-9-_]{8}\.js$" \
|
|
285
285
|
"id:1013,\
|
|
286
286
|
phase:1,\
|
|
287
287
|
pass,\
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.16.41-beta-
|
|
3
|
+
"version": "1.16.41-beta-20250331-010247-966fcfb0",
|
|
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.41-beta-
|
|
36
|
-
"@abtnode/logger": "1.16.41-beta-
|
|
37
|
-
"@abtnode/router-templates": "1.16.41-beta-
|
|
38
|
-
"@abtnode/util": "1.16.41-beta-
|
|
35
|
+
"@abtnode/constant": "1.16.41-beta-20250331-010247-966fcfb0",
|
|
36
|
+
"@abtnode/logger": "1.16.41-beta-20250331-010247-966fcfb0",
|
|
37
|
+
"@abtnode/router-templates": "1.16.41-beta-20250331-010247-966fcfb0",
|
|
38
|
+
"@abtnode/util": "1.16.41-beta-20250331-010247-966fcfb0",
|
|
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": "3c7f691205d82118ef5e8d60fbb2dd84fe7b7b7c"
|
|
64
64
|
}
|