Skip to content

Commit

Permalink
Add support for experimental Firefox releases
Browse files Browse the repository at this point in the history
Closes #217, #889
  • Loading branch information
tresf committed Dec 9, 2021
1 parent 2046038 commit 98e111f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/qz/installer/certificate/firefox/locator/AppAlias.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
public enum AppAlias {
// Tor Browser intentionally excluded; Tor's proxy blocks localhost connections
FIREFOX(
new Alias("Mozilla", "Mozilla Firefox", "org.mozilla.firefox", true), // Windows
new Alias("Mozilla", "Mozilla Firefox", "org.mozilla.firefox", true),
new Alias("Mozilla", "Firefox Developer Edition", "org.mozilla.firefox", true),
new Alias("Mozilla", "Firefox Nightly", "org.mozilla.firefox", true),
new Alias("Mozilla", "SeaMonkey", "org.mozilla.seamonkey", false),
new Alias("Waterfox", "Waterfox", "net.waterfox.waterfoxcurrent", true),
new Alias("Waterfox", "Waterfox Classic", "org.waterfoxproject.waterfox classic", false),
Expand Down

0 comments on commit 98e111f

Please sign in to comment.