Skip to content

Commit

Permalink
Allow framing in Helmet, as many users have setups like monitoring tw…
Browse files Browse the repository at this point in the history
…o PWDs in a frame-based setup, which was broken by the previous release (#4495)
  • Loading branch information
sulkaharo authored Apr 28, 2019
1 parent 32b61b1 commit 4efc799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ function create(env, ctx) {
maxAge: 31536000,
includeSubDomains: includeSubDomainsValue,
preload: preloadValue
}
},
frameguard: false
}));
if (env.secureCsp) {
var secureCspReportOnly= env.secureCspReportOnly;
Expand Down

0 comments on commit 4efc799

Please sign in to comment.