Mercurial Hosting > nabble
changeset 20:47162510b27f
vimeo fix
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 05 Jun 2020 13:16:45 -0600 |
parents | 18cf4872fd7f |
children | aba8ed4c8a06 |
files | src/nabble/view/naml/message.naml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/nabble/view/naml/message.naml Fri May 29 22:58:25 2020 -0600 +++ b/src/nabble/view/naml/message.naml Fri Jun 05 13:16:45 2020 -0600 @@ -153,5 +153,5 @@ </macro> <macro name="vimeo_regex"> - <![CDATA[\s*<iframe src="http://player.vimeo.com/video/[^"]+" width="\d+" height="\d+" frameborder="0"( webkitAllowFullScreen)?( mozallowfullscreen)?( allowFullScreen)?></iframe>.*]]> + <![CDATA[\s*<iframe src="https?://player.vimeo.com/video/[^"]+" width="\d+" height="\d+" frameborder="0"( webkitAllowFullScreen)?( mozallowfullscreen)?( allowFullScreen)?></iframe>.*]]> </macro> \ No newline at end of file