navigator.cookieEnabled无法在IE 9 ++中运行

时间:2014-07-29 10:53:22

标签: javascript angularjs internet-explorer

$window.navigator.cookieEnabled

navigator.cookieEnabled 

以上代码总是给出真实的。

但其余的鲍尔斯非常聪明,可以获得饼干价值。

如何解决IE中的问题

建议。

1 个答案:

答案 0 :(得分:0)

找到解决方案:

1 - 将隐私设置更改为Internet,这将阻止所有Cookie。 2 - 使用环回或127.0.0.1而不是localhost 2 - 使用ip而不是localhost

自我实现