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 May 24, 2022. It is now read-only.
The Fether application uses the remote module, but does not implement filters on the
permissions allowed by the remote module. The Electron security guidelines recommend
that the application implement a filter in the form of a callback handler in order to prevent
misuse of this feature.
An example of a mitigation to help prevent the issues related to remote modules, where event.preventDefault avoids the propagation of permissions
when requested by malicious code running in the renderer process.