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
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
In @ltfschoen's last PR #451, we didn't add contextIsolation=true, because it required a small refactoring in an already-big PR. But according to Electron security guideline, it should be done.
The refactoring consists of:
using IPC for the communication between main<->preload
using postMessage for the communication between preload<->react
In @ltfschoen's last PR #451, we didn't add
contextIsolation=true
, because it required a small refactoring in an already-big PR. But according to Electron security guideline, it should be done.The refactoring consists of:
References:
The text was updated successfully, but these errors were encountered: