Merge 3bf03133c8
into aca51cc11c
This commit is contained in:
commit
dd94508f21
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ proxifiedContainers = {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!matches.groups.port) {
|
||||||
|
matches.groups.port = 1080;
|
||||||
|
}
|
||||||
|
|
||||||
if (mozillaVpnData && mozillaVpnData.mozProxyEnabled === undefined) {
|
if (mozillaVpnData && mozillaVpnData.mozProxyEnabled === undefined) {
|
||||||
matches.groups.type = null;
|
matches.groups.type = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue