We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d148f1 + 60e22a2 commit cd0261bCopy full SHA for cd0261b
src/CmsAdmin/Resource/web/js/tiny/plugins/lioniteimages/js/lioniteimages.js
@@ -48,7 +48,7 @@
48
}
49
50
if (el.attr('data-typ') == 'audio') {
51
- var box = '<audio src="' + el.attr('href') + '" controls></audio>';
+ var box = '<audio src="' + el.attr('href') + '" controls controlsList="nodownload noplaybackrate" oncontextmenu="return false;"></audio>';
52
53
54
if (el.attr('data-typ') == 'video') {
0 commit comments