From f3fb53dfc416d62bc3a192eeb5b0d396152a0e08 Mon Sep 17 00:00:00 2001 From: mathias Date: Sun, 12 Feb 2017 02:25:10 +0200 Subject: [PATCH] Testing CSP --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index 0f925e5..492896d 100644 --- a/_config.yml +++ b/_config.yml @@ -6,3 +6,6 @@ exclude: - LICENSE gems: - jekyll-sitemap +webrick: + headers: + Content-Security-Policy: default-src https: 'unsafe-inline' 'unsafe-eval' \ No newline at end of file