Info
Content

Disabling the consent layer

In some cases it is necessary to force the consent layer to not show on a page. In order to achieve this, you can use the following codes:

<script>
 window.cmp_noscreen = true;
</script>

Simply add this code directly before your CMP-code.

Back to top