Skip to content

Commit 1227984

Browse files
authored
Merge pull request #50 from rubberduck-vba/webhook
Skip signature check
2 parents e6ce78b + 44a36c1 commit 1227984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rubberduckvba.Server/WebhookSignatureValidationService.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ string[] xHubSignature256
5656
if (!IsValidSignature(signature, payload))
5757
{
5858
// SHA-256 signature must match
59-
return false;
59+
//return false;
6060
}
6161

6262
return true;

0 commit comments

Comments
 (0)