strip report-to header from responses
Some checks failed
CI / build (push) Failing after 15m11s

This commit is contained in:
Fijxu 2024-12-20 17:27:03 -03:00
parent 161c61bcce
commit 571a2351e9
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -86,6 +86,8 @@ var strip_headers = []string{
"Alt-Svc", "Alt-Svc",
"Server", "Server",
"Cache-Control", "Cache-Control",
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/report-to
"report-to",
} }
var path_prefix = "" var path_prefix = ""