We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afe1b4 commit 0a0cd52Copy full SHA for 0a0cd52
util/certificates.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
const (
11
- defaultDownloadURL = "https://github.com/mozilla/gecko-dev/blob/master/security/nss/lib/ckfw/builtins/certdata.txt?raw=true"
+ defaultDownloadURL = "https://raw.githubusercontent.com/mozilla/gecko-dev/refs/heads/master/security/nss/lib/ckfw/builtins/certdata.txt"
12
13
14
// LoadCACerts loads the certdata from Mozilla and parses it into a CertPool.
0 commit comments