From 18d04c4484683dedc73c79d5cf6fc72c2694d388 Mon Sep 17 00:00:00 2001 From: developomp Date: Thu, 30 Sep 2021 13:54:07 +0900 Subject: [PATCH] removed unnecessary cookie settings --- functions/src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/src/index.ts b/functions/src/index.ts index 0f1d92b..083f94b 100644 --- a/functions/src/index.ts +++ b/functions/src/index.ts @@ -36,8 +36,6 @@ if (process.env.FUNCTIONS_EMULATOR !== "true") { app.set("trust proxy", 1) sessionOption.cookie = { ...sessionOption.cookie, - sameSite: "none", - secure: true, } }