Changed default policy from 'strict' to 'lax' due to the reasons mentioned in 3d1fab05

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2020-08-27 09:05:17 +02:00
parent 824f910bfe
commit 387e668275
No known key found for this signature in database
GPG key ID: DB99ADDDC5C0AF82
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ module.exports = {
upgradeInsecureRequests: 'auto',
reportURI: undefined
},
cookiePolicy: 'strict',
cookiePolicy: 'lax',
protocolUseSSL: false,
useCDN: false,
allowAnonymous: true,