Skip to content

Commit

Permalink
add blob to default-src
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Aug 1, 2024
1 parent cff54a8 commit ff56eef
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 'self' blob:; img-src 'self' blob: data: *"
"content-security-policy": "default-src https: blob: 'unsafe-eval' 'unsafe-inline'; object-src 'self' blob:; img-src 'self' blob: data: *"
},
"mimeTypes": {
".json": "text/json"
Expand Down

0 comments on commit ff56eef

Please sign in to comment.