You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are reusing the same context resource everywhere that is provided by main process to the action manager. Instead, we should create a minimal version of context resource so that only required data can be sent to other actions.
Idea is to make sure no one except OutputService has access to webContents of the main window.
The text was updated successfully, but these errors were encountered:
Currently, we are reusing the same context resource everywhere that is provided by main process to the action manager. Instead, we should create a minimal version of context resource so that only required data can be sent to other actions.
Idea is to make sure no one except OutputService has access to
webContents
of the main window.The text was updated successfully, but these errors were encountered: