Remove video context menu from Vimeo

1

Someone would know how to remove the menu-context of videos from Vimeo because it has the option to "save as" that saves my video, even if it is private in my account the person can later access with html file that was saved, in some cases the video is downloaded to the person's machine.

I tried several ways using javascript, JQuery and even AngularJs and nothing to not show the menu when I right click on the video.

If anyone has any ideas, I'm happy.

Follow the link of a vimeo video in the codepen to test.

link

HTML5 video without context menu

    
asked by anonymous 05.05.2015 / 21:24

1 answer

0

Not possible. Or rather, you can not do this in a browser other than yours.

Any solution that we could give you would depend on you being able to run code on the browser of others. This is simply not possible (or should not) for obvious security reasons.

If Vimeo allowed you to do this, it would have a security vulnerability called Cross-site scripting (XSS). More information on this question here (with an excellent answer)

    
15.02.2016 / 18:19