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
Set referrer policy to avoid leaking URL auth params
We're only leaking these to ourselves (strict-origin-when-cross-origin
is the default, which is equivalent to this for connections elsewhere)
and the auth token is only useful if you can access the local-only
CORS-blocked local admin port, but it's still a good idea not to let it
leave the machine.
0 commit comments