Changes between Version 1 and Version 2 of Ticket #15727, comment 18


Ignore:
Timestamp:
Jan 12, 2015, 11:39:25 AM (9 years ago)
Author:
Gavin Wahl

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15727, comment 18

    v1 v2  
    33The important thing for django to support is to make the admin compatible with CSP. Otherwise, most installations can't use CSP anyway.
    44
    5 A builtin CSP middleware _could_ be useful if it had a standardized way of dealing with nonce an hash sources.
     5A builtin CSP middleware _could_ be useful if it had a standardized way of dealing with nonce an hash sources. This really seems like a third-party app and not something in django core.
Back to Top