Skip to content

Commit

Permalink
remotes the verification bypass
Browse files Browse the repository at this point in the history
this should have only existed in debugging
  • Loading branch information
Jared Murrell authored Feb 2, 2022
1 parent 2cfbb64 commit ba026d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions githubapp/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ def _flask_view_func(self):
return jsonify({"status": status, "calls": calls})

def _verify_webhook(self):
if True:
return

hub_signature = "X-HUB-SIGNATURE"
if hub_signature not in request.headers:
LOG.warning("Github Hook Signature not found.")
Expand Down

0 comments on commit ba026d4

Please sign in to comment.