[MM-16516] Add a "don't trust" option for certificates (#1733)
* Added checkbox to certificate not trusted modal * Added functionality to store a dontTrust boolean with the certificate store
This commit is contained in:
@@ -6,6 +6,7 @@ import {Certificate} from 'electron/common';
|
||||
export type ComparableCertificate = {
|
||||
data: string;
|
||||
issuerName: string;
|
||||
dontTrust: boolean;
|
||||
}
|
||||
|
||||
export type CertificateModalData = {
|
||||
|
Reference in New Issue
Block a user