Sign in
◑
Theme
mojo
/
mojo
/
fb7fc8ce989484f12635d8841cef746cc826247e
/
.
/
net
/
data
/
proxy_resolver_v8_unittest
/
direct.js
blob: 43a04da7c8c8d1524c7145dae6ce64343bcc41f1 [
file
]
function
FindProxyForURL
(
url
,
host
)
{
return
"DIRECT"
;
}