@forge/csp
Advanced tools
Comparing version 1.3.0-next.1 to 1.3.0-next.2
# @forge/csp | ||
## 1.3.0-next.2 | ||
### Patch Changes | ||
- 2ddcdb2: Update frame-ancestors for dev | ||
## 1.3.0-next.1 | ||
@@ -4,0 +10,0 @@ |
@@ -69,5 +69,5 @@ "use strict"; | ||
return ['*.atlassian.net']; | ||
return ['*.jira-dev.com']; | ||
return ['*.jira-dev.com', 'http://localhost:*']; | ||
} | ||
} | ||
exports.CSPInjectionService = CSPInjectionService; |
{ | ||
"name": "@forge/csp", | ||
"version": "1.3.0-next.1", | ||
"version": "1.3.0-next.2", | ||
"description": "Contains the CSP configuration for Custom UI resources in Forge", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
16952