mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +00:00
blacklist more headers
This commit is contained in:
parent
f890f59d43
commit
6d27577ca4
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ const blacklistedHeaders = [
|
|||
'cf-ray',
|
||||
'cf-visitor',
|
||||
'cf-ew-via',
|
||||
'x-forwarded-for',
|
||||
'x-forwarded-host',
|
||||
'x-forwarded-proto',
|
||||
'forwarded',
|
||||
'x-real-ip',
|
||||
];
|
||||
|
||||
function copyHeader(
|
||||
|
|
|
|||
Loading…
Reference in a new issue