feat: updated cohesion script (#1400)

This commit is contained in:
Awais Ansari
2024-12-23 21:18:01 +05:00
committed by GitHub
parent 354c73bb2a
commit c04ed9aa43

View File

@@ -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',
},
});`}
</script>