• master5o1@lemmy.nz
    link
    fedilink
    arrow-up
    5
    ·
    4 months ago

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

    But yeah, bad ux.

    • verdigris@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      4 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.

      • master5o1@lemmy.nz
        link
        fedilink
        arrow-up
        1
        ·
        4 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).