From fb715a431516bed76b95087504e4c5e698466000 Mon Sep 17 00:00:00 2001 From: mossfarmer <38235854+mossfarmer@users.noreply.github.com> Date: Thu, 22 Sep 2022 21:09:42 -0700 Subject: [PATCH] Fixed Whonix check updated the url it checks to the summary page which does not return 302 response --- sherlock/resources/data.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 700da357..57a9fbb9 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2075,9 +2075,8 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Whonix Forum": { - "errorMsg": "302", - "errorType": "message", - "url": "https://forums.whonix.org/u/{}", + "errorType": "status_code", + "url": "https://forums.whonix.org/u/{}/summary", "urlMain": "https://forums.whonix.org/", "username_claimed": "red", "username_unclaimed": "noonewouldeverusethis7"