This commit is contained in:
Leonardo Dagnino 2025-05-21 10:43:17 +10:00 committed by GitHub
commit dd94508f21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,6 +50,10 @@ proxifiedContainers = {
return false;
}
if (!matches.groups.port) {
matches.groups.port = 1080;
}
if (mozillaVpnData && mozillaVpnData.mozProxyEnabled === undefined) {
matches.groups.type = null;
}