mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +00:00
Block more headers, where possible
This commit is contained in:
parent
015f15d2e7
commit
07a87b4571
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ const blacklistedHeaders = [
|
|||
'cf-ray',
|
||||
'cf-visitor',
|
||||
'cf-ew-via',
|
||||
'cdn-loop',
|
||||
'x-amzn-trace-id',
|
||||
'cf-ipcountry',
|
||||
'x-forwarded-for',
|
||||
'x-forwarded-host',
|
||||
'x-forwarded-proto',
|
||||
|
|
|
|||
Loading…
Reference in a new issue