fix container assignement issue for private tabs

This commit is contained in:
Fabian Freund
2026-01-29 20:11:45 +01:00
parent 40f3c243cc
commit 26b3a48bf4
@@ -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",