1. Help Center
  2. Consent Notices (old flow)

Not displaying the notice in your privacy policy

To not display the notice in your privacy policy, 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();