Expanding Headers Type to Exclude Authorization Header
I'm logging the headers from HTTP requests my app's making, but just realised that the
Authorization header is being logged. I can exclude it manually, but would it make sense to expand the Headers type to allow Secret values to prevent this?