Skip to content

Commit

Permalink
Merge pull request #2757 from JohnDuprey/dev
Browse files Browse the repository at this point in the history
add blob: to content-security-policy
  • Loading branch information
JohnDuprey authored Aug 1, 2024
2 parents 0065d68 + cff54a8 commit ede1628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}
},
"globalHeaders": {
"content-security-policy": "default-src https: 'unsafe-eval' 'unsafe-inline'; object-src 'none'; img-src 'self' data: *"
"content-security-policy": "default-src https: 'unsafe-eval' 'unsafe-inline'; object-src 'self' blob:; img-src 'self' blob: data: *"
},
"mimeTypes": {
".json": "text/json"
Expand Down

0 comments on commit ede1628

Please sign in to comment.