Fix showbox + add support for new simple-proxy version

This commit is contained in:
mrjvs
2024-01-04 21:11:24 +01:00
parent 1d2dbcf903
commit f1c29aab90
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ const headerMap: Record<string, string> = {
cookie: 'X-Cookie',
referer: 'X-Referer',
origin: 'X-Origin',
'user-agent': 'X-User-Agent',
};
const responseHeaderMap: Record<string, string> = {