Add explicit filters to inithandler

git-svn-id: https://beef.googlecode.com/svn/trunk@535 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
wade@bindshell.net
2010-11-16 12:16:42 +00:00
parent 49647ff8b4
commit dadbf5d88f
2 changed files with 30 additions and 16 deletions

View File

@@ -336,8 +336,8 @@ beef.browser = {
details["BrowserName"] = beef.browser.getBrowserName();
details["BrowserVersion"] = beef.browser.getBrowserVersion();
details["BrowserReportedName"] = beef.browser.getBrowserReportedName();
details["BrowserLocation"] = beef.dom.getLocation();
details["PageTitle"] = document.title;
details["HostName"] = document.location.hostname;
return details;
}