|
@@ -109,7 +109,7 @@ class ProxyDetect {
|
|
// value ?
|
|
// value ?
|
|
var rproxy = ~/"ProxyServer"="([^"]+)"/;
|
|
var rproxy = ~/"ProxyServer"="([^"]+)"/;
|
|
if( !rproxy.match(content) )
|
|
if( !rproxy.match(content) )
|
|
- throw "Could not find 'ProxyServer'";
|
|
|
|
|
|
+ return null;
|
|
return parseSettings(rproxy.matched(1));
|
|
return parseSettings(rproxy.matched(1));
|
|
}
|
|
}
|
|
|
|
|