-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Bug: Extension opens /update page every browser launch #97
Comments
Hi @RileyMShea, huge thanks for your feedback. This is an intended design for enabled auto-update right now. You can turn it off if you prefer not to see the update page when your browser launch. In the next version, I'll change to open the update page at most one time a day if the auto-update is on. |
@Folyd I'm afraid I don't understand why it wouldn't open only once, after an actual update? It puts a really bad light on the project unless I'm missing something. |
I don't think only a one-time update is enough since our top 20K crate index and other kinds of stuff will get updated daily by daily. See Github workflow files. Imaging we have a v1.0.1 of |
Then you'd need a way to enable autoupdate but make the advertizing tab optional... it is really annoying! |
No, please don't say it is an advertising tab. 😢 This auto-update is not intended for an extension version update, it's for the offline search index instead. Due to the limitation of browser API, it's impossible to perform such an update in silence. The only way to sync the latest search index is to open this update page. However, auto-update is disabled by default. Please don't turn it on if it isn't your want. |
Oh now I understand... I think you should explain why that page is opened on the said page. Because there are so many "malicious" adons that open ad-tabs... - It must be clear why the tab opened and that this is mandatory and only necessary for the local indexing. Because my reflex whenever an extension opens a tab is to remove that extension - no questions asked... and don't feel sad I appreciate your extension and work! - it was just my perception. |
Thanks for your suggestion. I'll clarify the update page soon. |
Every time I open chrome, the rust -search-extension is opening the https://rust.extension.sh/update page in a tab, regardless of any tabs(including itself) that were open on last chrome launch.
Steps to reproduce:
Auto-update
toOn
OS: Ubuntu 20.04 x64(Linux)
Browser: Chrome Version 87.0.4280.141 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: