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

Chrome has changed cookie handling #54

Open
Vingolf opened this issue Oct 25, 2019 · 1 comment
Open

Chrome has changed cookie handling #54

Vingolf opened this issue Oct 25, 2019 · 1 comment

Comments

@Vingolf
Copy link

Vingolf commented Oct 25, 2019

UpNext is still working on Chrome Version 78.0.3904.70 (Offizieller Build) (32-Bit)
but it produces an error on cookies:

A cookie associated with a cross-site resource at http://youtube.com/
was set without the SameSite attribute.
A future release of Chrome will only deliver cookies with cross-site requests
if they are set with SameSite=None and Secure.
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.
Kontext
background.html
Stacktrace
background.html:0 (Anonyme Funktion)

@Vingolf
Copy link
Author

Vingolf commented Nov 6, 2019

Everytime when upnext-1.2.14 starts it produces error messages on cookies:

A cookie associated with a cross-site resource at http://doubleclick.net/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. 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.

Kontext
popup.html#/playlist
Stacktrace
popup.html#/playlist:0 (Anonyme Funktion)

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

1 participant