mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
function FindProxyForURL(url, host)
|
|
{
|
|
return "PROXY proxy.example.com:8080; DIRECT";
|
|
}
|