Cookiebot frontend script block outputting wrong TCF framework?
-
Hi there, I noticed the Cookiebot WordPress plugin started outputting the wrong TCF framework version in the frontend script block.
So when enabling “IAB TCF V2.2 Integration” in the plugin’s settings the script block in frontend looks like this:
<script type="text/javascript" id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="<...>" data-framework="IAB" data-culture="DE" async ></script>while it should actually output
<script type="text/javascript" id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="<...>" data-framework="TCFv2.2" data-culture="DE" async ></script>according to the official documentation.
The reason for this seems to be that the option
cookiebot-tcf-versionis being emptied every time the Cookiebot plugin settings in the WordPress backend are being saved.Am I missing something here?
The topic ‘Cookiebot frontend script block outputting wrong TCF framework?’ is closed to new replies.