Arduino/app/test/cc/arduino/net/proxy_direct.pac

5 lines
58 B
JavaScript

function FindProxyForURL(url, host)
{
return "DIRECT";
}