Skip to content

Commit 2cf0b29

Browse files
committed
Add a comment
1 parent 499e406 commit 2cf0b29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if (window.browser && browser.runtime && browser.runtime.getBrowserInfo)
2626

2727
var Utils = {
2828
isFirefox: (function() {
29+
// We want this browser check to also cover Firefox variants, like LibreWolf. See #3773.
2930
const isFirefox = typeof InstallTrigger !== 'undefined';
3031
return () => isFirefox;
3132
})(),

0 commit comments

Comments
 (0)