Skip to content

Commit effc1e4

Browse files
author
Chris McIntosh
authored
Merge pull request #111 from github/primetheus/webhook-verify
Remove webhook verification bypass
2 parents 2cfbb64 + ba026d4 commit effc1e4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

githubapp/core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,6 @@ def _flask_view_func(self):
239239
return jsonify({"status": status, "calls": calls})
240240

241241
def _verify_webhook(self):
242-
if True:
243-
return
244-
245242
hub_signature = "X-HUB-SIGNATURE"
246243
if hub_signature not in request.headers:
247244
LOG.warning("Github Hook Signature not found.")

0 commit comments

Comments
 (0)