From d57c38bb3d5755f3dd01e9c6c5e44eb0a567a2ee Mon Sep 17 00:00:00 2001 From: Nick <24428341+nimec01@users.noreply.github.com> Date: Sat, 30 Sep 2023 13:27:38 +0200 Subject: [PATCH] add WEBHOOK_SECRET name and description --- front/php/templates/language/en_us.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 5a77336c..fd5bc4e2 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -533,6 +533,8 @@ "WEBHOOK_REQUEST_METHOD_description" : "The HTTP request method to be used for the webhook call.", "WEBHOOK_SIZE_name" : "Max payload size", "WEBHOOK_SIZE_description" : "The maximum size of the webhook payload as number of characters in the passed string. If above limit, it will be truncated and a (text was truncated) message is appended.", + "WEBHOOK_SECRET_name": "HMAC Secret", + "WEBHOOK_SECRET_description": "When set, use this secret to generate the SHA256-HMAC hex digest value of the request body, which will be passed as the X-Webhook-Signature header to the request. You can find more informations here.", "Apprise_display_name" : "Apprise", "Apprise_icon" : "", "REPORT_APPRISE_name" : "Enable Apprise",