telescope icon indicating copy to clipboard operation
telescope copied to clipboard

Gist code is not displayed

Open DukeManh opened this issue 3 years ago • 2 comments

What happened: Code from Gist shows a blank square. What should have happened: It should support Gist Anything else we need to know?: David suggests adding Gist domain to the allowed iframe host list.

image

Environment:

  • OS:
  • Browser:

DukeManh avatar Sep 16 '21 15:09 DukeManh

I'm not sure why we've closed this issue, Gist code blocks are still not displayed.

manekenpix avatar Sep 29 '21 01:09 manekenpix

Some Investigation: Feed Link When I get the feed data, I see the iframe doesn't have any src could it be this making iframe to display nothing?

<![CDATA[ 
<p>Test</p>
<iframe src="" width="0" height="0" frameborder="0" scrolling="no"><a href="https://medium.com/media/fbc24a94d16f632564698f2b2b08bcc0/href">https://medium.com/media/fbc24a94d16f632564698f2b2b08bcc0/href</a></iframe>
<img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e0a50cca00ac" width="1" height="1" alt=""> 
]]>

Kevan-Y avatar Jan 20 '22 19:01 Kevan-Y