Fix IE plugin detection
This commit is contained in:
@@ -2691,7 +2691,7 @@ beef.browser = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Things lacking navigator.plugins
|
// Things lacking navigator.plugins
|
||||||
if (!this.capabilities()["navigator.plugins"]) this.getPluginsIE();
|
if (!this.capabilities()["navigator.plugins"]) results = this.getPluginsIE();
|
||||||
|
|
||||||
// All other browsers that support navigator.plugins
|
// All other browsers that support navigator.plugins
|
||||||
else if (navigator.plugins && navigator.plugins.length > 0) {
|
else if (navigator.plugins && navigator.plugins.length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user