diff --git a/NGINX-Reverse-Proxy-for-Web-UI.md b/NGINX-Reverse-Proxy-for-Web-UI.md index 1ed15c7..973633f 100644 --- a/NGINX-Reverse-Proxy-for-Web-UI.md +++ b/NGINX-Reverse-Proxy-for-Web-UI.md @@ -9,3 +9,6 @@ location / { proxy_set_header Origin ''; } ``` +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