mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
build: Disable NSS
NSS is used to manage root trust store. This part is reimplemented.
This commit is contained in:
parent
bbf9fc7548
commit
c0c332c297
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user