From 8f9bfe3caa7db5de41930e107c35e8e851abfd7d Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Wed, 15 Apr 2020 19:27:42 +0200 Subject: [PATCH] Update CSP --- config/staging/config.toml | 2 +- layouts/index.headers | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/staging/config.toml b/config/staging/config.toml index 3453ac0..7fd1a79 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -1,2 +1,2 @@ -baseurl = "https://hyas-staging.netlify.com/" +baseurl = "https://doks-staging.netlify.com/" canonifyURLs = false diff --git a/layouts/index.headers b/layouts/index.headers index 7a197e1..5e5e27d 100644 --- a/layouts/index.headers +++ b/layouts/index.headers @@ -2,7 +2,6 @@ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block - Content-Security-Policy: default-src 'self'; img-src 'self' data:; object-src 'none'; script-src 'self' 'unsafe-eval'; style-src 'self' X-Frame-Options: SAMEORIGIN Referrer-Policy: strict-origin Feature-Policy: geolocation 'self'