You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client side redirects are difficult given that a headless browser is not very practical for a browser extension given the excessive overhead. Resolving individual urls in a new window is also not optimal because that could drop many unwanted cookies for the user. Therefore, we resolve the urls by creating a request and waiting for a response redirect , but cannot check if the javascript on the new page redirects elsewhere.
The text was updated successfully, but these errors were encountered:
Client side redirects are difficult given that a headless browser is not very practical for a browser extension given the excessive overhead. Resolving individual urls in a new window is also not optimal because that could drop many unwanted cookies for the user. Therefore, we resolve the urls by creating a request and waiting for a response redirect , but cannot check if the javascript on the new page redirects elsewhere.
The text was updated successfully, but these errors were encountered: