mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Add option to control CSRF protection
Some users are using WebUI with simple port-forwarding from their router, providing an option to control the protection will save them from setting up an non-trival web proxy. Closes #7274.
This commit is contained in:
committed by
sledgehammer999
parent
6ad2a13386
commit
12d0a3acc1
@@ -145,4 +145,5 @@ private:
|
||||
|
||||
// security related
|
||||
bool m_isClickjackingProtectionEnabled;
|
||||
bool m_isCSRFProtectionEnabled;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user