I was trying to hide the Download option from my controls list even if it means hiding the whole controls and design a new one (which I did) I did this using js
vid.controls = false;
it Works fine But the user can just open divTools and just write controls in my <video< tag and delete the
controlslist="nodownload"
and just download the video that easily I need any method to stop this I have worked so hard for those videos I do not want them to be leaked
thanks in advance