@forge/csp
Advanced tools
Comparing version 1.6.0-next.0 to 1.6.0-next.1
# @forge/csp | ||
## 1.6.0-next.1 | ||
### Patch Changes | ||
- f8ae8a2: Add support for Bitbucket origin in Custom UI | ||
## 1.6.0-next.0 | ||
@@ -4,0 +10,0 @@ |
@@ -72,6 +72,12 @@ "use strict"; | ||
if (env === 'prod') | ||
return ['*.atlassian.net']; | ||
return ['*.jira-dev.com', 'http://localhost:*']; | ||
return ['*.atlassian.net', 'bitbucket.org']; | ||
return [ | ||
'*.jira-dev.com', | ||
'http://localhost:*', | ||
'*.devbucket.org', | ||
'https://staging.bb-inf.net', | ||
'https://integration.bb-inf.net' | ||
]; | ||
} | ||
} | ||
exports.CSPInjectionService = CSPInjectionService; |
{ | ||
"name": "@forge/csp", | ||
"version": "1.6.0-next.0", | ||
"version": "1.6.0-next.1", | ||
"description": "Contains the CSP configuration for Custom UI resources in Forge", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
Sorry, the diff of this file is not supported yet
22190
333