I would like to remove the options for downloading the video (I know this will not prevent it from being downloaded through other means.) But the idea is only to make this difficult for more laymen.
I have the following example: link
Where through CSS I can hide the download button of the video.
But if the user clicks the right mouse button, he still has the option to download the video:
I would like to remove this option also via javascript or some kind of HTML configuration.