Change "Referrer" to "Referer"

This commit is contained in:
Kavin 2022-05-18 13:50:31 +01:00
parent 4aa7d3ee73
commit 1a64b5a446
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ var strip_headers = []string{
"Accept-Encoding", "Accept-Encoding",
"Authorization", "Authorization",
"Origin", "Origin",
"Referrer", "Referer",
"Cookie", "Cookie",
"Set-Cookie", "Set-Cookie",
} }