Django - Security Best Practices
You added this CSP header in Django but your inline scripts stopped working:
response['Content-Security-Policy'] = "default-src 'self'"What is the likely cause and fix?
