pupunzi / jquery.mb.YTPlayer

use a custom yutube player for a video as background on jQuery framework
https://pupunzi.com/mb.components/mb.YTPlayer/demo/demo.html
1.32k stars 429 forks source link

Chrome shows a cookie warning! #443

Open mrWilson123 opened 5 years ago

mrWilson123 commented 5 years ago

Hi,

Chrome shows the below warning:

A cookie associated with a cross-site resource at http://youtube.com/ was set without theSameSiteattribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set withSameSite=NoneandSecure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.

If I remove YTPlayer then everything is fine.

The same warning message is also on your demo site.