سؤال

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