mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: added samesite lax
This commit is contained in:
@@ -39,7 +39,8 @@ export const registerOidcRouter = async (server: FastifyZodProvider) => {
|
||||
secret: appCfg.COOKIE_SECRET_SIGN_KEY,
|
||||
store: redisStore,
|
||||
cookie: {
|
||||
secure: appCfg.isProductionMode
|
||||
secure: appCfg.HTTPS_ENABLED,
|
||||
sameSite: "lax"
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user