@forge/csp 5.6.0-next.1-experimental-e14a289 → 5.6.0-next.2-experimental-a8bc05b

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @forge/csp
2
2
 
3
- ## 5.6.0-next.1-experimental-e14a289
3
+ ## 5.6.0-next.2-experimental-a8bc05b
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,8 +8,15 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - f995494: Fix CSP for emoji service by updating host URL structure
11
12
  - 6077876: Fix analytics domains
12
13
 
14
+ ## 5.6.0-next.2
15
+
16
+ ### Patch Changes
17
+
18
+ - f995494: Fix CSP for emoji service by updating host URL structure
19
+
13
20
  ## 5.6.0-next.1
14
21
 
15
22
  ### Patch Changes
@@ -72,7 +72,7 @@ const ATLASSIAN_HOST = {
72
72
  prod: 'https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net',
73
73
  'fedramp-stg': 'https://pf-emoji-service--cdn.us-east-1.staging.cdn.atlassian-us-gov-mod.com',
74
74
  'fedramp-prod': 'https://pf-emoji-service--cdn.us-east-1.prod.cdn.atlassian-us-gov-mod.com',
75
- ...makeICHosts((env, icOptions) => `https://pf-emoji-service.${getICDomain(env, icOptions)}`)
75
+ ...makeICHosts((env, icOptions) => `https://pf-emoji-service.services.${getICDomain(env, icOptions)}`)
76
76
  },
77
77
  ATLASSIAN_FOP_GE_HOST: {
78
78
  dev: 'https://forge-outbound-proxy.dev.services.atlassian.com',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/csp",
3
- "version": "5.6.0-next.1-experimental-e14a289",
3
+ "version": "5.6.0-next.2-experimental-a8bc05b",
4
4
  "description": "Contains the CSP configuration for Custom UI resources in Forge",
5
5
  "main": "out/index.js",
6
6
  "author": "Atlassian",
@@ -11,8 +11,8 @@
11
11
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
12
12
  },
13
13
  "devDependencies": {
14
- "@forge/cli-shared": "8.11.1-next.2-experimental-e14a289",
15
- "@forge/manifest": "11.3.0-next.1-experimental-e14a289",
14
+ "@forge/cli-shared": "8.11.1-next.3-experimental-a8bc05b",
15
+ "@forge/manifest": "11.3.0-next.2-experimental-a8bc05b",
16
16
  "@types/jest": "^29.5.14",
17
17
  "@types/node": "20.19.1",
18
18
  "cheerio": "^1.1.0"