Remove Download on Video Uploads

  1. Go to Course Page.
  2. Turn Editing to “On”.
  3. Edit Section
  4. Click the “Show/Hide Advanced button”
  5. Click “HTML” button
  6. Add this attribute inside the video tag:
    controlslist="nodownload" oncontextmenu="return false;"

    You’re video tag should look like this:

    <video controls="true" controlslist="nodownload" oncontextmenu="return false;">