diff --git a/src/app/main/windows.ts b/src/app/main/windows.ts index 950f9a2..579bde2 100644 --- a/src/app/main/windows.ts +++ b/src/app/main/windows.ts @@ -76,6 +76,7 @@ export function createWebServiceWindow(nsa_id: string, webservice: WebService, t preload: path.join(bundlepath, 'preload-webservice.cjs'), contextIsolation: false, scrollBounce: true, + disableBlinkFeatures: 'UserAgentClientHint', }, });