Skip to content

Commit

Permalink
vector/index.html: Allow fetching blob urls (#25336)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperKenVery committed May 25, 2023
1 parent 0a5173f commit 6b7f71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
style-src 'self' 'unsafe-inline' <%= csp_extra_source %>;
script-src 'self' 'wasm-unsafe-eval' https://www.recaptcha.net/recaptcha/ https://www.gstatic.com/recaptcha/ <%= csp_extra_source %>;
img-src * blob: data:;
connect-src *;
connect-src * blob:;
font-src 'self' data: <%= csp_extra_source %>;
media-src * blob: data:;
child-src * blob: data:;
Expand Down

0 comments on commit 6b7f71f

Please sign in to comment.