Skip to content

Commit 5be9b20

Browse files
committed
Fixed initial login of There Central
1 parent 4d0039b commit 5be9b20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BrowserProxy/BrowserProxy.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,9 +1160,12 @@ HRESULT BrowserProxyModule::OnWebResourceRequested(ICoreWebView2 *sender, ICoreW
11601160
static WCHAR *domain = L".prod.there.com";
11611161
static WCHAR *path = L"/";
11621162

1163+
ForwardCookie(cookieManager, burl, L"av", domain, path);
1164+
ForwardCookie(cookieManager, burl, L"doid", domain, path);
11631165
ForwardCookie(cookieManager, burl, L"ticket", domain, path);
11641166
ForwardCookie(cookieManager, burl, L"ticketssl", domain, path);
11651167
ForwardCookie(cookieManager, burl, L"ticketwlt", domain, path);
1168+
ForwardCookie(cookieManager, burl, L"tv", domain, path);
11661169
}
11671170
}
11681171

0 commit comments

Comments
 (0)