Skip to content

Commit

Permalink
False positives fixes (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
fen0s authored Aug 24, 2022
1 parent aa4f94a commit a6ae072
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 72 deletions.
28 changes: 26 additions & 2 deletions maigret/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@
},
"ArcheAge": {
"urlSubpath": "/forums",
"disabled": true,
"tags": [
"forum",
"gaming",
Expand Down Expand Up @@ -3863,6 +3864,7 @@
},
"Ddo": {
"urlSubpath": "/forums",
"disabled": true,
"tags": [
"forum",
"us"
Expand Down Expand Up @@ -9939,6 +9941,19 @@
"usernameClaimed": "adam",
"usernameUnclaimed": "noonewouldeverusethis7"
},
"ProtonMail": {
"tags": [
"us"
],
"checkType": "response_url",
"headers": {
"X-Pm-Appversion": "[email protected]"
},
"alexaRank": 27985,
"url": "https://account.protonmail.com/api/users/available?Name={username}",
"usernameClaimed": "adam",
"usernameUnclaimed": "noonewouldeverusethis7"
},
"Metacafe": {
"disabled": true,
"tags": [
Expand All @@ -9962,7 +9977,13 @@
"pl",
"us"
],
"checkType": "status_code",
"checkType": "message",
"presenseStrs": [
"Points:"
],
"absenceStrs": [
"User not found"
],
"alexaRank": 15612,
"urlMain": "https://www.metal-archives.com",
"url": "https://www.metal-archives.com/users/{username}",
Expand Down Expand Up @@ -11178,12 +11199,13 @@
"alexaRank": 7081718
},
"NuviGarmin": {
"disabled": true,
"tags": [
"forum",
"ru",
"shopping"
],
"checkType": "status_code",
"checkType": "message",
"alexaRank": 8450923,
"urlMain": "https://nuvi.ru/",
"url": "https://nuvi.ru/forum/user/{username}/",
Expand Down Expand Up @@ -29550,6 +29572,7 @@
]
},
"forumbusiness.net": {
"disabled": true,
"urlMain": "http://forumbusiness.net",
"engine": "vBulletin",
"usernameClaimed": "alex",
Expand Down Expand Up @@ -31921,6 +31944,7 @@
"url": "https://pixilart.com/{username}"
},
"eve.community": {
"disabled": true,
"checkType": "status_code",
"usernameClaimed": "adam",
"usernameUnclaimed": "noonewouldeverusethis7",
Expand Down
Loading

0 comments on commit a6ae072

Please sign in to comment.