• fmstratA
    link
    English
    114 hours ago

    But the path changes with every new data element. It’s never the same, so every “prefetch” is a whole new image in the system’s eyes.

    • @hedgehog@ttrpg.network
      link
      fedilink
      English
      213 hours ago

      Even with a unique link, if the behavior is that as soon as the email server receives it, it’s prefetched, what does that reveal about the user?

      • fmstratA
        link
        English
        1
        edit-2
        12 hours ago

        Server or client, every supposed prefetch would be unique. If I trick an LLM client into grabbing:

        site.com/random-words-of-data/image.gif

        Then:

        site.com/more-random-data/image.gif

        Those are two separate images to the cache engine. As the data refreshes, the URL changes, forcing a new grab each time.

        For email, marketers do this by using a unique image URL for every recipient.

        • @hedgehog@ttrpg.network
          link
          fedilink
          English
          112 hours ago

          Cool, all of your images are getting fetched by the server as it receives and processes the emails. You have 100% open rate on all emails to that domain within 3 minutes of send.

          What do you know about the user and their behavior? Nothing. The prefetch is not tied to their actions, therefore you cannot learn anything about their actions.