Change "Referrer" to "Referer"
This commit is contained in:
parent
4aa7d3ee73
commit
1a64b5a446
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -57,7 +57,7 @@ var strip_headers = []string{
|
||||||
"Accept-Encoding",
|
"Accept-Encoding",
|
||||||
"Authorization",
|
"Authorization",
|
||||||
"Origin",
|
"Origin",
|
||||||
"Referrer",
|
"Referer",
|
||||||
"Cookie",
|
"Cookie",
|
||||||
"Set-Cookie",
|
"Set-Cookie",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue