Add option for WebUI Host header validation

Closes #9743.
This commit is contained in:
Chocobo1
2018-11-16 13:41:27 +08:00
committed by sledgehammer999
parent 1c4139906a
commit a21c386dbf
8 changed files with 67 additions and 23 deletions

View File

@@ -155,5 +155,6 @@ private:
QStringList m_domainList;
bool m_isClickjackingProtectionEnabled;
bool m_isCSRFProtectionEnabled;
bool m_isHostHeaderValidationEnabled;
bool m_isHttpsEnabled;
};