mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 16:43:26 +00:00
blacklist more headers
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user