From 7c57ebfd906366d6854efe3b6e509115afe2ad73 Mon Sep 17 00:00:00 2001 From: mat ess Date: Thu, 20 Oct 2022 21:19:21 -0400 Subject: [PATCH] Long header --- headers/production | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/headers/production b/headers/production index 521210b..a93b093 100644 --- a/headers/production +++ b/headers/production @@ -12,13 +12,4 @@ # content security policy # style-src 'unsafe-inline': syntax highlighting in codefences # sandbox allow-popups: enable target="_blank" links to open in new tabs - Content-Security-Policy: default-src 'none' - Content-Security-Policy: img-src 'self' https://mat.services https://stats.mat.services - Content-Security-Policy: style-src 'self' https://mat.services 'unsafe-inline' - Content-Security-Policy: font-src 'self' https://mat.services - Content-Security-Policy: script-src 'self' https://mat.services https://stats.mat.services - Content-Security-Policy: form-action 'none' - Content-Security-Policy: frame-ancestors 'none' - Content-Security-Policy: base-uri 'none' - Content-Security-Policy: upgrade-insecure-requests - Content-Security-Policy: sandbox allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox + Content-Security-Policy: default-src 'none'; img-src 'self' https://mat.services https://stats.mat.services; style-src 'self' https://mat.services 'unsafe-inline'; font-src 'self' https://mat.services; script-src 'self' https://mat.services https://stats.mat.services; form-action 'none'; frame-ancestors 'none'; base-uri 'none'; upgrade-insecure-requests; sandbox allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox