Opened 5 years ago
Closed 5 years ago
#32624 closed Cleanup/optimization (fixed)
Avoid using javascript for Local vars show/hide in technical 500 template.
| Reported by: | Collin Anderson | Owned by: | Collin Anderson |
|---|---|---|---|
| Component: | Error reporting | Version: | 3.2 |
| Severity: | Normal | Keywords: | |
| Cc: | cmawebsite@…, Collin Anderson | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
This helps get rid of some unsafe-inline javascript which helps allow a more strict Content-Security-Policy.
Change History (3)
comment:1 by , 5 years ago
| Cc: | added |
|---|
comment:2 by , 5 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
| Summary: | Avoid using javascript for Local vars show/hide → Avoid using javascript for Local vars show/hide in technical 500 template. |
| Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/django/django/pull/14239