Keyword

Disable Download in Chrome

  • Nikolay
  • Nikolay's Avatar Topic Author
  • Offline
  • New Member
More
4 years 10 months ago #172335 by Nikolay
Disable Download in Chrome was created by Nikolay
Hi,
I see Google change some of the code and now they give you the functionality to disable download controls

Yes, this is possible now, at least at the time of writing, you can use the controlsList attribute:

<video controls controlsList="nodownload">
<source data-src="movie.mp4">
</video>
It seems this was introduced in Chrome 58, and the documentation for it is found here: developers.google.com/web/updates/2017/03/chrome-58-media-updates#controlslist

Can you implement this to your code so we can use this function?

Thank you

Please Log in or Create an account to join the conversation.

More
4 years 10 months ago #172346 by JoomlaWorks
Replied by JoomlaWorks on topic Disable Download in Chrome
AllVideos does not use direct <video> tags. Instead, it uses the Clappr player. Even if we used that attribute to stop downloads, the determined user would easily find the actual URL and download the video file.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum