- Issue created by @valery.suslov
When domain is added with subpath, to make users consent only be valid per subpath, this requires adding data-path attribute to the Cookiebot script.
E.g. for the domain "domain.com/en/" the script should have data-path="/en/" attribute.
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="00000000-0000-0000-0000-000000000000" data-blockingmode="auto" data-path="/en/" type="text/javascript"></script>
Add support for the data-path attribute.
Active
1.0
Code