Skip to content

Commit

Permalink
Fix proxy parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomes77 committed Aug 3, 2023
1 parent d3d6b21 commit d5c986b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/proxified-containers.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ proxifiedContainers = {
return false;
}

if (!matches.groups.port) {
matches.groups.port = 1080;
}

if (mozillaVpnData && mozillaVpnData.mozProxyEnabled === undefined) {
matches.groups.type = null;
}
Expand Down

0 comments on commit d5c986b

Please sign in to comment.