UNPKG

@reclaimprotocol/tls

Version:

TLS 1.2/1.3 for any JavaScript Environment

7 lines (6 loc) 183 B
/* eslint indent: 0 */ /** * Mozilla Root CA List * downloaded from: https://wiki.mozilla.org/CA/Included_Certificates */ export const MOZILLA_ROOT_CA_LIST = ['<<CERTIFICATES>>'];