Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Firefox harness with HTTP proxy (#199)
./mach web-platform-tests tries to access the tests at http://web-platform.test/. If an HTTP proxy is configured, it tries to access it via the proxy, which fails. Disabling the proxy entirely fixes the problem and should probably have no adverse effects, although a cleaner solution would be to skip proxies only for that domain (as is done with localhost).
- Loading branch information