From 8500c3134099aba462368d2ad21db8b22de2254e Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 10 Feb 2023 00:28:45 -0500 Subject: themes/default/layouts/shortcodes/pdf.html -> attach.html Generalize into attach shortcode --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 1ba7ca2..9d65688 100644 --- a/config.toml +++ b/config.toml @@ -97,11 +97,11 @@ enableRobotsTXT = true default-src = ["'self'"] font-src = ["'self'"] form-action = ["'self'", "lite.duckduckgo.com"] - frame-src = ["'self'", "www.youtube-nocookie.com", "en.m.wikipedia.org", "odysee.com", "www.gutenberg.org"] - img-src = ["'self'", "http://preview.test", "www.gutenberg.org"] + frame-src = ["'self'", "www.youtube-nocookie.com", "en.m.wikipedia.org", "odysee.com"] + img-src = ["'self'", "http://preview.test"] manifest-src = ["'self'"] media-src = ["'self'"] - object-src = ["'self'", "www.gutenberg.org"] + object-src = ["'self'"] prefetch-src = ["'self'"] script-src-elem = ["'self'"] script-src = ["'self'"] -- cgit v1.2.3