mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-13 16:31:41 +08:00
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.
This commit is contained in:
@@ -28,6 +28,7 @@ var (
|
|||||||
"/usr/bin/firefox-nightly",
|
"/usr/bin/firefox-nightly",
|
||||||
"/usr/bin/firefox-developer-edition",
|
"/usr/bin/firefox-developer-edition",
|
||||||
"/Applications/Firefox.app",
|
"/Applications/Firefox.app",
|
||||||
|
"/Applications/FirefoxDeveloperEdition.app",
|
||||||
"/Applications/Firefox Developer Edition.app",
|
"/Applications/Firefox Developer Edition.app",
|
||||||
"/Applications/Firefox Nightly.app",
|
"/Applications/Firefox Nightly.app",
|
||||||
"C:\\Program Files\\Mozilla Firefox",
|
"C:\\Program Files\\Mozilla Firefox",
|
||||||
|
Reference in New Issue
Block a user