@mashroom/mashroom-helmet
Advanced tools
Comparing version 2.2.3 to 2.3.0
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "2.2.3", | ||
"version": "2.3.0", | ||
"files": [ | ||
@@ -13,6 +13,6 @@ "dist/**" | ||
"dependencies": { | ||
"helmet": "^6.0.0" | ||
"helmet": "^6.0.1" | ||
}, | ||
"devDependencies": { | ||
"@mashroom/mashroom": "2.2.3" | ||
"@mashroom/mashroom": "2.3.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "scripts": { | ||
"crossOriginOpenerPolicy": { | ||
"policy": "same-origin-allow-popups" | ||
"policy": "same-origin" | ||
}, | ||
@@ -53,7 +53,8 @@ "crossOriginResourcePolicy": { | ||
}, | ||
"ieNoOpen": false, | ||
"frameguard": { | ||
"action": "sameorigin" | ||
}, | ||
"permittedCrossDomainPolicies": false, | ||
"permittedCrossDomainPolicies": { | ||
"permittedPolicies": "none" | ||
}, | ||
"hidePoweredBy": false, | ||
@@ -60,0 +61,0 @@ "xssFilter": true |
@@ -20,21 +20,27 @@ | ||
"contentSecurityPolicy": false, | ||
"dnsPrefetchControl ": { | ||
"crossOriginEmbedderPolicy": false, | ||
"crossOriginOpenerPolicy": { | ||
"policy": "same-origin" | ||
}, | ||
"crossOriginResourcePolicy": { | ||
"policy": "same-site" | ||
}, | ||
"expectCt": false, | ||
"referrerPolicy": false, | ||
"hsts": { | ||
"maxAge": 31536000 | ||
}, | ||
"noSniff": true, | ||
"originAgentCluster": false, | ||
"dnsPrefetchControl": { | ||
"allow": false | ||
}, | ||
"expectCt": false, | ||
"featurePolicy": false, | ||
"frameguard": { | ||
"action": "deny" | ||
"action": "sameorigin" | ||
}, | ||
"permittedCrossDomainPolicies": { | ||
"permittedPolicies": "none" | ||
}, | ||
"hidePoweredBy": false, | ||
"hsts": { | ||
"maxAge": 31536000 | ||
}, | ||
"ieNoOpen": false, | ||
"noSniff": {}, | ||
"permittedCrossDomainPolicies": false, | ||
"referrerPolicy": false, | ||
"xssFilter": { | ||
"mode": null | ||
} | ||
"xssFilter": true | ||
} | ||
@@ -41,0 +47,0 @@ } |
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
5597
57
Updatedhelmet@^6.0.1