From 2aa6f401537b967f3a1c6583760ce4d75a63f446 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Thu, 29 Apr 2021 00:40:47 +0200 Subject: [PATCH] Changed Samesite Attribute --- hosts/hainich/services/codimd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hainich/services/codimd.nix b/hosts/hainich/services/codimd.nix index d22c167..19f788c 100644 --- a/hosts/hainich/services/codimd.nix +++ b/hosts/hainich/services/codimd.nix @@ -44,6 +44,7 @@ "CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR" = "display-name"; "CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR" = "email"; "CMD_OAUTH2_PROVIDERNAME" = "Infra4Future"; + "CMD_COOKIE_POLICY" = "none"; }; services.postgresql = { enable = true;