figure out why it isn't launching into containers like on desktop

This commit is contained in:
idk
2019-12-24 21:14:40 -05:00
parent 70e3bee4da
commit ff9a1484b0

View File

@ -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) {