Skip to content

It's possible to play sounds with the audio tag #11

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

  1. Create an autoplaying HTML audio tag in a snippet.
  2. Try to find your nasty snippet preview in some sort of list.
  3. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions