@abtnode/router-provider 1.16.50-beta-20250902-084222-ed7de4a8 → 1.16.51-beta-20250904-031834-c611f059

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.50-beta-20250902-084222-ed7de4a8",
3
+ "version": "1.16.51-beta-20250904-031834-c611f059",
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.50-beta-20250902-084222-ed7de4a8",
36
- "@abtnode/db-cache": "1.16.50-beta-20250902-084222-ed7de4a8",
37
- "@abtnode/logger": "1.16.50-beta-20250902-084222-ed7de4a8",
38
- "@abtnode/router-templates": "1.16.50-beta-20250902-084222-ed7de4a8",
39
- "@abtnode/util": "1.16.50-beta-20250902-084222-ed7de4a8",
35
+ "@abtnode/constant": "1.16.51-beta-20250904-031834-c611f059",
36
+ "@abtnode/db-cache": "1.16.51-beta-20250904-031834-c611f059",
37
+ "@abtnode/logger": "1.16.51-beta-20250904-031834-c611f059",
38
+ "@abtnode/router-templates": "1.16.51-beta-20250904-031834-c611f059",
39
+ "@abtnode/util": "1.16.51-beta-20250904-031834-c611f059",
40
40
  "@arcblock/http-proxy": "^1.19.1",
41
41
  "@arcblock/is-valid-domain": "^1.0.5",
42
42
  "@ocap/util": "^1.24.6",
@@ -62,5 +62,5 @@
62
62
  "bluebird": "^3.7.2",
63
63
  "fs-extra": "^11.2.0"
64
64
  },
65
- "gitHead": "a38c234351b618eeaea323c8cd7dee9760ab030f"
65
+ "gitHead": "c5cedc16ca7239ec7dcadd8e046b2f8684df335c"
66
66
  }