diff --git a/declarations/UptimeRobot.json b/declarations/UptimeRobot.json index 0086c1e..a8a5d3b 100644 --- a/declarations/UptimeRobot.json +++ b/declarations/UptimeRobot.json @@ -3,11 +3,17 @@ "terms": { "Privacy Policy": { "fetch": "https://uptimerobot.com/privacy/", - "select": "main" + "select": "main", + "filter": [ + "convertSpacesToStandard" + ] }, "Terms of Service": { "fetch": "https://uptimerobot.com/terms/", - "select": "main" + "select": "main", + "filter": [ + "convertSpacesToStandard" + ] } } }