Skip to content

csp fallback improvement #140

Description

@quoid

check that data exists before running csp fallback as other extension script can trigger a csp error:

if (Object.keys(data.js.auto).length != 0 && cspFallbackAttempted < 1) {

if (data && Object.keys(data.js.auto).length != 0 && cspFallbackAttempted < 1) {

related: #139

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions