From a208ce165320581b7ceeaf5115cbe9ce1109891b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 23 Aug 2024 18:31:21 +0300 Subject: [PATCH] jakstys.lt: add csp --- hosts/fwminex/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index f281029..3aa64e5 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -245,6 +245,7 @@ in ''; "jakstys.lt".extraConfig = '' header Strict-Transport-Security "max-age=31536000" + Content-Security-Policy: default-src 'self' header /_/* Cache-Control "public, max-age=31536000, immutable"