mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-20 23:00:58 +00:00
Support for HTTPS Instagram URLs.
This commit is contained in:
parent
53012e85c2
commit
996ec4157e
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ OEMBED_ENDPOINTS = {
|
|||
],
|
||||
"http://api.instagram.com/oembed": [
|
||||
"^http://instagr\\.am/p/.+$",
|
||||
"^http://instagram\\.com/p/.+$"
|
||||
"^http[s]?://instagram\\.com/p/.+$"
|
||||
],
|
||||
"https://www.slideshare.net/api/oembed/2": [
|
||||
"^http://www\\.slideshare\\.net/.+$"
|
||||
|
|
|
|||
Loading…
Reference in a new issue