Skip to content

Commit

Permalink
chore(lighthouse): disable csp xss
Browse files Browse the repository at this point in the history
  • Loading branch information
damienrobinson committed Nov 24, 2024
1 parent c7d97ec commit c5449d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lighthouserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'errors-in-console': WARN,
canonical: WARN,
'valid-source-maps': WARN,
'csp-xss': WARN,
},
},
upload: {
Expand Down

0 comments on commit c5449d9

Please sign in to comment.