trezor-suite icon indicating copy to clipboard operation
trezor-suite copied to clipboard

fix(suite): Electron Security, Disable/Limit navigation

Open peter-sanderson opened this issue 8 months ago • 0 comments

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

peter-sanderson avatar Jul 03 '24 13:07 peter-sanderson