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;"; }