For the complete documentation index, see llms.txt. This page is also available as Markdown.

Block notice on 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();

Last updated