This commit is contained in:
parent
161c61bcce
commit
571a2351e9
1 changed files with 2 additions and 0 deletions
2
main.go
2
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 = ""
|
||||
|
|
Loading…
Reference in a new issue