helmet-csp
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -36,3 +36,14 @@ { | ||
"unsafes": ["'unsafe-inline'", "unsafe-inline", "'unsafe-eval'", "unsafe-eval"], | ||
"sandboxDirectives": ["allow-popups", "allow-top-navigation", "allow-same-origin", "allow-forms", "allow-pointer-lock", "allow-scripts"] | ||
"sandboxDirectives": [ | ||
"allow-forms", | ||
"allow-modals", | ||
"allow-orientation-lock", | ||
"allow-pointer-lock", | ||
"allow-popups", | ||
"allow-popups-to-escape-sandbox", | ||
"allow-presentation", | ||
"allow-same-origin", | ||
"allow-scripts", | ||
"allow-top-navigation" | ||
] | ||
} |
@@ -70,2 +70,4 @@ var config = require('./config') | ||
'Firefox for iOS': goodBrowser, | ||
IE: function (browser) { | ||
@@ -72,0 +74,0 @@ var version = parseFloat(browser.version) |
@@ -9,3 +9,3 @@ { | ||
"description": "Content Security Policy middleware.", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"license": "MIT", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
"lodash.reduce": "4.6.0", | ||
"platform": "1.3.1" | ||
"platform": "1.3.3" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22284
437
+ Addedplatform@1.3.3(transitive)
- Removedplatform@1.3.1(transitive)
Updatedplatform@1.3.3