From 8e71a281f9abe1202723147f11d1bff3ffb484f0 Mon Sep 17 00:00:00 2001 From: Mikel Kew Date: Mon, 26 Oct 2020 09:24:53 +1000 Subject: [PATCH] Support latest FirefoxDeveloperEdition.app without spaces (#280) Latest version of Firefox Developer Edition on macOS seem to use upper camel case naming for the app. This ensures that the CA will be added to the Firefox trust store if using recent versions of FF Dev Edition. --- truststore_nss.go | 1 + 1 file changed, 1 insertion(+) diff --git a/truststore_nss.go b/truststore_nss.go index aad559a..a82f0dc 100644 --- a/truststore_nss.go +++ b/truststore_nss.go @@ -28,6 +28,7 @@ var ( "/usr/bin/firefox-nightly", "/usr/bin/firefox-developer-edition", "/Applications/Firefox.app", + "/Applications/FirefoxDeveloperEdition.app", "/Applications/Firefox Developer Edition.app", "/Applications/Firefox Nightly.app", "C:\\Program Files\\Mozilla Firefox",