mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
responsive video iframe
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user