Blocking cookies
This guide will explain how to actually block cookies.
Blocking a code snippet in the page
<script >
alert("hello, I'm a tracking javascript tag");
</script><script data-consent="{your-service-slug}" type="dastra/script">
alert("hello, I'm a tracking javascript tag");
</script>Last updated
Was this helpful?