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 was archived by the owner on Aug 30, 2023. It is now read-only.
The nodeIntegration is enabled in Abricotine renderer process, which means that any JavaScript code executed in the editor has a potential access to your computer files and your system API.
This can be dangerous when previewing untrusted contents, such as iframes and images.
The
nodeIntegrationis enabled in Abricotine renderer process, which means that any JavaScript code executed in the editor has a potential access to your computer files and your system API.This can be dangerous when previewing untrusted contents, such as iframes and images.
All version are concerned.
To reduce the risk you can :
How to fix
Fulfill the prerequisites of https://electronjs.org/docs/tutorial/security
Especially:
This probably implies a major refactoring of the code.