Skip to content

Commit ba026d4

Browse files
author
Jared Murrell
authored
remotes the verification bypass
this should have only existed in debugging
1 parent 2cfbb64 commit ba026d4

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)