1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Arduino/app/test/cc/arduino/net/proxy_direct.pac

5 lines
58 B
Plaintext
Raw Normal View History

2015-08-07 15:26:17 +02:00
function FindProxyForURL(url, host)
{
return "DIRECT";
}