From 0a0cd52e6332f0cc5984f94d6581db197ab3881d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Efe=20=C3=87etin?= Date: Sun, 12 Oct 2025 19:53:03 +0200 Subject: [PATCH] Change defaultDownloadUrl --- util/certificates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/certificates.go b/util/certificates.go index c8af7e3..307a135 100644 --- a/util/certificates.go +++ b/util/certificates.go @@ -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.