From cc2cb5215765f8db924ec013c6bc1af250dc8546 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 12 Jul 2018 00:37:21 +0200 Subject: [PATCH] Add missing font hosts to CSP header --- 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