Changes between Initial Version and Version 1 of Ticket #37084
- Timestamp:
- May 5, 2026, 1:57:33 PM (2 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37084
- Property Keywords csp nonce added
- Property Triage Stage Unreviewed → Accepted
-
Ticket #37084 – Description
initial v1 9 9 10 10 Possible message: 11 Your CSP policy includes `CSP.NONCE` and `ContentSecurityPolicyMiddleware` is enabled, but the `django.template.context_processors.csp context processor`is not configured. The nonce will appear in the response header but not in rendered templates, so nonce-based protection will not take effect. Add "django.template.context_processors.csp" to the context_processors option of at least one Django template engine.11 Your CSP policy includes `CSP.NONCE` and `ContentSecurityPolicyMiddleware` is enabled, but the `django.template.context_processors.csp` context processor is not configured. The nonce will appear in the response header but not in rendered templates, so nonce-based protection will not take effect. Add "django.template.context_processors.csp" to the context_processors option of at least one Django template engine. 12 12 13 13