From 9b1acecf42986c6b5265028922b20ff5f999dcac Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 4 Oct 2024 21:14:01 -0300 Subject: [PATCH] Add more headers --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index fffd6bc..35e86ce 100644 --- a/main.go +++ b/main.go @@ -73,6 +73,9 @@ var strip_headers = []string{ "Cookie", "Set-Cookie", "Etag", + "Alt-Svc", + "Server", + "Cache-Control", } var path_prefix = ""