mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
Disable client hints for web services
This commit is contained in:
parent
f628d371e1
commit
533af4aeba
|
|
@ -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',
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user