Skip to content

Commit

Permalink
Allow blob: and data: URLs in frames. (#16)
Browse files Browse the repository at this point in the history
Corresponding CL to Chromium: https://crrev.com/c/4360628
  • Loading branch information
cmfcmf authored Apr 17, 2023
1 parent 2781432 commit 8219633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The protection against server compromise would be no good if the application cou
Content-Security-Policy: base-uri 'none';
default-src 'self';
object-src 'none';
frame-src 'self' https:;
frame-src 'self' https: blob: data:;
connect-src 'self' https:;
script-src 'self' 'wasm-unsafe-eval';
img-src 'self' https: blob: data:;
Expand Down

0 comments on commit 8219633

Please sign in to comment.