From e8ebb8a981a64bd23ad8e3b913db1b76fe1ad4fe Mon Sep 17 00:00:00 2001 From: Dzuk <32108484+dzuk-mutant@users.noreply.github.com> Date: Wed, 29 Aug 2018 08:53:46 +0100 Subject: [PATCH] Quick JSON fix haha Made the JSON legit. --- list/list.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/list/list.json b/list/list.json index 656208b..bf30054 100644 --- a/list/list.json +++ b/list/list.json @@ -1,4 +1,5 @@ -[ +{ +"block":[ { "domain": "pleroma.rareome.ga" , "reasons": ["security-risk", "vsz", "abuse"] @@ -318,8 +319,7 @@ { "domain": "friends.nico" , "reasons": ["corporate"] - }, - - + } ] +}