Use an empty object for no-proxy requests

This commit is contained in:
Andrea Marchesini
2021-11-29 16:21:36 +01:00
parent 80393ceb04
commit 8bde28a4ac
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ proxifiedContainers = {
}
if (mozillaVpnData && mozillaVpnData.mozProxyEnabled === undefined) {
matches.groups.type = "direct";
matches.groups.type = null;
}
if (!mozillaVpnData) {