Hi could we exclude a url from the consent banner activation please ? We are using a kind of webapp which does not work well because of the consent banner... Thank you for your help !
Jānis Elmeris
You can hide the initial banner by
window.addEventListener('CookieScriptLoaded', function() {
CookieScript.instance.hide();
});
Or you can not place the Cookie-Script code in that page.
(I'm not from the support, just another user.)