responsive video iframe
This commit is contained in:
parent
da267a56ef
commit
28f08ad42a
4 changed files with 66 additions and 4 deletions
|
|
@ -417,7 +417,7 @@ func (s *Server) handlePageCrawl(c *router.Context) {
|
|||
|
||||
if content := silo.VideoIFrame(url); content != "" {
|
||||
c.JSON(http.StatusOK, map[string]string{
|
||||
"content": content,
|
||||
"content": sanitizer.Sanitize(url, content),
|
||||
})
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue