@abtnode/constant 1.16.49-beta-20250828-094758-93e69d1f → 1.16.49-beta-20250828-131156-98768a61

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.
Files changed (2) hide show
  1. package/index.js +24 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -846,4 +846,28 @@ module.exports = Object.freeze({
846
846
  'blocklet:write': 'Manage blocklet components and configuration',
847
847
  },
848
848
  AIGNE_CONFIG_ENCRYPT_SALT: 'AIGNE_CONFIG_ENCRYPT_SALT',
849
+ CSP_OFFICIAL_SOURCES: [
850
+ 'https://arcblock.io',
851
+ 'https://*.arcblock.io',
852
+ 'https://didnames.io',
853
+ 'https://*.didnames.io',
854
+ 'https://didwallet.io',
855
+ 'https://*.didwallet.io',
856
+ 'https://abtnetwork.io',
857
+ 'https://*.abtnetwork.io',
858
+ 'https://didspaces.com',
859
+ 'https://*.didspaces.com',
860
+ 'https://blocklet.dev',
861
+ 'https://*.blocklet.dev',
862
+ 'https://domain.didlabs.org',
863
+ ],
864
+ CSP_SYSTEM_SOURCES: [
865
+ 'https://*.did.abtnet.io',
866
+ 'https://*.ip.abtnet.io',
867
+ 'https://*.slp.abtnet.io',
868
+ 'https://*.did.life',
869
+ 'https://*.did.rocks',
870
+ ],
871
+ CSP_THIRD_PARTY_SOURCES: ['https://cdnjs.cloudflare.com', 'https://js.stripe.com', 'https://ipapi.co'],
872
+ CSP_ICONIFY_SOURCES: ['https://*.simplesvg.com', 'https://*.iconify.design', 'https://*.unisvg.com'],
849
873
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.49-beta-20250828-094758-93e69d1f",
6
+ "version": "1.16.49-beta-20250828-131156-98768a61",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^29.7.0"
22
22
  },
23
- "gitHead": "587711a6df767cafaadbb503daeac586e22c3988"
23
+ "gitHead": "2d2312333cf9dd50034609c678f2fd777e0ba25a"
24
24
  }