Changes

Jump to: navigation, search

Fingerprinting

1 byte added, 00:40, 25 May 2010
Fonts
== Fonts ==
System fonts collected by Flash or Java applet, if installed, and sent via AJAX post. Font list was not sorted, which provides a bit or two of additional entropy. We can ask them Adobe to either limit this list by default; or ask them to implement an API such that we can provide the list to them; or (made possible by OOPP) replace the OS API calls they use to get the font list, and give them our own. None of these things are easy, but given that this is #1, we should definitely do something here. The fastest option is probably to hack the OS API calls ourselves.
Font lists can also be determined by CSS introspection. At the very least we should sort the list; perhaps shorten it to a smaller set of common fonts; and back off (exponentially?) if script attempts to brute-force the list.
148
edits

Navigation menu