mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-12 21:51:01 +00:00
build: Disable NSS
NSS is used to manage root trust store. This part is reimplemented.
This commit is contained in:
parent
66a3be9684
commit
8677257765
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@
|
||||||
# to set up feature flags.
|
# to set up feature flags.
|
||||||
|
|
||||||
# True if NSS is used for certificate handling.
|
# True if NSS is used for certificate handling.
|
||||||
use_nss_certs = is_linux || is_chromeos
|
use_nss_certs = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue