本文介绍了允许在< video>中播放视频来自我网站的元素,但不允许通过直接链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用了以下技巧:

首先,我禁用了右键单击以防止用户使用另存为使用此HTML5获取链接

First, I disabled the right click in order to prevent the user from using save as or get link using this HTML5:

<body oncontextmenu="return false;">
</body>

第二:我使用 controlsList =nodownload但问题仅适用于Chrome 58+,因为,稍后我可以考虑关税控制如。它可以让您了解哪些条件将满足哪些URL模式以及结果将会比每次更改时部署到服务器的速度快得多;)


On a side-note, while we're talking about .htaccess, check out this tool for writing and testing your file: http://htaccess.mwl.be/ . It lets you see which conditions will meet which URL patterns and what the outcome will be, much faster than deploying to your server each time you make a change ;)

这篇关于允许在&lt; video&gt;中播放视频来自我网站的元素,但不允许通过直接链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 01:04