mirror of
https://github.com/searxng/searxng.git
synced 2025-09-03 00:38:34 +02:00
embedded iframe (youtube, dailymotion, vimeo): use https
This commit is contained in:
parent
609ac5795a
commit
45702b77ca
4 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ paging = True
|
|||
base_url = 'https://vimeo.com/'
|
||||
search_url = base_url + '/search/page:{pageno}?{query}'
|
||||
|
||||
embedded_url = '<iframe data-src="//player.vimeo.com/video/{videoid}" ' +\
|
||||
embedded_url = '<iframe data-src="https://player.vimeo.com/video/{videoid}" ' +\
|
||||
'width="540" height="304" frameborder="0" ' +\
|
||||
'webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue