mcbetz
mcbetz

Reputation: 2389

How to embed YouTube videos without cookies?

In the past we could embed YouTube videos without cookies by simply pointing to a different URL, so for example https://youtube-nocookie.com/embed/sRrqF8eXs38 to get the version without cookies.

This does not work any longer. The URL returns a 404, where the cookie version still exists.

I could not find any reference on how to do it now.

Upvotes: 37

Views: 88382

Answers (1)

C3roe
C3roe

Reputation: 96417

Use the www version, that works perfectly fine: https://www.youtube-nocookie.com/embed/sRrqF8eXs38

That is the version their automatic code generator outputs as well, when you chose the extended privacy option.

Looks like they removed the non-www version for some reason. (Although doing that without adding an automatic redirect would be kind of a weird move. Perhaps it is just a temporary problem or error.)

Upvotes: 60

Related Questions