Disabling Video Downloads on Cloudinary

Options
definecreative
definecreative Member Posts: 1 ✭
edited October 2023 in Developer APIs

I need to share a link to a Cloudinary-hosted video while disabling or hiding the possibility of downloading the video itself.

I'm wondering if it's possible to add the attribute controlsList="nodownload" so that the video rendered in the DOM has the following form:

<video controls controlsList="nodownload">

I just want to know if I can modify the URL of the video published by Cloudinary or if there is any other way to make it non-downloadable.

Answers