history.js icon indicating copy to clipboard operation
history.js copied to clipboard

Security Error - code 1000, NS_ERROR_DOM_SECURITY_ERR

Open amulbaby opened this issue 13 years ago • 1 comments

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+.

amulbaby avatar Aug 31 '12 07:08 amulbaby

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);

housser avatar Aug 19 '15 20:08 housser