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.

We do our best to keep this purely informative documentation up to date. However, if you notice that any of these guides need a little touch-up, let us know!