Hello, there!
I’m attempting to use HTML as a means of embedding a video from our DAM. Problem is, it allows downloads! Being relatively new to HTML in general, I’ve looked up the correct code necessary to block, which includes the following:
controlList=”nodownload”
Now, this sounds like it would be a simple thing to just go to the Source or under the Embed option while entering in the video and edit in that code. However, whenever I save it...it deletes the code. And as such, it won’t allow me to block the download using HTML. Now, am I missing something here, or is this just something the UI is overwriting whenever I save?