5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
function FindProxyForURL(url, host) {
|
|
// This will throw a runtime exception.
|
|
return "PROXY x" + undefined_variable;
|
|
}
|
|
|