Open
Description
Feature Request
Need to have whitelabel_headers_prefix, just like whitelabel_headers option in config.
Example
whitelabel_headers=true
whitelabel_headers_prefix="CustomName-" default will be "Webhook-"
Then
configured white label headers will be CustomName-id, CustomName-timestamp, CustomName-signature
default headers for whitelabel headers will be webhook-id, webhook-timestamp, webhook-signature
Motivation
Would be useful for clients to use their own specific header names