SecurityError: The operation is insecure - window.history.pushState()

前端 未结 9 2086
我寻月下人不归
我寻月下人不归 2020-11-28 08:56

I\'m getting this error in Firefox\'s Console: SecurityError: The operation is insecure and the guilty is HTML5 feature: window.history.pushState()

9条回答
  •  失恋的感觉
    2020-11-28 09:51

    We experienced the SecurityError: The operation is insecure when a user disabled their cookies prior to visiting our site, any subsequent XHR requests trying to use the session would obviously fail and cause this error.

提交回复
热议问题