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.
是否可以指示 Firefox 隐藏 中包含的信息window.screen?
window.screen
根据这篇论文 [1],它可以用于跟踪目的。
谢谢你。
[1] https://panopticlick.eff.org/browser-uniqueness.pdf
不,这是不可能的。例如:
screen.width=999; alert(screen.width); // shows: 1920