mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Merge pull request #8967 from Chocobo1/protect
Add options to control WebUI security measures
This commit is contained in:
@@ -142,4 +142,8 @@ private:
|
||||
};
|
||||
QMap<QString, TranslatedFile> m_translatedFiles;
|
||||
QString m_currentLocale;
|
||||
|
||||
// security related
|
||||
bool m_isClickjackingProtectionEnabled;
|
||||
bool m_isCSRFProtectionEnabled;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user