Use an empty object for no-proxy requests
This commit is contained in:
@@ -51,7 +51,7 @@ proxifiedContainers = {
|
||||
}
|
||||
|
||||
if (mozillaVpnData && mozillaVpnData.mozProxyEnabled === undefined) {
|
||||
matches.groups.type = "direct";
|
||||
matches.groups.type = null;
|
||||
}
|
||||
|
||||
if (!mozillaVpnData) {
|
||||
|
||||
Reference in New Issue
Block a user