From 1bb93c8f4e6191cbae34c541e3b9d525be2e587a Mon Sep 17 00:00:00 2001 From: Josh North Date: Mon, 18 Oct 2021 12:34:28 -0400 Subject: [PATCH] fix siteid cookie to secure --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index 34095b1..9b0b715 100644 --- a/.htaccess +++ b/.htaccess @@ -7,3 +7,6 @@ Header append X-Content-Type-Options "nosniff" Header always set Strict-Transport-Security "max-age=604800; includeSubDomains" Header set X-Content-Type-Options nosniff + + Header edit Set-Cookie ^(.*)$ $1;SameSite=Strict +