Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox. #1869

Open
Garlikdev opened this issue Jul 25, 2024 · 1 comment

Comments

@Garlikdev
Copy link

Garlikdev commented Jul 25, 2024

Current Behavior

Hundreds of errors about third party cookies in chrome console.
"Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox."
This is causing huge memory allocation and overflow after couple of minutes and chrome tab is crashing.

Expected Behavior

No errors, smooth experience.

Steps to Reproduce

  1. Use normal youtube url like "https://youtube.com/watch?v="
    <ReactPlayer url="https://youtube.com/watch?v=" controls autoPlay={0} />
  2. Play the video
  3. Experience huge lag and website crash

Environment

Other Information

Even your js fiddle with youtube link plugged in is doing this
image
and its growing
image
Managed to reduce it to only a couple errors by using 'https://www.youtube-nocookie.com/watch?v=' but still don't know how to fix it permanently.

Update 30.07.2024

After further testing, there are less errors using nocookie url, but still somehow after some time sitting on a page with player, chrome tab goes "Out of memory"

@antonio-pbilby
Copy link

Facing the same issue here, using version "2.16.0".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants