From 878408fb5c8cfc17e695ae846fa0a13c5f0bb848 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 12 Jun 2022 03:50:28 -0400 Subject: 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. --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index aca94bd..5912179 100644 --- a/config.json +++ b/config.json @@ -128,7 +128,8 @@ ], "mediasrc": [ "'self'", - "raw.githubusercontent.com" + "raw.githubusercontent.com", + "i.imgur.com" ], "objectsrc": [ "'none'" -- cgit v1.2.3