diff --git a/public/index.html b/public/index.html
index c493ff0c1..33189dab6 100755
--- a/public/index.html
+++ b/public/index.html
@@ -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 %>',
+ },
})
<% } %>