feat #303: Container storage deletion and confirmation popup

This commit is contained in:
Rafee
2024-08-20 13:47:36 -04:00
parent ffbb740445
commit 606e08d2b7
8 changed files with 93 additions and 2 deletions
+2
View File
@@ -581,6 +581,8 @@ window.assignManager = {
const cookieUrl = `${cookie.secure ? "https" : "http"}://${domain}${cookie.path}`;
await browser.cookies.remove({ url: cookieUrl, name: cookie.name, storeId: cookie.storeId });
}
return true; // Success
},
async _setOrRemoveAssignment(tabId, pageUrl, userContextId, remove) {