From a1bb753ba677917dae8c0475dd59476037f3ba24 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Sun, 22 Dec 2019 19:19:55 +0000 Subject: [PATCH] Updated nginx config --- NGINX-Reverse-Proxy-for-Web-UI.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/NGINX-Reverse-Proxy-for-Web-UI.md b/NGINX-Reverse-Proxy-for-Web-UI.md index 92e2d9d..fcf45dc 100644 --- a/NGINX-Reverse-Proxy-for-Web-UI.md +++ b/NGINX-Reverse-Proxy-for-Web-UI.md @@ -8,9 +8,6 @@ location /qbt/ { proxy_hide_header Origin; proxy_set_header Referer ''; proxy_set_header Origin ''; - add_header X-Frame-Options "SAMEORIGIN"; # see note + # add_header X-Frame-Options "SAMEORIGIN"; # not needed since 4.1.0 } ``` -Note: For some users, several windows in the Web UI will still be blank, such as when adding a new torrent from a URL/magnet or local file. If so, try adding the following line to the location block: - -`add_header X-Frame-Options "SAMEORIGIN";` \ No newline at end of file