- Help Center
- FAQ
- Customization
Not displaying the notice in a specific page
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();