feat #303: reset cookies in site manager

This commit is contained in:
Rafee
2024-08-01 13:58:16 -04:00
parent 1537e9f6f2
commit ffbb740445
6 changed files with 50 additions and 6 deletions
+8
View File
@@ -138,6 +138,14 @@ const Utils = {
});
},
resetCookiesForSite(pageUrl, cookieStoreId) {
return browser.runtime.sendMessage({
method: "resetCookiesForSite",
pageUrl,
cookieStoreId,
});
},
async reloadInContainer(url, currentUserContextId, newUserContextId, tabIndex, active) {
return await browser.runtime.sendMessage({
method: "reloadInContainer",