Skip to content

Commit

Permalink
OPDS: allow data URL thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfactotum committed Jul 2, 2020
1 parent d67691a commit 4587e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/client.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; connect-src *; sandbox;">
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; connect-src * data:; sandbox;">
<!-- This page intentionally left blank -->

0 comments on commit 4587e97

Please sign in to comment.