Advertisement
Guest User

[SCRUFF] sends distance-information - even if told to hide

a guest
Oct 5th, 2014
1,996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ##
  2. # SCRUFF API-response (this is being sent to anyone - you don't need an account)
  3. # https://grindrmap.neocities.org/maps.html
  4. ##
  5.  
  6. "results": [{
  7. "id": [REDACTED],
  8. "name": "[REDACTED]",
  9. "lat": 0,
  10. "lon": 0,
  11. "has_image": 4,
  12. "logged_in": true,
  13. "hide_distance": true, << has no effect, is still being sent
  14. "updated_at": "Sun, 05 Oct 2014 13:57:57 GMT",
  15. "online": true,
  16. "recent": true,
  17. "dst": [REDACTED] << very accurate distance-information, even if user decided to hide.
  18. }, {
  19. ...
  20. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement