From 8afd500c4801171bfc2fb905310b5f72b4a90297 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 12 Jul 2018 01:24:06 +0200 Subject: [PATCH] Add missing font hosts to CSP header (#4429) --- docs/static/_headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/_headers b/docs/static/_headers index 8a7e391db..b67111695 100644 --- a/docs/static/_headers +++ b/docs/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