Skip to content

Commit

Permalink
ci: skip csp-xss assertion in lhci
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhsiung committed Jun 27, 2021
1 parent 5cc94cd commit 08f9df5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module.exports = {
collect: {
url: ['http:https://localhost:3000/'],
startServerCommand: 'npm run start',
settings: {
skipAudits: ['csp-xss'],
},
},
upload: {
target: 'temporary-public-storage',
Expand Down

0 comments on commit 08f9df5

Please sign in to comment.