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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user