mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-13 16:31:41 +08:00
Offer a less confusing warning about Firefox on Windows
This commit is contained in:
@@ -13,9 +13,8 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
FirefoxPath = "C:\\Program Files\\Mozilla Firefox"
|
||||
FirefoxProfile = os.Getenv("USERPROFILE") + "\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles"
|
||||
CertutilInstallHelp = "<certutil unsupported on Windows>"
|
||||
CertutilInstallHelp = "" // certutil unsupported on Windows
|
||||
NSSBrowsers = "Firefox"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user