Skip to content

Commit

Permalink
Remove PayPal. Usernames that don't exist are detected.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoadlck committed Oct 20, 2019
1 parent fbbcfb7 commit f2a4285
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
9 changes: 0 additions & 9 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,15 +886,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"PayPal": {
"errorType": "response_url",
"errorUrl": "https://www.paypal.com/paypalme2/404",
"rank": 18441,
"url": "https://www.paypal.me/{}",
"urlMain": "https://www.paypal.me/",
"username_claimed": "blue",
"username_unclaimed": "noneownsthisusername"
},
"Pexels": {
"errorType": "status_code",
"rank": 483,
Expand Down
16 changes: 16 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ They are listed here in the hope that things may change in the future
so they may be re-included.


## PayPal

Usernames that don't exist are detected.

```
"PayPal": {
"errorType": "response_url",
"errorUrl": "https://www.paypal.com/paypalme2/404",
"rank": 18441,
"url": "https://www.paypal.com/paypalme2/{}",
"urlMain": "https://www.paypal.me/",
"username_claimed": "blue",
"username_unclaimed": "noneownsthisusername"
},
```

## Furaffinity

Usernames that don't exist are detected.
Expand Down

0 comments on commit f2a4285

Please sign in to comment.