Comment to 'Preventing Users from Downloading Videos and copy text from Website'
  • Hello @deep !

    The blocking of the rigth click menu can be set with this Javscript code in the Studio->Designer->Injections->Head Injection area:

    <script>
    document.addEventListener('contextmenu', function(event) {
      event.preventDefault();
    });
    </script>
    

    But it will not help against the addvanced web-users. You may limit the access to the whole video page via the mem levels.