Make contextualIdentities an optional permission.
See original GitHub issueCookie AutoDelete changing this internal Firefox preference:
privacy.userContext.enabled;true
in about:config without my permission and without my knowledge.
My Default preference is:
privacy.userContext.enabled;false
I also don’t have ability to control (enable/disable) this “feature”.
Enabling or disabling “Enable Support for Firefox’s Contextual Identities (EXPERIMENTAL Firefox 53+)” setting in Cookie AutoDelete option doesn’t change anything.
I’m using Cookie AutoDelete 1.4.4 + Firefox Nightly 57.0a1.
Please provide ability to control (enable/disable) this “feature” and some information after installing this extension.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Make Contextual Identity extensions be an optional permission
When an extension requires that permission Firefox does enable the contextualIdentities feature inside Firefox itself, which is something that is disabled by ...
Read more >chrome.permissions - Chrome Developers
Implementing optional permissions. # Step 1: Decide which permissions are required and which are optional. An extension can declare both required and ...
Read more >Request the right permissions | Firefox Extension Workshop
Making a runtime permission request is straightforward. Include any permissions you want to request under the manifest.json optional_permissions ...
Read more >permissions.request() - Web Extensions - W3cubDocs
... match a subset of the hosts matched by an optional permission: for example, ... Only a single request is made for all...
Read more >tabs.Tab
favIconUrl Optional: string . The URL of the tab's favicon. Only present if the extension has the "tabs" permission. It may also be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nope sorry individual APIs need their own support for optional API support.
The bug is: https://bugzilla.mozilla.org/show_bug.cgi?id=1386673 if you want to follow it.
Follow the bugzilla link above for progress as it is a browser limitation at this time.
TL;DR at this time, not yet.
Closing for now due to browser limitations. Feel free to comment on this to reopen it or create a new issue (when
contextualIdentities
can be made optional).