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
Improved URL matching even further, now the scheme is compared too in addition to just the host as it would be
problematic to send secrets for a https:// registry to a non-https one, possibly exposing the tokens via an insecure
connection.