Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi community
In regards to GDPR, we have a challenge with Youtube/Vimeo embeds.
We want to only allow the compliant version of the youtube embed (youtube-nocookie.com)
Is there anyway to force this either by changing it automatic or just not allow it at all?
Here is an allowed embed: iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/FhXRAVRlVDo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
(The only difference is the youtube.com vs youtube-nocookie.com)
Hi Joachim,
You can change what the Embed picker will accept by changing the regex values in Config/EmbeddedMedia.config You can also write your own using the provider documented - https://our.umbraco.com/Documentation/Extending/Embedded-Media-Provider/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Only allow specifics embeds in the richtext editor
Hi community
In regards to GDPR, we have a challenge with Youtube/Vimeo embeds.
We want to only allow the compliant version of the youtube embed (youtube-nocookie.com)
Is there anyway to force this either by changing it automatic or just not allow it at all?
Here is an allowed embed: iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/FhXRAVRlVDo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
(The only difference is the youtube.com vs youtube-nocookie.com)
Hi Joachim,
You can change what the Embed picker will accept by changing the regex values in Config/EmbeddedMedia.config You can also write your own using the provider documented - https://our.umbraco.com/Documentation/Extending/Embedded-Media-Provider/
is working on a reply...