From a33d02d12bddd0fff101d194bf7c9f3e8f6f7a08 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 30 Oct 2025 09:06:38 +0000 Subject: [PATCH] Disable webhooks by default and send a security notification when Setting.webhooks_enabled changes (#29664). git-svn-id: https://svn.redmine.org/redmine/trunk@24087 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/settings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/settings.yml b/config/settings.yml index 10447842d..5c8b1fe7c 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -337,7 +337,8 @@ jsonp_enabled: default: 0 security_notifications: 1 webhooks_enabled: - default: 1 + default: 0 + security_notifications: 1 default_notification_option: default: 'only_assigned' emails_header: