Stop validating 'href' for incoming events
0.5.0 (2017-09-11) via #18
-
The
href
of incoming webhook events is no longer validated. Rejecting an
event with an unexpectedhref
value would simply have resulted in
repeated attempts to deliver that event again. -
Incoming webhooks with incorrect signatures will be rejected by default and
an error will be logged. If you wish to accept webhooks with incorrect
signatures (and simply log a warning), setHOOKED_FAIL_ON_BAD_SIGNATURE
toFalse
If you believe that your webhook receiver is incorrectly rejecting webhooks,
please ensure that your webhook subscription is using the same application
key as is defined in your webhook receiver'sGAPI_APPLICATION_KEY
setting. -
Settings changes:
GAPI_API_ROOT
is no longer used by django-gapi-hookedHOOKED_FAIL_ON_BAD_SIGNATURE
defaults toTrue
instead ofFalse