From 533af4aeba6c56aaee87c1624bf9eaf72f05b6a4 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Tue, 16 Aug 2022 18:17:23 +0100 Subject: [PATCH] Disable client hints for web services --- src/app/main/windows.ts | 1 + 1 file changed, 1 insertion(+) 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', }, });