summaryrefslogtreecommitdiffstats
path: root/test/wpt/tests/common/proxy-all.sub.pac
diff options
context:
space:
mode:
Diffstat (limited to 'test/wpt/tests/common/proxy-all.sub.pac')
-rw-r--r--test/wpt/tests/common/proxy-all.sub.pac3
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]}}"
+}