From d42fa4f79724ef927b898e309d8d3bc05e8b8a69 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 29 Aug 2022 01:37:03 +0600 Subject: [PATCH] Update UptimeRobot / issue-trackers --- src/technologies/u.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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": {