mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-23 20:36:09 +02:00
4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
function FindProxyForURL(url, host) {
|
|
return "{{proxy_url}}";
|
|
}
|