revert removal of comment. see e9ed621178/src/webui/webapplication.cpp (L530)

Francisco Pombal 2021-03-04 02:52:18 +00:00
parent 0bc199c055
commit 4b39feac17

@ -17,6 +17,7 @@ location /qbt/ {
#proxy_set_header Referer '';
#proxy_set_header Origin '';
# Not needed since qBittorrent v4.1.0
add_header X-Frame-Options "SAMEORIGIN";
}
```