mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00:00
winws: always catch http redirect
This commit is contained in:
@@ -1283,8 +1283,10 @@ static bool wf_make_filter(
|
||||
|
||||
if (bHaveTCP)
|
||||
{
|
||||
if (dp_list_have_autohostlist(¶ms.desync_profiles))
|
||||
snprintf(wf + strlen(wf), len - strlen(wf), " or\n " DIVERT_HTTP_REDIRECT);
|
||||
// may be required by orchestrators - always redirect
|
||||
// if (dp_list_have_autohostlist(¶ms.desync_profiles))
|
||||
|
||||
snprintf(wf + strlen(wf), len - strlen(wf), " or\n " DIVERT_HTTP_REDIRECT);
|
||||
}
|
||||
|
||||
if (!LIST_EMPTY(wf_raw_part))
|
||||
|
||||
Reference in New Issue
Block a user