aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-02-10 00:28:45 -0500
committertdro <tdro@noreply.example.com>2023-02-10 00:28:45 -0500
commit8500c3134099aba462368d2ad21db8b22de2254e (patch)
treec495967d72e54261db860bef918ccc23e17e3872 /config.toml
parent017bc1c9317ab352981202dc7da0e3f9dc314043 (diff)
downloadcanory-8500c3134099aba462368d2ad21db8b22de2254e.tar.gz
canory-8500c3134099aba462368d2ad21db8b22de2254e.tar.bz2
canory-8500c3134099aba462368d2ad21db8b22de2254e.zip
themes/default/layouts/shortcodes/pdf.html -> attach.html
Generalize into attach shortcode
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 3 insertions, 3 deletions
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'"]