mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-20 23:00:58 +00:00
Support https links for Flickr (#2848)
This commit is contained in:
parent
d3bdd64cc5
commit
e128921cfb
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ OEMBED_ENDPOINTS = {
|
|||
"^http://[-\\w]+\\.dailymotion\\.com/.+$"
|
||||
],
|
||||
"http://www.flickr.com/services/oembed/": [
|
||||
"^http://[-\\w]+\\.flickr\\.com/photos/.+$",
|
||||
"^http://flic\\.kr\\.com/.+$"
|
||||
"^http(?:s)?://[-\\w]+\\.flickr\\.com/photos/.+$",
|
||||
"^http(?:s)?://flic\\.kr\\.com/.+$"
|
||||
],
|
||||
"http://www.hulu.com/api/oembed.{format}": [
|
||||
"^http://www\\.hulu\\.com/watch/.+$"
|
||||
|
|
|
|||
Loading…
Reference in a new issue