aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-12 03:50:28 -0400
committertdro <tdro@noreply.example.com>2022-06-12 03:50:28 -0400
commit878408fb5c8cfc17e695ae846fa0a13c5f0bb848 (patch)
treec38a579d2f8a9f44abb83e040fb778178ef9b66f /config.toml
parent55abba4c9703d0e5f0ec3c3770d723c22d40a161 (diff)
downloadcanory-878408fb5c8cfc17e695ae846fa0a13c5f0bb848.tar.gz
canory-878408fb5c8cfc17e695ae846fa0a13c5f0bb848.tar.bz2
canory-878408fb5c8cfc17e695ae846fa0a13c5f0bb848.zip
themes/default/layouts/partials/video-container: Source of truth for video embeds
Static videos with cached copy. Convert imgur short code into a video short code helper. Replace dynamic embed with static.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 1be38e8..1991457 100644
--- a/config.toml
+++ b/config.toml
@@ -104,7 +104,7 @@ enableRobotsTXT = true
formaction = ["'self'", "lite.duckduckgo.com"]
framesrc = ["'self'", "imgur.com", "www.youtube-nocookie.com", "platform.twitter.com", "en.m.wikipedia.org", "odysee.com", "docs.google.com"]
imgsrc = ["'self'", "http://preview.test", "imgs.xkcd.com"]
- mediasrc = ["'self'", "raw.githubusercontent.com"]
+ mediasrc = ["'self'", "raw.githubusercontent.com", "i.imgur.com"]
objectsrc = ["'none'"]
prefetchsrc = ["'self'"]
scriptsrc = ["'self'", "s.imgur.com", "platform.twitter.com"]