Do not track flag on embedded Vimeo video
It is possible to embed a Vimeo video in a Rich Text field. When you paste the URL into the builder then the builder UI goes away and makes an oEmbed request to Vimeo to capture the player markup. This markup then gets sent to the app and is rendered directly to the client.
The problem is that the default player markup drops cookies and the user may not have given their consent for this. It is possible to pass a “do not track” flag to the player oEmbed call which then returns player markup which does not drop cookies. The problem is that the builder UI does not allow the possibility to do this.
How can we render a Vimeo video without the player dropping cookies? Can we render custom markup ourselves or do we have to build a dedicated video slice where we build out own player?
These are the Vimeo docs: Vimeo