Disable client hints for web services

This commit is contained in:
Samuel Elliott 2022-08-16 18:17:23 +01:00
parent f628d371e1
commit 533af4aeba
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -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',
},
});