From e97a3588d8ac083e904628ce0669bbd699c850af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 23 Aug 2024 18:33:40 +0300 Subject: [PATCH] more recommendations https://developer.mozilla.org/en-US/observatory/analyze?host=jakstys.lt --- hosts/fwminex/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index a3b4c8f..031558d 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -247,6 +247,9 @@ 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 /_/* Cache-Control "public, max-age=31536000, immutable"