• @[email protected]
    link
    fedilink
    57 months ago

    Presumably to disable that hot linking from other websites/apps. Especially if they use scrapers.

    But yeah, bad ux.

    • @[email protected]
      link
      fedilink
      2
      edit-2
      7 months ago

      Obfuscating the image file like that is usually completely transparent to scrapers actually, as the image URL is almost always in the HTML. You can find the direct image link yourself if you poke around in the element inspector for a bit.

      It’s just to make it harder to copy and increase to amount of people that link the full site URL (with the tracking and analytics ofc) instead of the image directly.

      • @[email protected]
        link
        fedilink
        17 months ago

        I’m not on desktop so can’t inspect to see the img src.

        But it’s possible for a url in img src to have a different response (ie, html) when it’s a direct navigation (ie new tab).