I think you might be reading the remaining few replies in that post, but that's not completely accurate..
In the post, I was asking;
Currently, we use Vimeo Business to host our videos for our paid courses.
What we find is even with Right-Click is disabled, media is able to be downloaded.
I have read that maybe adding the following would help:
pointer-events: none;
However, if placed in wrong spot it seems to disable the play/pause button.
Then looked up, if I
Add the attribute controlsList="nodownload" to your <video> tag.
Then you mentioned that;
I shared the feedback to development team on this to make the controlsList="nodownload" attribute for the Guru core.
So, I was wondering, if this was yet possible or if there was any plan in the near future to add this feature; as to avoid browsers downloading private vimeo videos in our courses.