Change defaultDownloadUrl

This commit is contained in:
M. Efe Çetin
2025-10-12 19:53:03 +02:00
committed by GitHub
parent 6afe1b4e6c
commit 0a0cd52e63

View File

@@ -8,7 +8,7 @@ import (
)
const (
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"
)
// LoadCACerts loads the certdata from Mozilla and parses it into a CertPool.