Django - Security Best Practices
In a Django project, you wrote:
What will be the effective CSP header in the response?
response['Content-Security-Policy'] = "default-src 'self'"
response['Content-Security-Policy'] = "script-src 'none'"
What will be the effective CSP header in the response?
