@forge/csp
Advanced tools
Comparing version 2.2.2-next.0 to 2.2.2-next.1
# @forge/csp | ||
## 2.2.2-next.1 | ||
### Patch Changes | ||
- 33e05f3f: Use _.atlassian-fex.net instead of _.atlassian-fex.com for frame-ancestors CSP | ||
## 2.2.2-next.0 | ||
@@ -4,0 +10,0 @@ |
@@ -107,3 +107,3 @@ "use strict"; | ||
return [ | ||
'*.atlassian-fex.com', | ||
'*.atlassian-fex.net', | ||
'http://localhost:*' | ||
@@ -110,0 +110,0 @@ ]; |
{ | ||
"name": "@forge/csp", | ||
"version": "2.2.2-next.0", | ||
"version": "2.2.2-next.1", | ||
"description": "Contains the CSP configuration for Custom UI resources in Forge", | ||
@@ -14,4 +14,4 @@ "main": "out/index.js", | ||
"devDependencies": { | ||
"@forge/cli-shared": "3.18.1-next.4", | ||
"@forge/manifest": "4.20.1-next.1", | ||
"@forge/cli-shared": "3.19.0-next.10", | ||
"@forge/manifest": "4.20.1-next.4", | ||
"@types/ignore-walk": "^4.0.0", | ||
@@ -18,0 +18,0 @@ "@types/jest": "^29.5.4", |
27611