Skip to content

Commit

Permalink
domains: handle Highchart's legacy URL redirects to Everviz
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Oct 25, 2024
1 parent eb98e2a commit 64bca79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/plugins/system/oembed/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1145,9 +1145,10 @@
{
"name": "Everviz",
"templates": [
"app.everviz.com/show/([a-zA-Z0-9])+",
"app.everviz.com/embed/([a-zA-Z0-9])+"
"app.everviz.com/show/([a-zA-Z0-9]+)",
"app.everviz.com/embed/([a-zA-Z0-9]+)"
],
"endpoint": "https://api.everviz.com/oembed"
"endpoint": "https://api.everviz.com/oembed",
"url": "https://app.everviz.com/embed/{1}/"
}
]

0 comments on commit 64bca79

Please sign in to comment.