From d36d985fce357c6b78cb0343e2d0f35dded5b703 Mon Sep 17 00:00:00 2001 From: "serge%netscape.com" Date: Wed, 11 Jul 2001 00:30:13 +0000 Subject: [PATCH] ecking in tingley@sundell.net patch to fix (79052) PAC: isPlainHostName not working; r=serge; sr=rpotts git-svn-id: svn://10.0.0.236/trunk@99020 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/base/src/nsProxyAutoConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/netwerk/base/src/nsProxyAutoConfig.js b/mozilla/netwerk/base/src/nsProxyAutoConfig.js index 765422466e2..4e127c098b1 100644 --- a/mozilla/netwerk/base/src/nsProxyAutoConfig.js +++ b/mozilla/netwerk/base/src/nsProxyAutoConfig.js @@ -204,7 +204,7 @@ var pacUtils = "}\n"+ "function isPlainHostName(host) {\n" + -" return (host.search('\\.') == -1);\n" + +" return (host.search('\\\\.') == -1);\n" + "}\n" + "function isResolvable(host) {\n" +