-
Notifications
You must be signed in to change notification settings - Fork 177
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
Update to django-csp 4.0 #4800
Update to django-csp 4.0 #4800
Conversation
@groovecoder We may want to wait for #4796, since that also changes the CSP rules. Or get those changes into this PR as well. |
Either way is fine. The CSP changes in #4796 will be easy to change to this new syntax. |
This release is still in beta, and includes a change in the CSP configuration.
402ff1e
to
911e86e
Compare
"connect-src": [ | ||
SELF, | ||
"https://www.google-analytics.com/", | ||
"https://www.googletagmanager.com/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: thanks!
This release is in beta, but we can be an early adopter to help work out the bugs.
How to test
./manage.py check
, no issues reported