mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Merge pull request #8967 from Chocobo1/protect
Add options to control WebUI security measures
This commit is contained in:
commit
4a51f14328
8 changed files with 105 additions and 21 deletions
|
@ -142,4 +142,8 @@ private:
|
|||
};
|
||||
QMap<QString, TranslatedFile> m_translatedFiles;
|
||||
QString m_currentLocale;
|
||||
|
||||
// security related
|
||||
bool m_isClickjackingProtectionEnabled;
|
||||
bool m_isCSRFProtectionEnabled;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue