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

View file

@ -205,6 +205,10 @@ window.assignManager = {
return {};
}
if (!MozillaVPN_Background.getInstallationStatus() || !MozillaVPN_Background.getConnectionStatus()) {
return {};
}
// proxyDNS only works for SOCKS proxies
if (["socks", "socks4"].includes(result.proxy.type)) {
result.proxy.proxyDNS = true;