Skip to content

Commit

Permalink
Merge pull request #1292 from clayheaton/main
Browse files Browse the repository at this point in the history
Fix errant comma
  • Loading branch information
crzypatchwork authored Oct 18, 2021
2 parents cb5dc34 + 23cc870 commit c422041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function injectCSPMetaTagIntoHTML(html) {
frame-src
'self';
child-src
'self',
'self'
'unsafe-inline'
blob:;
script-src
Expand Down

0 comments on commit c422041

Please sign in to comment.