trezor-suite
trezor-suite copied to clipboard
fix(suite): Electron Security, Disable/Limit navigation
To adhere to this recommendation https://www.electronjs.org/docs/latest/tutorial/security#13-disable-or-limit-navigation
To test this just add:
<button onClick={() => {
location.assign('https://google.com');
}}>Click me!</button>
somewhere