kopia lustrzana https://github.com/wagtail/wagtail
Add Vidyard to oEmbed provider whitelist
rodzic
19f50c72ce
commit
babcbb7f80
|
@ -16,6 +16,7 @@ Changelog
|
|||
* `wagtail_serve` URL route can now be omitted for headless sites (Storm Heg)
|
||||
* Allow free tagging to be disabled on custom tag models (Matt Westcott)
|
||||
* Allow disabling page preview by setting `preview_modes` to an empty list (Casper Timmers)
|
||||
* Add Vidyard to oEmbed provider list (Steve Lyall)
|
||||
* Fix: Added ARIA alert role to live search forms in the admin (Casper Timmers)
|
||||
* Fix: Reorder login form elements to match expected tab order (Kjartan Sverrisson)
|
||||
* Fix: Re-add 'Close Explorer' button on mobile viewports (Sævar Öfjörð Magnússon)
|
||||
|
|
|
@ -436,6 +436,7 @@ Contributors
|
|||
* Daniel (aritas1)
|
||||
* timmysmalls
|
||||
* dtwm
|
||||
* Steve Lyall
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -25,6 +25,7 @@ Other features
|
|||
* ``wagtail_serve`` URL route can now be omitted for headless sites (Storm Heg)
|
||||
* Allow free tagging to be disabled on custom tag models (Matt Westcott)
|
||||
* Allow disabling page preview by setting ``preview_modes`` to an empty list (Casper Timmers)
|
||||
* Add Vidyard to oEmbed provider list (Steve Lyall)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
|
@ -642,6 +642,16 @@ tumblr = {
|
|||
]
|
||||
}
|
||||
|
||||
vidyard = {
|
||||
"endpoint": "https://api.vidyard.com/dashboard/v1.1/oembed",
|
||||
"urls": [
|
||||
r'^http(?:s)?://play\.vidyard\.com/.+$',
|
||||
r'^http(?:s)?://embed\.vidyard\.com/.+$',
|
||||
r'^http(?:s)?://share\.vidyard\.com/.+$',
|
||||
r'^http(?:s)?://.+?\.hubs\.vidyard\.com/.+$'
|
||||
]
|
||||
}
|
||||
|
||||
all_providers = [
|
||||
speakerdeck, app_net, youtube, deviantart, blip_tv, dailymotion, flikr,
|
||||
hulu, nfb, qik, revision3, scribd, viddler, vimeo, dotsub, yfrog,
|
||||
|
@ -654,5 +664,5 @@ all_providers = [
|
|||
circuitlab, geograph_uk, hlipp, geograph_gg, vzaar, minoto, videojug, sapo,
|
||||
vhx_tv, justin_tv, official_fm, huffduffer, spotify, shoudio, mobypicture,
|
||||
twenty_three_hq, gmep, urtak, cacoo, dailymile, dipity, sketchfab, meetup,
|
||||
roomshare, crowd_ranking, etsy, audioboom, clikthrough, ifttt, issuu, tumblr
|
||||
roomshare, crowd_ranking, etsy, audioboom, clikthrough, ifttt, issuu, tumblr, vidyard
|
||||
]
|
||||
|
|
Ładowanie…
Reference in New Issue