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

New permissions: "Read the icons of the websites you visit" #223

Open
adelespinasse opened this issue Oct 25, 2023 · 3 comments
Open

New permissions: "Read the icons of the websites you visit" #223

adelespinasse opened this issue Oct 25, 2023 · 3 comments

Comments

@adelespinasse
Copy link

Chrome is now telling me it has disabled New Tab Redirect until I accept the new permissions, "Read the icons of the websites you visit".

image

Is that a side effect of the new permissions added to allow loading local files? That doesn't really make sense, but extension permissions often don't make sense.

It seems like a potential privacy issue if the extension can really see the icons of every web site visited (I assume that means favicons).

@gunthre
Copy link

gunthre commented Oct 25, 2023

I see that too, but it doesn't really make sense because reading icons has been part of the extension for years. The only new permission is host permissions for local files.

@aleksusklim
Copy link

This broke my setup on several machines in last few days.

I had very critical things bound to new tab redirection (and this is the only extension that achieved my goal), which I installed years ago and it worked with frozen chrome browser version.
Google Update service was disabled.

Today I was answering phone calls and re-enabling this extension in a rush.

I didn't even realize that chrome extension can update itself like that, without explicit user action!
I just googled this solution: https://stackoverflow.com/questions/27657617/how-to-disable-google-chrome-extension-autoupdate
For windows, it proposes to run this .reg file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update]
"AutoUpdateCheckPeriodMinutes"=dword:00000000
"UpdateDefault"=dword:00000000

Before enrolling this to all machines, I have to somehow confirm that it will work and indeed prevents updating of everything. I find it strange that Chrome does not allow to simply disable auto-update on per-extension basis as Firefox does right away.

@jimschubert
Copy link
Owner

It's an unfortunate side effect of moving to Chrome's Manifest v3. Icons have always been necessary for the default new tab page, which is the core functionality of this extension.

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

4 participants