From 07a87b457103a14bf2265ff7ff0716d0ebe54fca Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sat, 6 Jan 2024 18:32:53 +0100 Subject: [PATCH] Block more headers, where possible --- src/utils/headers.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/headers.ts b/src/utils/headers.ts index cc6a8a9..44a9cb6 100644 --- a/src/utils/headers.ts +++ b/src/utils/headers.ts @@ -12,6 +12,9 @@ const blacklistedHeaders = [ 'cf-ray', 'cf-visitor', 'cf-ew-via', + 'cdn-loop', + 'x-amzn-trace-id', + 'cf-ipcountry', 'x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto',