mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 10:23:25 +00:00
blacklist more headers
This commit is contained in:
@@ -6,6 +6,11 @@ const blacklistedHeaders = [
|
|||||||
'cf-ray',
|
'cf-ray',
|
||||||
'cf-visitor',
|
'cf-visitor',
|
||||||
'cf-ew-via',
|
'cf-ew-via',
|
||||||
|
'x-forwarded-for',
|
||||||
|
'x-forwarded-host',
|
||||||
|
'x-forwarded-proto',
|
||||||
|
'forwarded',
|
||||||
|
'x-real-ip',
|
||||||
];
|
];
|
||||||
|
|
||||||
function copyHeader(
|
function copyHeader(
|
||||||
|
Reference in New Issue
Block a user