Fix IE plugin detection

This commit is contained in:
Brendan Coles
2017-10-14 15:59:11 +00:00
parent 68099ddf17
commit f4cca7a479

View File

@@ -2691,7 +2691,7 @@ beef.browser = {
};
// 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
else if (navigator.plugins && navigator.plugins.length > 0) {