-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
Iframes that contain user created snippets should be muted. Because of this I am able to play sounds (can be anything, like a screamer) anywhere, where my snippet is previewed (for example in the list of snippets in a challenge).
Current Behavior
Iframes that contain user created snippets are not muted.
Steps to Reproduce
- Create an autoplaying HTML audio tag in a snippet.
- Try to find your nasty snippet preview in some sort of list.
- Audio will play in the background.
<audio controls autoplay style="display: none">
<source src="http://soundbible.com/grab.php?id=2010&type=mp3" type="audio/mpeg">
</audio>
Environment
Any
balaclark
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working