Add Do Not Track code to embedded Vimeo videos?

Former Member
Former Member
We recently implemented a cookie consent system to come into GDPR compliance, and on the first report after implementation, it said the Vimeo videos we have on our site (embedded into wiki pages) are firing cookies before users give consent. When the site was in development, we disabled iframes as a security measure and used the WYSIWYG embed function for these videos, but now we need to add a "Do Not Track" code to all of them. Is there a Verint-specific code we can add to the source code embed (instead of having to revert to using iframes) that will stop Vimeo's cookies from firing? Or better still, is there a button I can click that will prevent on-page embed cookies across the site from firing?
Parents Reply
  • Former Member
    0 Former Member in reply to Former Member

    The WYSIWYG embed still uses iframes to embed - in what manner did you disable iframes?

    The "automatic" embed for Vimeo files uses VimeoFileViewer plugin behind the scenes, which is an out-of-the-box implementation of the extensible IFileViewer interface. This plugin does not have any options for configuring the iframe or link rendering to accomodate Do Not Track requests.

    An alternative solution would be to create a custom implementation IFileViewer to render vimeo videos in the manner you require. That would still allow use of the WYSIWYG editor once the new viewer was in place and enabled, and the OOTB one disabled. 

Children