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:
@@ -15,8 +15,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
FirefoxProfile = os.Getenv("HOME") + "/.mozilla/firefox/*"
|
||||
NSSBrowsers = "Firefox and/or Chrome/Chromium"
|
||||
FirefoxProfiles = []string{os.Getenv("HOME") + "/.mozilla/firefox/*",
|
||||
os.Getenv("HOME") + "/snap/firefox/common/.mozilla/firefox/*"}
|
||||
NSSBrowsers = "Firefox and/or Chrome/Chromium"
|
||||
|
||||
SystemTrustFilename string
|
||||
SystemTrustCommand []string
|
||||
|
Reference in New Issue
Block a user