build: Disable NSS

NSS is used to manage root trust store. This part is reimplemented.
This commit is contained in:
klzgrad 2021-05-16 20:41:41 +08:00
parent 7408d6d625
commit 99a3e6bb4b

View File

@ -12,4 +12,4 @@
# to set up feature flags.
# True if NSS is used for certificate handling.
use_nss_certs = is_linux || is_chromeos
use_nss_certs = false