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 = ""