From 813ac19439cde951aed0ac254636538d38aceef6 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 22 Jul 2020 03:59:38 +0000 Subject: [PATCH] Caddyfile: update CSP Signed-off-by: Harsh Shandilya --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 44953d5..83fac2d 100644 --- a/Caddyfile +++ b/Caddyfile @@ -32,7 +32,7 @@ frame-ancestors 'none'; frame-src github.com platform.twitter.com; font-src 'self' data: commento.msfjarvis.dev; - img-src 'self' data: gfycat.com imgur.com *.imgur.com commento.msfjarvis.dev; + img-src 'self' data: gfycat.com imgur.com *.imgur.com commento.msfjarvis.dev syndication.twitter.com; object-src 'none'; script-src 'self' commento.msfjarvis.dev platform.twitter.com unpkg.com; style-src 'self' commento.msfjarvis.dev 'unsafe-inline';