From c04ed9aa43c385a72931eb209e704d2c6bf31107 Mon Sep 17 00:00:00 2001 From: Awais Ansari <79941147+awais-ansari@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:18:01 +0500 Subject: [PATCH] feat: updated cohesion script (#1400) --- src/MainApp.jsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/MainApp.jsx b/src/MainApp.jsx index 41364e8e1..fd4d61a39 100755 --- a/src/MainApp.jsx +++ b/src/MainApp.jsx @@ -60,10 +60,16 @@ const MainApp = () => ( domainWhitelist: ["edx.org"], apiVersion: 'v2/t', multiparty: true, - taggy: { - enabled: true - } - } + useBeacon: true, + }, + consent: { + onetrust: { + enabled: true, + optIn: true + }, + required: true, + domain: '.edx.org', + }, });`}