문제

Is it possible to instruct Firefox to hide the information contained in window.screen?

According to this paper [1], it can be used for tracking purposes.

Thank you.

[1] https://panopticlick.eff.org/browser-uniqueness.pdf

도움이 되었습니까?

해결책

no, it's not possible. for example:

 screen.width=999;
 alert(screen.width); // shows: 1920
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top