Changes between Initial Version and Version 1 of Ticket #37084


Ignore:
Timestamp:
May 5, 2026, 1:57:33 PM (2 hours ago)
Author:
Natalia Bidart
Comment:

Thank you Rob!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37084

    • Property Keywords csp nonce added
    • Property Triage Stage UnreviewedAccepted
  • Ticket #37084 – Description

    initial v1  
    99
    1010Possible 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.
     11Your 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.
    1212
    1313
Back to Top