-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Web Store Update URL Missing, causing source-attribution confusion #19069
Comments
Verified
Steps:
Confirmed I no longer saw the
Verified
Steps:
Confirmed I no longer saw the
|
FYI it looks like this bug made it into Release 1.32.106. |
@JimBreton Apologies; we're working on getting this uplifted and delivered. |
thanks for the heads-up; this should be in the next release of |
Clearing the |
Verification passed on
Verified passed with
Verification passed on
|
Description
Extensions installed from the Chrome Web Store are claiming to be not from the web store. This includes extensions like Google Translate and more, which clearly are from the Chrome Web Store.
Steps to Reproduce
Actual result:
The extension is not properly identified as having originated from the Web Store.
Reproduces how often:
Always.
Brave version (brave://version info)
1.32.84, 1.32.85, 1.33.37
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
https://github.com/brave/brave-core/blob/9929ff6411a14350dd61fd19a37e93726b44e64d/common/extensions/brave_extensions_client.cc#L47 assumes a
kComponentUpdater
switch, never falling back onextension_urls::GetDefaultWebstoreUpdateUrl()
in its absence.The text was updated successfully, but these errors were encountered: