Skip to content

Preview youtube videos on the Static Site Editor

Enrique Alcántara requested to merge 216642-display-youtube-iframes into master

What does this MR do?

This Merge Request enables the Static Site Editor to preview youtube videos referenced using iframes.

Screen_Shot_2020-08-20_at_4.11.46_PM

How to test?

Open a Markdown document in the Static Site Editor that contains an iframe tag like: <iframe width="560" height="315" src="https://www.youtube.com/embed/hcAaD3ujlqc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Enrique Alcántara

Merge request reports