mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-12 20:48:52 +00:00
f64e760ab0
module is loaded afterwards, Summary: When the builtin trust module is loaded after some temp certs being created, these temp certs are usually not accompanied by trust information. This causes a problem in UXP as it loads the module from a separate thread while accessing the network cache which populates temp certs. This change makes it properly roll up the trust information, if a temp cert doesn't have trust information.