Skip to content

Commit

Permalink
domains: fix for all Highchart's legacy URL patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Oct 25, 2024
1 parent 64bca79 commit 66a6ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plugins/system/oembed/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1145,8 +1145,8 @@
{
"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",
"url": "https://app.everviz.com/embed/{1}/"
Expand Down

0 comments on commit 66a6ef9

Please sign in to comment.