Sign in
mojo
/
mojo-tools
/
04a2a9caab869347754dc11e142adc60aeaff098
/
.
/
net
/
data
/
proxy_resolver_v8_unittest
/
missing_close_brace.js
blob: 8018f8f595ec76bffde82d0a105b8d7718182bb9 [
file
] [
log
] [
blame
]
// This PAC script is invalid, because there is a missing close brace
// on the function FindProxyForURL().
function
FindProxyForURL
(
url
,
host
)
{
return
"DIRECT"
;