From 4b4a353386d314ad3d81a9c6fd0d0dd0d169772b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Tue, 7 Jul 2026 17:34:44 +0200 Subject: [PATCH] Convert spaces to standard --- declarations/UptimeRobot.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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" + ] } } }