Add config option for cookie SameSite policy

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2020-08-27 02:04:49 +02:00
parent 23d54b8b4b
commit 824f910bfe
No known key found for this signature in database
GPG key ID: DB99ADDDC5C0AF82
13 changed files with 41 additions and 25 deletions

View file

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