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
Starting with Firefox 84, users can manage optional permissions for installed add-ons through the Add-ons Manager. The Omnibox search should automatically enable/disable when users change the clipboard write permission.
Steps to reproduce
Enable the "Integrate into address bar" option on the options page.
Disable the "Input data into clipboard" permission on the permissions page (see above screenshot).
Actual behavior
Omnibox searches are still enabled, but the emojis are not copied to the clipboard.
Expected behavior
Omnibox searches should be disabled or at least an error should be displayed.
System
Operating system and version: All
Browser and version: Firefox 84
Add-on version: 2.0
Though I’m not sure whether that is really the problem/solution. Is not the settings page (re)loaded when you click “settings” in Firefox? So should not it be a fresh new site?
Though I’m not sure whether that is really the problem/solution. Is not the settings page (re)loaded when you click “settings” in Firefox? So should not it be a fresh new site?
Bug description
Starting with Firefox 84, users can manage optional permissions for installed add-ons through the Add-ons Manager. The Omnibox search should automatically enable/disable when users change the clipboard write permission.
Steps to reproduce
Actual behavior
Omnibox searches are still enabled, but the emojis are not copied to the clipboard.
Expected behavior
Omnibox searches should be disabled or at least an error should be displayed.
System
Operating system and version: All
Browser and version: Firefox 84
Add-on version: 2.0
Possible solution
The extension can listen for browser.permissions.onAdded and browser.permissions.onRemoved API events. Note that these require at least Firefox 77.
The text was updated successfully, but these errors were encountered: