From d9d8cfff9763e85a84968a0970abd5a07ee34525 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Mon, 14 Feb 2022 15:55:54 +0100 Subject: [PATCH] Fix typo in header name Co-authored-by: Matthew McGarvey --- src/invidious.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious.cr b/src/invidious.cr index e2f7902d..ad137ee9 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -63,7 +63,7 @@ RESPONSE_HEADERS_BLACKLIST = { "access-control-allow-origin", "alt-svc", "server", - "content-security-polic", + "content-security-policy", "x-content-type-options", "x-frame-options", "x-xss-protection",