Opened 8 years ago

Last modified 4 months ago

#25706 assigned Cleanup/optimization

Support CSP default-src 'self' on Django Admin GIS — at Version 2

Reported by: Thomas Grainger Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords: CSP inline javascript
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Thomas Grainger)

Currently there's work (https://github.com/django/django/pull/5567) to comply with Content-Security-Policy: default-src 'self' on the base admin.

It's going to require further re-factoring to apply the same to django GIS

This change will also require the addition of Selenium tests for the Django GIS Admin

See also #15727

Change History (2)

comment:1 by Thomas Grainger, 8 years ago

Description: modified (diff)
Keywords: CSP inline javascript added

comment:2 by Thomas Grainger, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top