Created Utils.DEFAULT_PROXY and referenced it everywhere
This commit is contained in:
@@ -119,7 +119,7 @@ const assignManager = {
|
||||
|
||||
async handleProxifiedRequest(requestInfo) {
|
||||
if(requestInfo.tabId === -1)
|
||||
return {type: "direct"};
|
||||
return Utils.DEFAULT_PROXY;
|
||||
|
||||
const tab = await browser.tabs.get(requestInfo.tabId);
|
||||
const proxy = await proxifiedContainers.retrieveFromBackground(tab.cookieStoreId);
|
||||
|
||||
Reference in New Issue
Block a user