From b2a8b775e04bf21ec110638efe70f57323cd3dd5 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 11 Jan 2023 22:26:12 -0500 Subject: themes/default/layouts/shortcodes/tweet: Replace with link This embed has to be strangest I've ever looked at.. use a simple link card. Could use https://publish.twitter.com/oembed but that's annoying.. --- config.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 369ea15..b62e983 100644 --- a/config.json +++ b/config.json @@ -131,7 +131,6 @@ "frame-src": [ "'self'", "www.youtube-nocookie.com", - "platform.twitter.com", "en.m.wikipedia.org", "odysee.com", "www.gutenberg.org" @@ -155,12 +154,10 @@ "'self'" ], "script-src-elem": [ - "'self'", - "platform.twitter.com" + "'self'" ], "script-src": [ - "'self'", - "platform.twitter.com" + "'self'" ], "style-src": [ "'self'", -- cgit v1.2.3