Django - Security Best Practices
You added this line in your Django middleware but the CSP header is not appearing in responses:
What is the error?
request['Content-Security-Policy'] = "default-src 'self'"
What is the error?
