Skip to content

Commit

Permalink
[Fix] 🐛 Authorization Header Remove Not as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Aug 26, 2023
1 parent 30b3429 commit fd1512e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var (
"Accept": true,
"Accept-Encoding": true,
"Accept-Language": true,
"Authorization": true,
"Referer": true,
"Connection": true,
"Cookie": true,
Expand Down

0 comments on commit fd1512e

Please sign in to comment.