зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1213668 - wpt breaks with HTTP proxy; r=jgraham
./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). MozReview-Commit-ID: IkIRLwbH16P
This commit is contained in:
Родитель
2f30199523
Коммит
6072e242cb
|
@ -130,6 +130,7 @@ class FirefoxBrowser(Browser):
|
|||
"marionette.defaultPrefs.port": self.marionette_port,
|
||||
"dom.disable_open_during_load": False,
|
||||
"network.dns.localDomains": ",".join(hostnames),
|
||||
"network.proxy.type": 0,
|
||||
"places.history.enabled": False})
|
||||
if self.e10s:
|
||||
self.profile.set_preferences({"browser.tabs.remote.autostart": True})
|
||||
|
|
Загрузка…
Ссылка в новой задаче