From 68d2cea3d5039c321ee5ac6cbbda193f1d26f5d5 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 17 Nov 2025 11:41:33 +0100 Subject: [PATCH] xframe allow Signed-off-by: Basil Bruhn --- nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index c23589f..bfb970c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -12,7 +12,6 @@ http { default_type application/octet-stream; add_header X-Content-Type-Options nosniff; - add_header X-Frame-Options DENY; add_header X-XSS-Protection "1; mode=block"; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always; add_header Referrer-Policy no-referrer-when-downgrade;