Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change parser to forward all 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.