mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-26 00:13:08 -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'),
|
preload: path.join(bundlepath, 'preload-webservice.cjs'),
|
||||||
contextIsolation: false,
|
contextIsolation: false,
|
||||||
scrollBounce: true,
|
scrollBounce: true,
|
||||||
|
disableBlinkFeatures: 'UserAgentClientHint',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user