OpenWPM
OpenWPM copied to clipboard
Make multiple names resolve to our test server
The test_recursive_dump_page_source_valid previously proved it's usefulness by asserting that we could see a complex iframe structure over multiple domains.
However since we stopped using localtest.me we are now no longer able to test this.
This issue tracks the need to restore this capability and making the test ensure that. See also https://github.com/mozilla/OpenWPM/pull/886#discussion_r612386941
This is a blocker for #197.
We can set the network.dns.localDomains pref in FF to have multiple different domains resolve to our test server.