Bug 1652612 - Validate the Host header when starting GeckoDriver sessions, , freddy...
commit871fb4293066d176ea11b902921ddef0594d2dd7
authorJames Graham <james@hoppipolla.co.uk>
Thu, 29 Jul 2021 19:34:07 +0000 (29 19:34 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Thu, 29 Jul 2021 19:34:07 +0000 (29 19:34 +0000)
treee97cc97566f27eaaf9a11a61df47b8b9f22ddb29
parent1439cf57eb632ec0e5e4005b97fc210e4c2c939c
Bug 1652612 - Validate the Host header when starting GeckoDriver sessions, , freddy r=webdriver-reviewers,whimboo

Check that the Host header is set and that the host and port are local
or match the address that the WebDriver server is running on.

Differential Revision: https://phabricator.services.mozilla.com/D83499
Cargo.lock
testing/geckodriver/src/main.rs
testing/webdriver/Cargo.toml
testing/webdriver/src/server.rs