cookie consent OK
This commit is contained in:
@@ -185,6 +185,17 @@
|
||||
|
||||
</div>
|
||||
|
||||
::if user == null::
|
||||
<script language="javascript">
|
||||
if (document.cookie.includes("rgpd=true")) console.log("RGPD consent OK");
|
||||
else {
|
||||
console.log("no consent YET");
|
||||
_.cookieConsentBox('::redirect::');
|
||||
}
|
||||
</script>
|
||||
::end::
|
||||
|
||||
|
||||
</div>
|
||||
::use 'footer.mtt'::
|
||||
::end::
|
||||
|
||||
Reference in New Issue
Block a user