Remove DEFAULT_PROXY

This commit is contained in:
Andrea Marchesini
2021-10-22 17:32:04 +02:00
parent 37ed2455eb
commit 3572bebbd9
3 changed files with 3 additions and 21 deletions
+1 -2
View File
@@ -1824,8 +1824,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, {
return;
}
await proxifiedContainers.set(identity.cookieStoreId, Utils.DEFAULT_PROXY);
mozillaVpnUi.updateProxyDependentUi(Utils.DEFAULT_PROXY);
mozillaVpnUi.updateProxyDependentUi({});
},
});