fallback for proxy

This commit is contained in:
2025-04-08 14:28:12 +00:00
parent 77fab6c9b1
commit 329d5f2e7f

View File

@@ -1,5 +1,5 @@
function FindProxyForURL(url, host) { function FindProxyForURL(url, host) {
var proxy = "PROXY proxy.vm:8118"; var proxy = "PROXY proxy.vm:8118; DIRECT";
// Domains that should go through the proxy // Domains that should go through the proxy
var proxyDomains = [ var proxyDomains = [