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"