xref
: /
external
/
chromium-libpac
/
test
/
js-unittest
/
direct.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
function
FindProxyForURL
(
url
,
host
) {
2
return
"DIRECT"
;
3
}
4
5