I get this error in my page.
SecurityError: The operation is insecure
At first, I thought that it was just a matter of Same Origin Policy problem. To test this, I have commented out all the code that deals with History.js
But I still get that error in that page.
It seems that I get this error by simply including jquery.history.js in a page.
Any ideas why this is the case?