figure out why it isn't launching into containers like on desktop
This commit is contained in:
5
scrub.js
5
scrub.js
@ -53,12 +53,9 @@ var contextScrub = async function(requestDetails) {
|
||||
let context = await browser.contextualIdentities.get(
|
||||
tabInfo.cookieStoreId
|
||||
);
|
||||
if (context == undefined) {
|
||||
return "firefox-default";
|
||||
}
|
||||
return context;
|
||||
} catch (error) {
|
||||
return "firefox-default";
|
||||
return undefined;
|
||||
}
|
||||
};
|
||||
var tabGet = async function(tabId) {
|
||||
|
Reference in New Issue
Block a user