我在我的页面中收到此错误。
SecurityError: The operation is insecure
起初,我认为这只是同源策略问题。为了测试这一点,我注释掉了所有处理 History.js 的代码
但是我仍然在该页面中收到该错误。
似乎我只是通过在页面中包含 jquery.history.js 来得到这个错误。
任何想法为什么会这样?
我在我的页面中收到此错误。
SecurityError: The operation is insecure
起初,我认为这只是同源策略问题。为了测试这一点,我注释掉了所有处理 History.js 的代码
但是我仍然在该页面中收到该错误。
似乎我只是通过在页面中包含 jquery.history.js 来得到这个错误。
任何想法为什么会这样?
我有同样的问题 - 显然我错过了“www”。从我推的网址。它确实需要完全匹配 - 否则它将不起作用。如果您想同时使用 www.example.com 和 example.com,您需要为此编写一些辅助方法。
This is likely due to pushing state with a URL that is of a different domain name. Check to see you are not using pushState or replaceState with a different domain.