From 0dd39e6984893ca7fbf9958f6b7450a57dde1feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= <2803708-tao_oat@users.noreply.gitlab.com> Date: Sun, 11 Oct 2020 11:39:41 +0100 Subject: [PATCH] allow data: images in CSP --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index b4e0766..1c3a0ad 100644 --- a/netlify.toml +++ b/netlify.toml @@ -25,5 +25,5 @@ X-Content-Type-Options = "nosniff" X-Frame-Options = "DENY" X-XSS-Protection = "1" - Content-Security-Policy = "default-src 'self' https://*.fediverse.space https://plausible.cursed.technology; style-src 'self' 'unsafe-inline';" + Content-Security-Policy = "default-src 'self' https://*.fediverse.space https://plausible.cursed.technology; style-src 'self' 'unsafe-inline'; img-src 'self' data:"