1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-07 04:29:18 +01:00

5 lines
58 B
Plaintext
Raw Normal View History

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