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

Login that requires cookies does not work in Forget Mode #2

Open
zelite opened this issue Aug 13, 2017 · 1 comment
Open

Login that requires cookies does not work in Forget Mode #2

zelite opened this issue Aug 13, 2017 · 1 comment

Comments

@zelite
Copy link

zelite commented Aug 13, 2017

Hi,

I'm using the Cliqz browser for android, and if I try to login on a website that requires cookies while in a forget tab the login will not work.

I think the tab should accept cookies and remove them once the tab is closed. Google Chrome seems to do that.

I guess it's a limitation of using the Webview as the rendering engine, that it stores all cookies in the same spot. But I'm opening this issue so that you are aware of it.

@spacifici
Copy link
Contributor

Hi,

you are right, there is no API to remove all the cookies belonging to a single WebView.

Possible solution will be to override all the requests, basically rewriting the network application layer.

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

2 participants