Replying to myself... Just in case if someone has similar problem.
The proxy configuration script did not work because myIpAddress()
incorrectly returned IPv4 localhost address: "127.0.0.1" (in google-
chrome) or IPv6 "::1" (in firefox). I don't know if this is a bug in
myIpAddress(), or the rea
Hello,
Is there any way to trace how KDE sets proxy from the PAC
configuration file? For me it seems not working...
Here is a sample file proxy_config.pac:
function FindProxyForURL(url, host)
{
if (shExpMatch(url, "https:*")) return "DIRECT";
if (isInNet(host, "127.0.0.0", "255.0.0.0")) ret