From 5b1f11120c6be8cf3cecf9127545711ffb4caa09 Mon Sep 17 00:00:00 2001 From: Shaimaa Natshah <shaimaa.natshah11@gmail.com> Date: Tue, 4 Feb 2025 11:45:54 +0300 Subject: [PATCH] Issue #3504216: Add Klaro Cookie and Consent Management Module --- composer.json | 4 +++- websecurity.info.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c141467..9f57009 100755 --- a/composer.json +++ b/composer.json @@ -30,6 +30,8 @@ "drupal/seckit": "~2.0.0", "drupal/security_review": "~2.0.0", "drupal/honeypot": "~2.2.0", - "drupal/antibot": "~2.0.0" + "drupal/antibot": "~2.0.0", + "drupal/klaro":"~3.0.0" + } } \ No newline at end of file diff --git a/websecurity.info.yml b/websecurity.info.yml index 6e5b321..d9cba49 100755 --- a/websecurity.info.yml +++ b/websecurity.info.yml @@ -8,3 +8,5 @@ dependencies: - honeypot:honeypot - antibot:antibot - seckit:seckit + - klaro:klaro + -- GitLab