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', + }, });`}