Convert Flipboard to use more reliable HTTP Status detection method. The site gives a clean 404 error. They changed their site response, so we were getting false positives.

pull/208/head
Christopher K. Hoadley 5 years ago
parent 63fae2902e
commit 81da16294e

@ -372,8 +372,7 @@
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethis7"
}, },
"Flipboard": { "Flipboard": {
"errorMsg": "loading...", "errorType": "status_code",
"errorType": "message",
"rank": 3859, "rank": 3859,
"regexCheck": "^([a-zA-Z0-9_]){1,15}$", "regexCheck": "^([a-zA-Z0-9_]){1,15}$",
"url": "https://flipboard.com/@{}", "url": "https://flipboard.com/@{}",

Loading…
Cancel
Save