GitWebhookProxy icon indicating copy to clipboard operation
GitWebhookProxy copied to clipboard

Forward all known GitHub headers

Open gnieto opened this issue 3 years ago • 0 comments

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

gnieto avatar Apr 08 '22 14:04 gnieto