Created by: edmorley
This allows cookies proxied from HTTPS sites to be used by a non-HTTPS localhost development environment.
A new removeCookieProperty() helper has been added since the existing rewriteCookieProperty():
- can't handle attributes that have no value (since the regex expects an
=, and changing that would break the current implemention) - doesn't really make sense for outright removing an attribute regardless of any value
Fixes #1165.