From 1fcfce67f8584593614f9f8aa90686551161a2cd Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 24 Oct 2025 10:34:01 +0200 Subject: remove redundant enable nextcloud jail; remove x-xx-protecion header --- hosts/sachiel/configuration.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'hosts/sachiel/configuration.nix') diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index a7f4cbe..61cbda9 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -74,7 +74,6 @@ backend = "systemd"; journalmatch = "SYSLOG_IDENTIFIER=Nextcloud"; # END modification to work with syslog instead of logile - enabled = true; port = 443; protocol = "tcp"; filter = "nextcloud"; @@ -129,7 +128,6 @@ add_header 'Referrer-Policy' 'same-origin'; add_header X-Frame-Options DENY; add_header X-Content-Type-Options nosniff; - add_header X-XSS-Protection "1; mode=block"; ''; virtualHosts."cloud.schererleander.de" = { -- cgit v1.3.1