Skip to content

Commit 2a1ae10

Browse files
authored
Add support for Firefox Nightly on Ubuntu
1 parent 0c9728c commit 2a1ae10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

truststore_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import (
1717

1818
var (
1919
FirefoxProfiles = []string{os.Getenv("HOME") + "/.mozilla/firefox/*",
20+
os.Getenv("HOME") + "/.mozilla/firefox-trunk/*",
2021
os.Getenv("HOME") + "/snap/firefox/common/.mozilla/firefox/*"}
2122
NSSBrowsers = "Firefox and/or Chrome/Chromium"
2223

0 commit comments

Comments
 (0)