Drone-webhook plugin does not forward Host header

drone-webhook only loops through the listed headers and set them directly into the request headers.
But because of this, Host headers are not propagated.

I need requests to go through a proxy, so I need to be able to set the Host header to inform the proxy how to correctly handle the request.