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:
Chocobo1
2018-05-21 23:33:44 +08:00
committed by sledgehammer999
parent 2a9c401db9
commit 6ad2a13386
8 changed files with 52 additions and 3 deletions

View File

@@ -142,4 +142,7 @@ private:
};
QMap<QString, TranslatedFile> m_translatedFiles;
QString m_currentLocale;
// security related
bool m_isClickjackingProtectionEnabled;
};