diff --git a/modules/network/detect_local_settings/command.js b/modules/network/detect_local_settings/command.js
index dbb918672..e06548dff 100644
--- a/modules/network/detect_local_settings/command.js
+++ b/modules/network/detect_local_settings/command.js
@@ -24,7 +24,7 @@ beef.execute(function() {
}
} else {
//Trying to insert the Beeffeine applet
- content = "";
+ content = "";
$j('body').append(content);
internal_counter = 0;
//We have to kick off a loop now, because the user has to accept the running of the applet perhaps
diff --git a/modules/network/detect_local_settings/config.yaml b/modules/network/detect_local_settings/config.yaml
index fe98b1618..da1f55a43 100644
--- a/modules/network/detect_local_settings/config.yaml
+++ b/modules/network/detect_local_settings/config.yaml
@@ -22,6 +22,6 @@ beef:
description: "Grab the local network settings (ie internal ip address)."
authors: ["pdp", "wade", "bm", "xntrik"]
target:
- working: "FF"
+ working: ["FF", "IE"]
user_notify: "C"
- not_working: "IE"
+ not_working: "S"