Live data from Hacker News

Viewing profile — rsbadger

rsbadger

HN member
Joined
Wed, May 11, 2016, 4:56 PM UTC
HN karma
560
Public activity
64 items

About rsbadger

No profile information was provided.

Recent public activity

  1. story
    Show HN: Storage.to CLI, upload a file, get a link

    I kept running into the same annoyance: I want to upload a file from a script and just get a link back — without setting up S3 buckets, auth flows, or SDKs. I built a small service…

  2. story
  3. story
  4. comment
    Comment #31906137

    Unfortunately not - the links were indexed and shown in Bing search results

  5. comment
    Comment #31898336

    I do have a robots.txt to block this directory. But Bing only listens to that for what to crawl, not what to index.

  6. comment
    Comment #31896686

    I’m fairly certain they are. My links ended up indexed in Bing search results. The only place they were ever rendered was in private emails to users. Bing should not be indexing th…

  7. comment
    Comment #31894930

    Exactly that.

  8. comment
    Comment #31894756

    This is very useful information. You’d really hope that private emails would be excluded by default…

  9. comment
    Comment #31894531

    The only purpose of this link was to verify that the email address is valid. Once it’s verified, you can login.

  10. comment
    Comment #31894512

    Many people (most?) prefer to signup to services by email address. To do so, those email addresses must be verified. How would you verify it without sending them an email link?

  11. comment
    Comment #31894483

    You’re right that it was a bit of an oversight on my behalf, as the links were only generated after a verified human user action (signup) I had assumed the 1 time links to their em…

  12. comment
    Comment #31894344

    I would be pretty mortified if browsers were using user browser sessions to scan content and pass it to bingbot…? What about if you’re browsing something local? Or your bank accoun…

  13. comment
    Comment #31893759

    Almost all of them. A good example is Dropbox link you send to someone. I could generate this link to a private file in my Dropbox, email it you, and Bing (may) index it. https://w…

  14. comment
    Comment #31893733

    Exactly - seems the safest way is to explicitly block known bots by user agent from even reaching pages you don't want indexed.

  15. comment
    Comment #31893708

    You may be seeing a stale version, try this: https://shoprocket.io/robots.txt?bypass=1 (I made a lot of changes today when testing all, including "visit as Bingbot" from their webm…

  16. comment
    Comment #31893661

    Quite possibly…

  17. comment
    Comment #31893656

    They were indexed in Bing results, I’ve shared the URL of that in this thread

  18. comment
    Comment #31893316

    I don't think that's very surprising for most people, the real takeaway is that not only will Bing read your emails, but they may also index any links you send and serve them in se…

  19. comment
    Comment #31893305

    Exactly. I also noticed Bing had accessed some non microsoft tokens too. Even gmail accounts were affected. I assume some people have connected their gmail account to the outlook c…

  20. comment
    Comment #31893289

    Exactly. From what I've heard today it sounds like most apps have an extra step between the email link and the login, usually a JS step, to check for bots. Not adding that was my d…

  21. comment
    Comment #31893278

    AFAIK, most of those "private" links are actually just "unlisted" but they're still public. I'm sure Bing is indexing those too...

  22. comment
    Comment #31893262

    Absolutely

  23. comment
    Comment #31893255

    Yeh I was a bit reluctant to post that as it doesn't look great for my app! But here's the results: https://www.bing.com/search?q=https%3A%2F%2Fshoprocket.io%2F...

  24. comment
    Comment #31893245

    Yeh I think you're right, an extra JS step on the page that the email link leads to would help a lot.

  25. comment
    Comment #31893234

    They are now - I didn't think I had to as all the pages are naturally behind a login, it never crossed my mind that Bing would follow email links, let alone index them in search re…