Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client Side Redirects Are Currently Not Supported #1

Open
mike-swart opened this issue Nov 1, 2018 · 0 comments
Open

Client Side Redirects Are Currently Not Supported #1

mike-swart opened this issue Nov 1, 2018 · 0 comments

Comments

@mike-swart
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant