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
This commit is contained in:
@@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user