@reki1801
My extension allows me to select which scripts are allowed and which aren’t. Therefore, it is possible to allow Google Analytics while disallowing Cookiebot. If the webmaster did choose an Opt-Out and not an Opt-In this would result in Cookies getting set, while neither Information about it nor a possibility to Opt-Out is provided.
According to our guidelines, in step 3, a cookie setting script tag (Google Analytics), which sets statistics cookies, should be tagged as such:
<script type="text/plain" data-cookieconsent="statistics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-00000000-0', 'auto');
ga('send', 'pageview');
</script>
The text/plain
part ensures that your browser does not render it as a script, but treats it as text. Once proper consent has been given through the cookie banner, the script will be injected to the DOM and executed by your browser.
If the site you are referring to has implemented it according to the guidelines, then the GA script will not be executed, even if you allow it with uMatrix.
Moreover, Cookiebot scans your website once a month to detect any tracking going on, finishing off with a report.
Is providing the option of an Opt-Out resulting in possible non-legal situations sensible if the whole goal of your users is to avoid these? In my opinion with this setting a situation could arise in which your clients are entitled to pursue remedies against you (if cookiebot is setup correctly while using your Oup-Out setting).
See it like this: Is the firewall vendor responsible for you leaving all your ports open and using exploitable software? No they are not, but you have the means to use their software in order to prevent possible attacks. Same goes with Cookiebot. Use it as it’s supposed to be used and you are good.
first of all to clarify that: I’m not involved into the website I was browsing. I am a normal user
You have reviewed the Cookiebot WP plugin, but you are not a user of the plugin. Further more, if you are not affiliated with the website in question, you can’t know if it uses the plugin that you have reviewed or not. They may just as well be using Cookiebot directly through uc.js. You question would have been better suited in our community forum.
Hope this clarifies your concerns. If you have further questions we are happy to answer them.