fix container assignement issue for private tabs
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ export default class BackgroundMain {
|
|||||||
cookieStoreId = 'general'
|
cookieStoreId = 'general'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.store.isSiteOriginInSameContext(url, cookieStoreId)) {
|
if (cookieStoreId == 'private' || this.store.isSiteOriginInSameContext(url, cookieStoreId)) {
|
||||||
if (tab.highlighted) {
|
if (tab.highlighted) {
|
||||||
port.postMessage({
|
port.postMessage({
|
||||||
"type": "assignedSiteRequested",
|
"type": "assignedSiteRequested",
|
||||||
|
|||||||
Reference in New Issue
Block a user