Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Dec 11, 2024
1 parent 0acd035 commit bcddfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/audits/origin-isolation.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class OriginIsolation extends Audit {
const rawCoop = [...coopHeaders];
const allowedDirectives = [
'unsafe-none', 'same-origin-allow-popups', 'same-origin',
'noopener-allow-popups'
'noopener-allow-popups',
];
const violations = [];
const syntax = [];
Expand Down

0 comments on commit bcddfc7

Please sign in to comment.