Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Chromium Snap cert trust (#57257)
I thought this already worked, but it turns out it behaves differently depending on how you launch it. When it is launched as a snap (vs from the command line), it can only access things in its own folder, so it looks in a different NSS DB for trusted certs. Fixing this is as simple as adding one more well-known location to the list. Co-authored-by: Andrew Casey <[email protected]>
- Loading branch information