Skip to content

Commit

Permalink
fix usage collection usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jun 23, 2021
1 parent c74ada5 commit 59303f4
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ describe('csp collector', () => {
style_src: [],
worker_src: [],
script_src: [],
connect_src: [],
default_src: [],
font_src: [],
frame_src: [],
img_src: [],
frame_ancestors: [],
report_uri: [],
report_to: [],
...config,
});
}
Expand Down

0 comments on commit 59303f4

Please sign in to comment.