On 20 Nov 2018, at 17:01, Hussein Shafie wrote:

On 08/26/2018 10:18 PM, Leif Halvard Silli wrote:
Youtube has added a GDPR version of youtube (Youtube’s most GDPR-strict
features in facts includes reference to a parallel Web site!).

I'm sorry but I failed to locate the "GDPR version of youtube".

I guess my report was to short.

Do this:

1. Go to a video (such as this one, by XMLmind: https://www.youtube.com/watch?v=6MgZBZ4XHzU&t=2s)
2. Click share
3. Click embed
4. Click "Enable privacy-enhanced mode".

This will give you the following code:

<iframe
  width="560"
  height="315"
  src="https://www.youtube-nocookie.com/embed/6MgZBZ4XHzU";
  frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
  allowfullscreen>
</iframe>

As you can see, the above points to a video at https://www.youtube-nocookie.com

There is also an information piece there which says::

"When you turn on privacy-enhanced mode,
 YouTube won’t store information about visitors
 on your website unless they play the video."

When the privacy-enhanced mode is not use, one get this code:

<iframe
  width="560"
  height="315"
  src="https://www.youtube.com/embed/6MgZBZ4XHzU";
  frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
  allowfullscreen>
</iframe>

The only difference seems to be the URL:

https://www.youtube         .com/embed/6MgZBZ4XHzU"
https://www.youtube-nocookie.com/embed/6MgZBZ4XHzU";


This affects the the 'security rules to loaded content' options of iframe
youtube emebedding. So I would say that, as per XMLmind 8.1, the this
feature of XMLmind is partly outdated.


I have retested our "iframe(youtube)" feature (http://www.xmlmind.com/xmleditor/_distrib/doc/xhtml/toolbar.html#iframe_editor_dialog) using a video randomly chosen on YouTube --the YouTube I use everyday-- and it works just fine for me (from France; Java 8; Windows 8).

For example, I managed to quickly and easily create the following element using the dialog box of our "iframe(youtube)" facility:

---
<iframe src="https://www.youtube.com/embed/5WgugJQmRJA";
width="688" height="387"/>
---

(Notice the "https://www.youtube.com/embed/5WgugJQmRJA"; and not "https://youtu.be/5WgugJQmRJA";.)

Please send us a *formal* bug report (http://www.xmlmind.com/xmleditor/support_policy.html#bug_report).

We really need a formal bug report to be able to understand and reproduce this very specific issue.


I hope the above was good enough.

Leif Halvard Silli

--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to