Quote Originally Posted by Initiostar View Post

PLACEHOLDER HTML code (body)
<audio id="audiplay" src="https://domain-name/assets/load.mp3" controls autoplay controlsList="nodownload" style="width: 500px;"></audio>
Though I have attempted to find more about controlsList="nodownload" I am still somewhat in the dark. If I want to allow downloads of audio files from my site would I leave out that code or use some other code?

Ian