diff --git a/layouts/partials/head.html b/layouts/partials/head.html index dd7dfc44bb..294a051998 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -44,6 +44,7 @@ script.src = 'https://widget.kapa.ai/kapa-widget.bundle.js'; script.setAttribute('data-website-id', '{{ site.Params.kapa.id }}'); script.setAttribute('data-project-name', 'Docker'); + script.setAttribute('data-user-analytics-fingerprint-enabled', 'true'); script.setAttribute('data-button-image-height', '29px'); script.setAttribute('data-button-image-width', '40px'); script.setAttribute('data-modal-image-height', '29px');