history.js
history.js copied to clipboard
Security Error - code 1000, NS_ERROR_DOM_SECURITY_ERR
Throws security error code 1000 when loading history.js in firefox 6.0, what can i do now? it's looping error. But, it's loading fine in chrome 12+.
I'm seeing this as well in Firefox 12. I'm wondering whether it's related to this other message:
Use of globalStorage is deprecated. Please use localStorage instead.
Which seems to be coming from the line:
sessionStorage.setItem('History.store', currentStoreString);