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
<desc>Utility method for safely retrieving the current location.</desc>
<longdesc>
<p>The browser's <code>location.href</code> may contain the username/password information. <code>getLocation()</code> always returns <code>location.href</code> stripped of the username/password information if present, ensuring that your code is not vulnerable to XSS attacks.</p>