Prevent HTML5 video from being downloaded (right-click saved)?

前端 未结 20 2307
醉酒成梦
醉酒成梦 2020-11-22 15:33

How can I disable \"Save Video As...\" from a browser\'s right-click menu to prevent clients from downloading a video?

Are there more complete solutions that prevent

20条回答
  •  没有蜡笔的小新
    2020-11-22 16:26

    You can use

    https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/controlsList

    It doesn't prevent saving the video, but it does remove the download button and the "Save as" option in the context menu.

提交回复
热议问题