5 ms·
"They didn't use any JavaScript to get this information." The list of installed plugins is retrieved via JS: window.navigator.plugins. Not sure about fonts, t
by JoeAcchino 13y ago
"They didn't use any JavaScript to get this information."
The list of installed plugins is retrieved via JS: window.navigator.plugins.
Not sure about fonts, though.
- WiseWeasel 13y agoAh, good catch. I guess the JS navigator.plugins list is quite a bit more thorough than the plugin information sent in your request headers (which I believe is limited to Java: yes/no).