diff --git a/src/technologies/u.json b/src/technologies/u.json index 600911977..4d6446ad3 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -451,7 +451,13 @@ 13 ], "description": "UptimeRobot is a web-based software that is designed to monitor the sites frequently to check whether any site is down owing to server problem or any bug in coding.", - "dom": "a[href*='stats.uptimerobot.com/']", + "dom": { + "a[href*='uptimerobot.com']": { + "attributes": { + "href": "(?:\\.|//)uptimerobot\\.com/" + } + } + }, "headers": { "content-security-policy": "\\.uptimerobot\\.com" }, @@ -462,7 +468,7 @@ "recurring" ], "saas": true, - "scriptSrc": "stats\\.uptimerobot\\.com/", + "scriptSrc": "\\.uptimerobot\\.com/", "website": "https://uptimerobot.com" }, "Uptrends": {