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

Fix the CSP header #2237

Merged
merged 1 commit into from Oct 5, 2021
Merged

Fix the CSP header #2237

merged 1 commit into from Oct 5, 2021

Commits on Oct 5, 2021

  1. fix setting CSP header options

    The header_property does not set the on_update method in the CSP
    datastructure which means any changes wouldn't be set in the
    headers. This fixes the issue by specifying the properties directly
    and including tests to ensure it works.
    pgjones authored and davidism committed Oct 5, 2021
    Copy the full SHA
    9ee2b8c View commit details
    Browse the repository at this point in the history