You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
andSecure
.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)
The text was updated successfully, but these errors were encountered: