Opened 3 years ago

Closed 3 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 Collin Anderson, 3 years ago

Cc: Collin Anderson added

comment:2 by Mariusz Felisiak, 3 years ago

Owner: set to Collin Anderson
Status: newassigned
Summary: Avoid using javascript for Local vars show/hideAvoid using javascript for Local vars show/hide in technical 500 template.
Triage Stage: UnreviewedAccepted

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 1c004939:

Fixed #32624 -- Avoided using JavaScript for "Local vars" show/hide in technical 500 debug page.

Note: See TracTickets for help on using tickets.
Back to Top