I am trying to disable right click on my website. I tried with:
<body oncontextmenu="return false">
But it doesn't work in Brave browsers, in other browsers it look to work. Does anyone know why, and how can I disabling right click in all browser?