ke-d
ke-d
I can reproduce it in Firefox and Firefox on Android even with a clean cache. I can also confirm that the problem does not exist in Chrome.
Yes, everything is at default.
Cookie extensions dealing with first party isolation have to add explicit support for it. https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/cookies >In the cookies API, the first party domain is represented using the firstPartyDomain attribute. All...
> Thanks so much for your great work! Thanks! As for this feature request, which parts of the extension would you like to control specifically and which keyboard shortcuts are...
So a blacklist basically?
@MrGlasspoole >This one talks about deleting cookies from sites on a blacklist. I talk about rejecting all cookies by default (not first allowing and then deleting them). It is sort...
I like it but still have to deal with mobile screens and what if the user has like over 10+ containers.
Maybe, but not until an undo cleanup button is implemented.
I'm not sure if that's possible with the APIs that I am requesting right now. Those extensions I believe are using the [Webrequest API](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/webRequest) which causes the *Access browser activity...
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/storage/sync#Browser_compatibility This will probably be implemented to how uBlock does it (global clipboard). Testing with uBlock WebExtension, I haven't gotten sync to work decently. So I'm probably going to wait...