1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-06 03:29:16 +01:00
2015-08-21 08:41:50 +02:00

5 lines
58 B
JavaScript

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