how to disable download option in audio tag code example
Example: how to stop download option in video tag of HTML
BY LOVE
Just add controlsList="nodownload" in your video tag.
BY LOVE
Just add controlsList="nodownload" in your video tag.