Introduce a Content Security Policy (using django-csp as new dependency)
Add django-csp to dependencies Load middleware Add config that matches current usage but with most possible restriction
parent
1e7ca6bf
No related branches found
No related tags found
... | ... | @@ -8,5 +8,6 @@ django-simple-history==3.0.0 |
django-registration-redux==2.9 | ||
django-debug-toolbar==3.2.1 | ||
django-bootstrap-datepicker-plus==3.0.5 | ||
django-csp==3.7 | ||
mysqlclient==2.0.3 # for production deployment | ||
pytz==2021.1 |
Please register or sign in to comment