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
Strict SameSite Relaxing: Spotify's login flow often moves between accounts.spotify.com, open.spotify.com, and external providers. I've set settings and checks to false to ensure cookies aren't dropped during these transitions.
Auth Subresource Permission: Enabled cross-origin authentication requests (common in OAuth).
Storage Access: Explicitly enabled dom storage access to ensure the login page can "see" the session cookies from the main player domain.
Referrer Policy: Relaxed the referrer policy slightly during navigation to ensure that Spotify's security tokens (which are often passed in the referrer header during login) are not stripped by the engine's modern privacy defaults.
Disabled missing-cookie-auto-redirect. It should now be possible to login using any method just fine, without seeing spotify error messages.