From 571a2351e98fa59c19b2e07aabb03086b31e5319 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 20 Dec 2024 17:27:03 -0300 Subject: [PATCH] strip report-to header from responses --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index fc83777..a75eaee 100644 --- a/main.go +++ b/main.go @@ -86,6 +86,8 @@ var strip_headers = []string{ "Alt-Svc", "Server", "Cache-Control", + // https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/report-to + "report-to", } var path_prefix = ""