Don't display / remove storage of WebExtensions
Bug #1573145 reported by
Yvon TANGUY
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cookiekeeper |
Fix Committed
|
Low
|
Yvon TANGUY | ||
1.9.0 |
Fix Released
|
Low
|
Yvon TANGUY |
Bug Description
Firefox start to support a new extension (add-on) format: WebExtensions.
Theses add-on stores their preferences in webappsstore.sqlite as well, but they are not actually correctly displayed.
CookieKeeper should ignore them.
SELECT scope, key, value FROM webappsstore2 WHERE scope LIKE '%:%:%' AND scope NOT LIKE "%:moz-extension";
Changed in cookiekeeper: | |
milestone: | none → 1.10.0 |
status: | New → Triaged |
Changed in cookiekeeper: | |
status: | Triaged → Fix Committed |
To post a comment you must log in.