diff --git a/src/technologies/u.json b/src/technologies/u.json index 7568028e6..251e012ed 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -270,7 +270,10 @@ 1 ], "description": "Umbraco is an open-source Microsoft ASP.NET based content management system.", - "dom": "script[src*='/UmbracoForms/']", + "dom": [ + "script[src*='/UmbracoForms/']", + "a[data-udi^='umb://']" + ], "headers": { "X-Umbraco-Version": "^(.+)$\\;version:\\1" }, @@ -1027,4 +1030,4 @@ "website": "https://utteranc.es/", "xhr": "\\.utteranc\\.es" } -} \ No newline at end of file +}