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