Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce referrer-policy in WebUI #9993

Merged
merged 2 commits into from
Dec 14, 2018
Merged

Commits on Dec 10, 2018

  1. Enforce referrer-policy in WebUI

    This stops leaking private data to other websites via Referrer header.
    Chocobo1 committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    7fd30fa View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Revise CSP header

    The majority of the CSP is tuned for built-in WebUI, it may not be
    suitable for alternative UI.
    
    Also add QLatin1String to strings. This code path is called repeatedly,
    it is worth adding QLatin1String to squeeze out the last bit of
    performance.
    Chocobo1 committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    c1912e1 View commit details
    Browse the repository at this point in the history