From 0b1fcf1cce0c146802e953547162ff2bf808cf10 Mon Sep 17 00:00:00 2001 From: fatchan Date: Sat, 9 Nov 2019 19:16:36 +1100 Subject: [PATCH] put dummy urls in webring config example --- configs/webring.json.example | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configs/webring.json.example b/configs/webring.json.example index f88aa896..43f32e45 100644 --- a/configs/webring.json.example +++ b/configs/webring.json.example @@ -1,10 +1,8 @@ { "following": [ - "https://vch.moe/webring.json" + "https://example.com/webring.json" ], "blacklist": [ - "spacechan.xyz", - "bunkerchan.xyz", - "16chan.xyz" + "badwebsite.com", ] }