mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Add option to control WebUI clickjacking protection
Some users actually want embedding WebUI into their custom build iframe. Closes #7370.
This commit is contained in:
parent
e8a69dd60c
commit
bad4d94f77
8 changed files with 52 additions and 3 deletions
|
@ -142,4 +142,7 @@ private:
|
|||
};
|
||||
QMap<QString, TranslatedFile> m_translatedFiles;
|
||||
QString m_currentLocale;
|
||||
|
||||
// security related
|
||||
bool m_isClickjackingProtectionEnabled;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue