From c10116c0190001cb93256a8c3a856381062a8a94 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 7 May 2024 15:35:20 +0200 Subject: [PATCH] feat(services): exclude YOURLS service from indexes Updated `services.json` to mark YOURLS for exclusion from both indexing and the simplified search feature. --- services.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services.json b/services.json index 8dd6255..6a367dc 100644 --- a/services.json +++ b/services.json @@ -241,8 +241,8 @@ "url": "https://private.cf" } ], - "exclude_from_index": false, - "exclude_from_simple": false + "exclude_from_index": true, + "exclude_from_simple": true }, { "name": "Rallly",