We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499e406 commit 2cf0b29Copy full SHA for 2cf0b29
lib/utils.js
@@ -26,6 +26,7 @@ if (window.browser && browser.runtime && browser.runtime.getBrowserInfo)
26
27
var Utils = {
28
isFirefox: (function() {
29
+ // We want this browser check to also cover Firefox variants, like LibreWolf. See #3773.
30
const isFirefox = typeof InstallTrigger !== 'undefined';
31
return () => isFirefox;
32
})(),
0 commit comments