From 4efc79965b399d7746404f7b604d97b195296ce3 Mon Sep 17 00:00:00 2001 From: Sulka Haro Date: Sun, 28 Apr 2019 22:30:38 +0300 Subject: [PATCH] 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) --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 70b3cd3016e..e8fa689e314 100644 --- a/app.js +++ b/app.js @@ -35,7 +35,8 @@ function create(env, ctx) { maxAge: 31536000, includeSubDomains: includeSubDomainsValue, preload: preloadValue - } + }, + frameguard: false })); if (env.secureCsp) { var secureCspReportOnly= env.secureCspReportOnly;