stoically
stoically
One of my media files sometimes leads to a webos message popup saying "restarting app to free memory". Doesn't happen with other media files. I'd be happy to provide debug...
Currently preferences involving permanent containers aren't handled when doing an import/export. The reason here is that the containers have an ID which is unique per installation. An alternative would be...
In order to bump my dependency tree I would need to bump some of my testing libraries as well - [ ] https://github.com/stoically/webextensions-schema - [ ] https://github.com/stoically/webextensions-api-mock - [ ]...
- [ ] Refactor Isolation UI/UX to be more like e.g. [Request Control](https://addons.mozilla.org/firefox/addon/requestcontrol/) where a rule could consist of cause, origin, target, action - [ ] Merge Global and Per-Domain...
Suggested by teh 1 on matrix
As [reported on reddit](https://www.reddit.com/r/firefox/comments/ei05bt/firefox_containers_and_etag_tracking/), containers are susceptible to ETag cache tracking, even though [they shouldn't](https://wiki.mozilla.org/Security/Contextual_Identity_Project/Containers#What_is_.28and_isn.27t.29_separated_between_Containers). Easily reproducible [here](https://lucb1e.com/rp/cookielesscookies/). Not sure if an Bugzilla ticket already exists - might be worth...
Sometimes it could be helpful to see what the default for a preference was. Suggested by Konomi on matrix
TC currently compares the full moz-extension URL against the given domain pattern. It should instead parse the URL and only compare the id (domain) if the given pattern is no...
Vue 3 was officially released on Sept 18., so it'd be nice to migrate https://github.com/vuejs/vue-next/releases/tag/v3.0.0