mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Disable remote module in stream views
This commit is contained in:
@@ -127,6 +127,7 @@ export default class StreamWindow extends EventEmitter {
|
||||
const view = new BrowserView({
|
||||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
enableRemoteModule: false,
|
||||
contextIsolation: true,
|
||||
partition: 'persist:session',
|
||||
sandbox: true,
|
||||
|
||||
Reference in New Issue
Block a user