From 1ad18486ed9be39612fdfe7b8fe265e602846ab3 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Fri, 11 Jun 2021 10:54:25 -0700 Subject: [PATCH] fix: remove X-Content-Security-Policy header (#492) Per https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP : > (Sometimes you may see mentions of the `X-Content-Security-Policy` header, but that's an older version and you don't need to specify it anymore.) --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index d3c0164..3da5cce 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ - Hello World!