Skip to content

Commit 0a0cd52

Browse files
authored
Change defaultDownloadUrl
1 parent 6afe1b4 commit 0a0cd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/certificates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const (
11-
defaultDownloadURL = "https://github.com/mozilla/gecko-dev/blob/master/security/nss/lib/ckfw/builtins/certdata.txt?raw=true"
11+
defaultDownloadURL = "https://raw.githubusercontent.com/mozilla/gecko-dev/refs/heads/master/security/nss/lib/ckfw/builtins/certdata.txt"
1212
)
1313

1414
// LoadCACerts loads the certdata from Mozilla and parses it into a CertPool.

0 commit comments

Comments
 (0)