Update UptimeRobot / issue-trackers

main
nurbek 2 years ago
parent 65df4617ee
commit d42fa4f797

@ -451,7 +451,13 @@
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.", "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": { "headers": {
"content-security-policy": "\\.uptimerobot\\.com" "content-security-policy": "\\.uptimerobot\\.com"
}, },
@ -462,7 +468,7 @@
"recurring" "recurring"
], ],
"saas": true, "saas": true,
"scriptSrc": "stats\\.uptimerobot\\.com/", "scriptSrc": "\\.uptimerobot\\.com/",
"website": "https://uptimerobot.com" "website": "https://uptimerobot.com"
}, },
"Uptrends": { "Uptrends": {