-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.5.1
-
None
-
MOODLE_25_STABLE
Videos embedded in the Book module are failing. Moodle shows, "unable to resolve the server's DNS address". The following embed code:
<iframe width="420" height="315" src="//www.youtube.com/embed/ETYThmhPLRc" frameborder="0" allowfullscreen></iframe>
gets converted to:
<iframe width="420" height="315" src="http://<a href=" http:="" www.youtube.com="" embed="" etythmhplrc"="" class="_blanktarget">www.youtube.com/embed/ETYThmhPLRc</a>" frameborder="0" allowfullscreen=""></iframe>
Replacing the broken src with http://www.youtube.com/embed/ETYThmhPLRc while in developer tools shows the video.
- duplicates
-
MDL-40633 Regression: auto-linking filter behaving badly
-
- Closed
-