Proposal: API to allow incognito access #658
Labels
neutral: safari
Not opposed or supportive from Safari
opposed: chrome
Opposed by Chrome
opposed: firefox
Opposed by Firefox
topic: private browsing
Background
Some APIs, like proxy.settings, require incognito permission.
While extensions can enquire extension.isAllowedIncognitoAccess, currently, there is no API for the extension to handle the user option within the extension environment. Extensions are forced to ask users to go to the appropriate browser page in order to allow incognito access.
Proposal
Add an API to enable extensions to requests incognito access from the users (similar to permissions.request())
For example:
See also:
The text was updated successfully, but these errors were encountered: