From 716772739ad3934833ecc9ae5e83fbe1dc8b50e0 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 12 Jul 2018 01:24:42 +0200 Subject: [PATCH] Add missing font hosts to CSP header (#77) --- static/_headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/_headers b/static/_headers index 8a7e391..b671116 100644 --- a/static/_headers +++ b/static/_headers @@ -1,5 +1,5 @@ /* - Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' https://fonts.googleapis.com + Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' https://fonts.googleapis.com https://cdnjs.cloudflare.com https://fonts.gstatic.com X-Frame-Options: DENY X-Xss-Protection: 1; mode=block X-Content-Type-Options: nosniff