Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Javascript 开发了一个小书签,当阻止 cookie 未设置为从不时,我的小书签在 Windows 或 Mac 上的 Safari 浏览器上不起作用。
转到设置、首选项、隐私、阻止 cookie
我如何检测这个选项的价值?
我的书签在 Safari 浏览器上不起作用。
因此,在代码中的某个时刻,您希望发生一些不会发生的事情。(很可能是无法设置然后读取 cookie。)
我如何检测此选项的值
你发现你想要发生的事情没有发生。
我很确定没有办法直接读取这个浏览器设置。如果您可以设置cookie然后读取它,您只能假设基于测试的设置。