fix container assignement issue for private tabs
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user