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
feat: priority use document.baseURI to replace window.location
- respect `<base>` tag
in case: when view page cache, search engine will inject `<base>` tag to current html
but `window.location` is still `webcache.googleusercontent.com/search?q=cache:...`
in most situation `baseURI` is equal to `window.location`
0 commit comments