From f929079fe25b2e03dc9433a518ad062a267bcde8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 24 Aug 2024 16:22:11 +0300 Subject: [PATCH] jakstys.lt: headers --- hosts/fwminex/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 031558d..6a3634f 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -247,8 +247,8 @@ in header Strict-Transport-Security "max-age=31536000" header Content-Security-Policy "default-src 'self'" header X-Content-Type-Options "nosniff" - header Content-Security-Policy: "frame-ancestors 'none'" - header X-Frame-Options: "DENY" + header Content-Security-Policy "frame-ancestors 'none'" + header X-Frame-Options "DENY" header /_/* Cache-Control "public, max-age=31536000, immutable"