* Fix issue where ignoring OPTIONS requests would trigger AttributeError. * Allow proxy settings to be explicitly set to None.
0.9.0
Not secure
------------------
* Ignore OPTIONS requests by default, and allow list of methods to be configurable via the ignore_http_methods option. * Move default Selenium Wire request storage from system temp to user home to prevent permission collisions.
0.8.0
Not secure
------------------
* Fix issue where new headers were not being added to the request when using driver.header_overrides.