- adds
Client::referer(bool)
option to disable setting theReferer
header during redirects (bafcd7a) - fixes filtering sensitive headers during redirects (#10)
- fixes sending of the Referer to an HTTP site when coming from HTTPS, and removes username and fragment explicitly (d869604)
- documentation updates