mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-13 16:31:41 +08:00
Add support for Firefox in a Snap for Ubuntu 22.04
Closes #327 Fixes #325
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
FirefoxProfile = os.Getenv("USERPROFILE") + "\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles"
|
||||
FirefoxProfiles = []string{os.Getenv("USERPROFILE") + "\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles"}
|
||||
CertutilInstallHelp = "" // certutil unsupported on Windows
|
||||
NSSBrowsers = "Firefox"
|
||||
)
|
||||
|
Reference in New Issue
Block a user