Bug 1337964 - SiteDataManager should check correctly if a cookie belongs to a private identity or not, r=aryx, r=gijs
This commit is contained in:
@@ -50,7 +50,7 @@ global.getContainerForCookieStoreId = function(storeId) {
|
||||
}
|
||||
|
||||
let containerId = storeId.substring(CONTAINER_STORE.length);
|
||||
if (ContextualIdentityService.getIdentityFromId(containerId)) {
|
||||
if (ContextualIdentityService.getPublicIdentityFromId(containerId)) {
|
||||
return parseInt(containerId, 10);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user