Skip to content

Commit

Permalink
bug: Make CSP in manifest end with a semicolon
Browse files Browse the repository at this point in the history
Even though the CSP should still be parsed correctly without a trailing semicolon, I've seen questionable behviour in the past so it's better to be safe.
  • Loading branch information
maxmilton committed Dec 4, 2023
1 parent ee3b4db commit c843cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const createManifest = (
"style-src 'self'",
"img-src 'self'",
"base-uri 'none'",
'',
].join(';'),
},
cross_origin_embedder_policy: {
Expand Down

0 comments on commit c843cf4

Please sign in to comment.