diff --git a/packages/flutter_mozilla_components/javascript/container_proxy/src/background/BackgroundMain.ts b/packages/flutter_mozilla_components/javascript/container_proxy/src/background/BackgroundMain.ts index 1afa6e52..952b1d0c 100644 --- a/packages/flutter_mozilla_components/javascript/container_proxy/src/background/BackgroundMain.ts +++ b/packages/flutter_mozilla_components/javascript/container_proxy/src/background/BackgroundMain.ts @@ -148,7 +148,7 @@ export default class BackgroundMain { cookieStoreId = 'general' } - if (this.store.isSiteOriginInSameContext(url, cookieStoreId)) { + if (cookieStoreId == 'private' || this.store.isSiteOriginInSameContext(url, cookieStoreId)) { if (tab.highlighted) { port.postMessage({ "type": "assignedSiteRequested",