New javascript way Theme Options --> Integrations --> head
<script>
window.onload = function() {
videos = document.querySelectorAll('video');
[].forEach.call(videos, function(video) {
video.setAttribute("controlsList", "nodownload");
});
};
</script>
Very interesting details you have noted, thanks for posting. Allyn Theodore Samuella