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
main.js:743 Uncaught SecurityError: Failed to execute 'replaceState' on 'History': A history state object with URL
'file:///<...>/share/doc/rust/html/std/index.html?search=' cannot be created in a document with origin 'null' and URL 'file:///<...>/share/doc/rust/html/std/index.html'.
(anonymous function) @ main.js:743
n.event.dispatch @ jquery.js:3
r.handle @ jquery.js:3
Browser: Chromium 49.0.2623.87 on Linux
The text was updated successfully, but these errors were encountered:
Fix usability problem when browse document locally
You cannot use `history.replaceState` when you browse locally, it breaks the security policy of Chrome and perhaps other browsers.
Closesrust-lang#32307
Thank @crumblingstatue for the help!
Fix usability problem when browse document locally
You cannot use `history.replaceState` when you browse locally, it breaks the security policy of Chrome and perhaps other browsers.
Closesrust-lang/rust#32307
Thank @crumblingstatue for the help!
Browser: Chromium 49.0.2623.87 on Linux
The text was updated successfully, but these errors were encountered: