From 81ffed475841ab1c912bec226799c826a21978e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 20 Jan 2022 13:43:49 +0100 Subject: [PATCH] Add 'sameSite' option to login cookie --- webapp/nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index b4fc3aa7c..90f142145 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -201,6 +201,7 @@ export default { /** * A Boolean indicating if the cookie transmission requires a * secure protocol (https). Defaults to false. */ secure: CONFIG.COOKIE_HTTPS_ONLY, + sameSite: 'lax', }, // includeNodeModules: true, // optional, default: false (this includes graphql-tag for node_modules folder)