Skip to content

Commit

Permalink
fix: Add Cohesion onetrust and useBeacon configs
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Dec 20, 2024
1 parent 6d02b3b commit fcb5ce9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,16 @@
domainWhitelist: <%= htmlWebpackPlugin?.options?.cohesionConfig?.tagularDomainWhitelist %>,
apiVersion: 'v2/t',
multiparty: true,
}
useBeacon: true,
},
consent: {
onetrust: {
enabled: true,
optIn: true,
},
required: true,
domain: '<%= htmlWebpackPlugin?.options?.cohesionConfig?.tagularCookieDomain %>',
},
})
</script>
<% } %>
Expand Down

0 comments on commit fcb5ce9

Please sign in to comment.