-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Privacy leaking #370
Comments
You make a good point. I think we'll be removing the zoom feature since Chrome's native zooming is more robust. |
Thanks for your reply. In my opinion, Vimium's zoom feature is important that I can zoom pages without touching my mouse. So maybe the best way is keeping this feature but implement this feature in another way. |
You can use Chrome's internal zoom using CMD-+, so no mouse is needed even if we remove this feature. |
Thanks. I'm looking forward to see your update. |
When I use "zi" or "zo" to zoom pages, Vimium records the site and the zoom level in the local storage, such as "zoomXXX.COM" => ",120". This will leak privacy and it's difficult to delete the records.
Please delete these records when we clean browse data. Thanks a lot.
The text was updated successfully, but these errors were encountered: