fix #2603: remember choice when choosing 'previous' (deny) container option

This commit is contained in:
Rafee
2024-08-23 12:12:46 -04:00
parent cd343ab8c3
commit 6bde0a78d7
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -175,6 +175,7 @@ window.assignManager = {
this.storageArea.get(pageUrl).then((siteSettings) => {
if (siteSettings) {
siteSettings.neverAsk = true;
siteSettings.userContextId = backgroundLogic.getUserContextIdFromCookieStoreId(m.cookieStoreId);
this.storageArea.set(pageUrl, siteSettings);
}
}).catch((e) => {