You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Qwant attempts to use unsupported extension-related APIs, and offers Firefox addons to Brave users.
Steps to Reproduce
Visit https://(www|lite).qwant.com in Brave (Muon). On www… you'll see an extension panel at the top-right of the page. Clicking this will blur the page, causing it to become unusable. On lite… you'll see an addon (for Firefox) offered at the top-right of the page.
Expected result:
Neither should be shown in Brave (Muon)
Reproduces how often:
100%
Reproducible on current live release:
Yes
Additional Information
The extension offering doesn't apply to brave-muon. When the user clicks the [x] to close the panel, www.qwant.com calls ExtensionHelper.closePopin. This creates a key "closedExtPanel" in Local Storage with a value of Date.now().
The text was updated successfully, but these errors were encountered:
Test plan
See #15230
Description
Qwant attempts to use unsupported extension-related APIs, and offers Firefox addons to Brave users.
Steps to Reproduce
Visit
https://(www|lite).qwant.com
in Brave (Muon). Onwww…
you'll see an extension panel at the top-right of the page. Clicking this will blur the page, causing it to become unusable. Onlite…
you'll see an addon (for Firefox) offered at the top-right of the page.Expected result:
Neither should be shown in Brave (Muon)
Reproduces how often:
100%
Reproducible on current live release:
Yes
Additional Information
The extension offering doesn't apply to brave-muon. When the user clicks the [x] to close the panel, www.qwant.com calls
ExtensionHelper.closePopin
. This creates a key"closedExtPanel"
in Local Storage with a value ofDate.now()
.The text was updated successfully, but these errors were encountered: