Forward subscription-user-info header for Stash

This commit is contained in:
Peng-YM 2022-04-28 16:19:53 +08:00
parent 063cbee198
commit 8b1928e2da
2 changed files with 3 additions and 3 deletions

View File

@ -165,7 +165,7 @@ function service() {
// forward flow headers // forward flow headers
if ( if (
["QX", "Surge", "Loon"].indexOf( ["QX", "Surge", "Loon", "Clash"].indexOf(
getPlatformFromHeaders(req.headers) getPlatformFromHeaders(req.headers)
) !== -1 ) !== -1
) { ) {

File diff suppressed because one or more lines are too long