We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6c058 commit a0bd39bCopy full SHA for a0bd39b
1 file changed
EnvironmentalOptions.js
@@ -37,7 +37,7 @@ async function isMozilla() {
37
38
// Thunderbird is explicitly checked as a workaround as Thunderbird does not return the vendor correctly
39
// see https://bugzilla.mozilla.org/show_bug.cgi?id=1702722
40
- // and // // https://github.com/TinyWebEx/AutomaticSettings/issues/11
+ // and https://github.com/TinyWebEx/AutomaticSettings/issues/11
41
return browserInfo.vendor === "Mozilla" || browserInfo.name === "Thunderbird";
42
}
43
0 commit comments