deletes containers, and adds and deletes site assignments.
This commit is contained in:
@@ -38,7 +38,7 @@ const identityState = {
|
||||
if (configKey.includes("identitiesState@@_")) {
|
||||
const cookieStoreId = String(configKey).replace(/^identitiesState@@_/, "");
|
||||
const match = identitiesList.find(localIdentity => localIdentity.cookieStoreId === cookieStoreId);
|
||||
if (!match) {
|
||||
if (!match && cookieStoreId !== "firefox-default") {
|
||||
console.log("removed ", cookieStoreId, " from storage list");
|
||||
this.remove(cookieStoreId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user