5 lines
294 B
TypeScript
5 lines
294 B
TypeScript
export declare const getChromiumDisableWebSecurity: () => boolean;
|
|
export declare const setChromiumDisableWebSecurity: (should: boolean) => void;
|
|
export declare const getIgnoreCertificateErrors: () => boolean;
|
|
export declare const setChromiumIgnoreCertificateErrors: (should: boolean) => void;
|