From 6e89cc39a2a2aaf76c56f58a9ec982e42c346a1a Mon Sep 17 00:00:00 2001 From: sbenmoussati <51402489+sbenmoussati@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:38:45 +0200 Subject: [PATCH] SDA-4199 Disabling Chrome Root Program cert check feature --- src/app/chrome-flags.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/chrome-flags.ts b/src/app/chrome-flags.ts index b57a0e30..2a676e06 100644 --- a/src/app/chrome-flags.ts +++ b/src/app/chrome-flags.ts @@ -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 ===