diff options
Diffstat (limited to '')
-rw-r--r-- | test/wpt/tests/common/proxy-all.sub.pac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/wpt/tests/common/proxy-all.sub.pac b/test/wpt/tests/common/proxy-all.sub.pac new file mode 100644 index 0000000..de601e5 --- /dev/null +++ b/test/wpt/tests/common/proxy-all.sub.pac @@ -0,0 +1,3 @@ +function FindProxyForURL(url, host) { + return "PROXY {{host}}:{{ports[http][0]}}" +} |