Skip to content

Commit 7cece82

Browse files
committed
Fix proxy per tab/origin feature. Closes #403
1 parent 78e8db8 commit 7cece82

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/core/ProxyEngineFirefox.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ export class ProxyEngineFirefox {
204204
if (!currentProxyServer)
205205
DiagDebug?.trace("FF.handleProxyRequest.currentProxyServer is null", 't=' + proxyLog.tabId, proxyLog.url, SmartProfileType[activeProfileType]);
206206

207+
if (requestDetails.tabId > -1) {
208+
tabData = TabManager.getTab(requestDetails.tabId);
209+
}
210+
207211
// applying ProxyPerOrigin
208212
if (tabData != null && settings.options.proxyPerOrigin) {
209213

0 commit comments

Comments
 (0)