MozillaSecurity / ffpuppet

A Python module that aids in the automation of Firefox at the process level
Mozilla Public License 2.0
31 stars 7 forks source link

Use localhost instead of 127.0.0.1 for bootstrapping #178

Closed pyoor closed 1 year ago

pyoor commented 1 year ago

This is required as part of https://github.com/MozillaSecurity/grizzly/pull/374 to ensure that the initial harness page is loaded on localhost instead of 127.0.0.1. I'm unsure if the disparity between the two will cause cross origin issues or not but there's no harm in changing it.

pyoor commented 1 year ago

Closing this entirely as it's deemed unnecessary and the performance impact on Windows due to localhost resolution isn't worth the change.