• @[email protected]
    link
    fedilink
    English
    101 year ago

    I’d love to see the code as implemented for the iframe feature. Sounds like a good way to protect your intellectual property.

    • @mordack550
      link
      English
      51 year ago

      The only thing that comes to mind is to rugpull. So you move the game to another location in your site, and in the old URL you put the troll image. It may be an issue with people with bookmarks tho…

      • @[email protected]
        link
        fedilink
        English
        131 year ago

        Use the Referer header to check what domain the browser is loading from. You can also check the connection origin IP to see if it’s a site you know to be scraping you (i.e. not hotlinking but caching). Could possibly also check the User-Agent header to detect scrapers, depending on if they bother to forge it or not.

        • @[email protected]
          link
          fedilink
          English
          31 year ago

          Yup, it’s pretty easy to detect a cross origin request and serve something different based on that.