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

[tracker] Add support for CSP 2.0 #50

Closed
muffinresearch opened this issue Jan 18, 2016 · 1 comment
Closed

[tracker] Add support for CSP 2.0 #50

muffinresearch opened this issue Jan 18, 2016 · 1 comment

Comments

@muffinresearch
Copy link
Contributor

Currently django-csp is missing support for CSP 2.0 settings:

Here's an overview of the changes from level 1 https://www.w3.org/TR/CSP2/#changes-from-level-1

@muffinresearch muffinresearch changed the title Add support for CSP 2.0 [tracker] Add support for CSP 2.0 Feb 18, 2016
@g-k
Copy link
Contributor

g-k commented Jan 3, 2017

The directives added in CSP 2.0 are:

  • base-uri
  • child-src
  • form-action
  • frame-ancestors
  • plugin-types

All of which we support. The other changes are to nonce support and report formats and how the browser handles CSP headers.

@g-k g-k closed this as completed Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants