diff --git a/core/main/client/browser.js b/core/main/client/browser.js index 0f1029b26..80df2192b 100644 --- a/core/main/client/browser.js +++ b/core/main/client/browser.js @@ -218,7 +218,7 @@ beef.browser = { * @example: beef.browser.isFF18() */ isFF18: function() { - return !!window.history.replaceState && window.navigator.userAgent.match(/Firefox\/18\./) != null; + return !!window.devicePixelRatio && !!window.history.replaceState && window.navigator.userAgent.match(/Firefox\/18\./) != null; }, /**