Is there any method to detect Firefox plugins? I remember it was possible through the local path to the plugin icon, but I believe that was covered already, unfortunately.
Does anybody know if there is any other method?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PHP (server-side) does not have any knowledge about client-side including plugins unless they (plugins) add some information in headers sent by browser.
You can use javascript. But in scenario where user disables javascript you still won’t be able to get installed plugins.
Here‘s interesting article about plugin detection with javascript.