GitWebhookProxy
GitWebhookProxy copied to clipboard
Forward all known GitHub headers
Previous to this changes, only the relevant headers for the hook were forwarded. Right now, we are keeping all of them and then we are checking that, required headers, are present.
This should prevent removing the github signature when the proxy does not validate the request signature.
Fixes: https://github.com/stakater/GitWebhookProxy/issues/94