|
|
|
|
|
by cpeterso
3966 days ago
|
|
Unfortunately, the plugins.enumerable_names feature was disabled and later removed (by me, sorry). [1] There was no way Firefox would be able to ship that feature because it broke too many websites for the minor reduction in fingerprinting. Even with your plugins "hidden", websites could still use Flash to enumerate all your system fonts. The navigator.plugins array is now sorted alphabetically [2] to avoid an issue documented in Jonathan Mayer's thesis [3]. Gecko and WebKit sorted the navigator.plugins array by the plugins' "last modified" time. Users with the same plugins installed can still have unique fingerprints because it is unlikely that they installed their plugins in the same order. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1169945 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=793978 [3] https://www.stanford.edu/~jmayer/papers/thesis09.pdf |
|
- There is no such thing as "minor" reduction in fingerprinting nowadays. This is a war, every little bit is important.
- I much prefer to have a thousand sites broken and a little bit more of privacy (or the feeling I'm doing all I can).
- A lot of people (me included) do not use Flash anyway.
Thank you for your work!