Merge pull request #8967 from Chocobo1/protect

Add options to control WebUI security measures
This commit is contained in:
Mike Tzou 2018-05-28 14:21:53 +08:00 committed by GitHub
commit 4a51f14328
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 105 additions and 21 deletions

View file

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