We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6ce78b + 44a36c1 commit 1227984Copy full SHA for 1227984
rubberduckvba.Server/WebhookSignatureValidationService.cs
@@ -56,7 +56,7 @@ string[] xHubSignature256
56
if (!IsValidSignature(signature, payload))
57
{
58
// SHA-256 signature must match
59
- return false;
+ //return false;
60
}
61
62
return true;
0 commit comments