Merge pull request #9993 from Chocobo1/referer

Enforce referrer-policy in WebUI
This commit is contained in:
Mike Tzou 2018-12-14 13:23:04 +08:00 committed by GitHub
commit deed457764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 11 deletions

View file

@ -157,4 +157,5 @@ private:
bool m_isCSRFProtectionEnabled;
bool m_isHostHeaderValidationEnabled;
bool m_isHttpsEnabled;
QString m_contentSecurityPolicy;
};