I'm trying to create an escape game in html/javascript ... Some important informations are in sessionStorage of the navigator. I want to forbid access to sessionStorage anyway for the player. I have a javascript code that forbid inspection with the devTools by CTRL+MAJ / right click and F12, but there is one way : the menu of navigator ... Any idea to fobid or detect the access to the menu ?