Skip to content

Commit

Permalink
feat: updated cohesion script (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
awais-ansari authored Dec 23, 2024
1 parent 354c73b commit c04ed9a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/MainApp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit c04ed9a

Please sign in to comment.