Replies: 2 comments 3 replies
-
Thanks for your feature request! I am moving this thread to the discussion board. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Bumping this as users are able to access the url to share what's meant to be paid trainings via just a right click in iframe |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Expected Behavior
Developer can disable contextmenu for iframe
Actual Behavior
Developer can't disable contextmenu and user can simply copy vimeo iframe URL and share with other who can view click easily outside of website.
Steps to Reproduce
Just add iframe to your html and try rightclicking it to reveal contextmenu.
Tried to disable developer tool on whole page, still iframe does not care that rest of page contextmenu is disabled and still allows user to inspect page source and grab URL.
Would be nice feature to have that allows to intercept context menu -> player.on("contextmenu", function (e) {
e.preventDefault();
});
Beta Was this translation helpful? Give feedback.
All reactions