Block notice on page
window.didomiConfig = {
notice: {
enable: false
}
};Didomi.notice.hide();Last updated
To not display the notice (in your privacy policy page for example), you need to add this code to your privacy policy page:
window.didomiConfig = {
notice: {
enable: false
}
};You can also use our API to create a script allowing not to display the notice with:
Didomi.notice.hide();Last updated