From 610df05c5cdb06f83e58107d794f32c1f7cf129c Mon Sep 17 00:00:00 2001 From: graystevens Date: Tue, 8 Jan 2019 17:22:13 +0000 Subject: [PATCH] Add "Firefox Nightly.app" support on macOS (#102) --- truststore_nss.go | 1 + 1 file changed, 1 insertion(+) diff --git a/truststore_nss.go b/truststore_nss.go index 1987ec8..bb52d10 100644 --- a/truststore_nss.go +++ b/truststore_nss.go @@ -20,6 +20,7 @@ func init() { for _, path := range []string{ "/usr/bin/firefox", nssDB, "/Applications/Firefox.app", "/Applications/Firefox Developer Edition.app", + "/Applications/Firefox Nightly.app", "C:\\Program Files\\Mozilla Firefox", } { _, err := os.Stat(path)