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.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 84b6aad..6da97ed 100644 --- a/config.toml +++ b/config.toml @@ -107,11 +107,11 @@ enableRobotsTXT = true default-src = ["'self'"] font-src = ["'self'"] form-action = ["'self'", "lite.duckduckgo.com"] - frame-src = ["'self'", "imgur.com", "www.youtube-nocookie.com", "platform.twitter.com", "en.m.wikipedia.org", "odysee.com", "docs.google.com"] - img-src = ["'self'", "http://preview.test", "imgs.xkcd.com"] + frame-src = ["'self'", "imgur.com", "www.youtube-nocookie.com", "platform.twitter.com", "en.m.wikipedia.org", "odysee.com", "www.gutenberg.org"] + img-src = ["'self'", "http://preview.test", "imgs.xkcd.com", "www.gutenberg.org"] manifest-src = ["'self'"] media-src = ["'self'", "raw.githubusercontent.com", "i.imgur.com"] - object-src = ["'none'"] + object-src = ["'self'", "www.gutenberg.org"] prefetch-src = ["'self'"] script-src-elem = ["'self'", "s.imgur.com", "platform.twitter.com"] script-src = ["'self'", "s.imgur.com", "platform.twitter.com"] -- cgit v1.2.3