Skip to content

Commit

Permalink
oembed: do not rely on everviz's auto-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Oct 24, 2024
1 parent 6cd5969 commit eb98e2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/plugins/system/oembed/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1141,5 +1141,13 @@
"ndla.no/*"
],
"endpoint": "https://ndla.no/oembed"
},
{
"name": "Everviz",
"templates": [
"app.everviz.com/show/([a-zA-Z0-9])+",
"app.everviz.com/embed/([a-zA-Z0-9])+"
],
"endpoint": "https://api.everviz.com/oembed"
}
]

0 comments on commit eb98e2a

Please sign in to comment.