dynamic / silverstripe-html5video

0 stars 6 forks source link

ENHANCEMENT: Video - disable right click #20

Open jsirish opened 8 years ago

jsirish commented 8 years ago

prevent convenient video downloading. Add the following attribute to the <video> tag:

oncontextmenu="return false;"

muskie9 commented 8 years ago

Should this be a per video option, or a global option set in the config system?