commit b983a2f59a73d0bae957158549f8038f415efa3c (tree)
parent c3d052ad01570618ee5e4c1c65bbb7711c728bc7
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Mon, 15 Jan 2024 13:38:14 +0200
e11sync-caddy: weaker STS
I don't know what I will be putting to subdomains yet.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/e11sync-caddy.nix b/pkgs/e11sync-caddy.nix
@@ -6,7 +6,7 @@
writeTextFile {
name = "e11sync-caddy";
text = ''
- header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
+ header Strict-Transport-Security "max-age=31536000"
header /static/CACHE/* Cache-Control "public, max-age=31536000, immutable"
route /static/* {