Allow framing in Helmet, as many users have setups like monitoring two PWDs in a frame-based setup, which was broken by the previous release (#4495)

This commit is contained in:
Sulka Haro
2019-04-28 22:30:38 +03:00
committed by GitHub
parent 32b61b11af
commit 4efc79965b
+2 -1
View File
@@ -35,7 +35,8 @@ function create(env, ctx) {
maxAge: 31536000,
includeSubDomains: includeSubDomainsValue,
preload: preloadValue
}
},
frameguard: false
}));
if (env.secureCsp) {
var secureCspReportOnly= env.secureCspReportOnly;