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