This commit is contained in:
parent
5a432c6b44
commit
5495166ddc
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ window.assignManager = {
|
|||
async deleteContainer(userContextId) {
|
||||
const sitesByContainer = await this.getAssignedSites(userContextId);
|
||||
this.area.remove(Object.keys(sitesByContainer));
|
||||
identityState.storageArea.remove(backgroundLogic.cookieStoreId(userContextId));
|
||||
// Delete wildcard lookups
|
||||
const wildcardStoreKeys = Object.values(sitesByContainer)
|
||||
.map((site) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue