From 4d4c9ff8e062a2b604a52eba4229a4fd89fcb846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 17 Nov 2022 21:59:03 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index dc9b03b..926f16a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,8 +14,4 @@ location __PATH__/ { # Proxy to Kavita running locally on port 5000 using ssl proxy_pass http://127.0.0.1:__PORT__; - - # Organizr support - uncomment both of the following lines - #proxy_hide_header "Content-Security-Policy"; - #add_header Content-Security-Policy "frame-ancestors $organizr;"; }