Fixed Whonix check

updated the url it checks to the summary page which does not return 302 response
pull/1468/head
mossfarmer 2 years ago committed by GitHub
parent bf6a20ac92
commit fb715a4315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save