mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-26 08:51:22 -06:00
SDA-4199 Disabling Chrome Root Program cert check feature
This commit is contained in:
parent
eecf2f80ca
commit
6e89cc39a2
@ -46,6 +46,7 @@ export const setChromeFlags = () => {
|
||||
'disable-gpu': flagsConfig.disableGpu || null,
|
||||
'disable-gpu-compositing': flagsConfig.disableGpu || null,
|
||||
'enable-blink-features': 'RTCInsertableStreams',
|
||||
'disable-features': 'ChromeRootStoreUsed',
|
||||
};
|
||||
if (
|
||||
flagsConfig.customFlags.disableThrottling ===
|
||||
|
Loading…
Reference in New Issue
Block a user