From cf040d6a75ed7ce2968a3e24c34f58733d473524 Mon Sep 17 00:00:00 2001 From: azu Date: Tue, 27 Mar 2018 07:40:04 +0900 Subject: [PATCH] fix(https): allow data: --- _headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_headers b/_headers index f930ffb5fb..a90a37aff1 100644 --- a/_headers +++ b/_headers @@ -1,2 +1,2 @@ /* - Content-Security-Policy-Report-Only: default-src https: blob: http://www.google-analytics.com/* 'unsafe-eval' 'unsafe-inline'; + Content-Security-Policy-Report-Only: default-src https: blob: data: http://www.google-analytics.com/* 'unsafe-eval' 'unsafe-inline';