From 87b6b35489e69af4d77ed294024f7b0b15129bf3 Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 10 Oct 2022 16:48:54 -0400 Subject: themes/default/layouts/shortcodes/pdf: Use object for PDF Remove external PDF viewer in demonstration. --- config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 8959411..b2d2ae3 100644 --- a/config.json +++ b/config.json @@ -134,12 +134,13 @@ "platform.twitter.com", "en.m.wikipedia.org", "odysee.com", - "docs.google.com" + "www.gutenberg.org" ], "img-src": [ "'self'", "http://preview.test", - "imgs.xkcd.com" + "imgs.xkcd.com", + "www.gutenberg.org" ], "manifest-src": [ "'self'" @@ -150,7 +151,8 @@ "i.imgur.com" ], "object-src": [ - "'none'" + "'self'", + "www.gutenberg.org" ], "prefetch-src": [ "'self'" -- cgit v1.2.3