fix #2603: remember choice when choosing 'previous' (deny) container option
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user