Skip to content
0
  • Home
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
  • Home
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Sketchy)
  • No Skin
Collapse

Wandering Adventure Party

  1. Home
  2. Uncategorized
  3. So according to this article: https://www.dropsitenews.com/p/meta-facebook-tech-copyright-privacy-whistleblower

So according to this article: https://www.dropsitenews.com/p/meta-facebook-tech-copyright-privacy-whistleblower

Scheduled Pinned Locked Moved Uncategorized
meta
16 Posts 8 Posters 25 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • stux⚡S stux⚡

    So according to this article: https://www.dropsitenews.com/p/meta-facebook-tech-copyright-privacy-whistleblower

    #Meta is scraping the media proxies of mstdn, masto and .coffee..

    If this is true, this is very worriying and pisses me very much off

    No wonder our media loads so crappy if they are constantly tapping in..

    Fuck #Meta to hell

    Extreme ElectronicsE This user is from outside of this forum
    Extreme ElectronicsE This user is from outside of this forum
    Extreme Electronics
    wrote on last edited by
    #3

    @stux not just Meta, none of them respect any content any more. No point in robots.txt. Will not rate limit what so ever. They all chop and change ips and user agents to evade limiting.

    Regularly kills smaller servers dead, then move on. (If your lucky) they are trashing the Web for small hosts.

    1 Reply Last reply
    0
    • stux⚡S stux⚡

      So according to this article: https://www.dropsitenews.com/p/meta-facebook-tech-copyright-privacy-whistleblower

      #Meta is scraping the media proxies of mstdn, masto and .coffee..

      If this is true, this is very worriying and pisses me very much off

      No wonder our media loads so crappy if they are constantly tapping in..

      Fuck #Meta to hell

      grob 🇺🇦G This user is from outside of this forum
      grob 🇺🇦G This user is from outside of this forum
      grob 🇺🇦
      wrote on last edited by
      #4

      @stux does that mean Fedi people can take part in the class action law suit that could do "immense harm not only to a single AI company, but to the entire fledgling AI industry and to America’s global technological competitiveness." as stated by said industry reps?

      Link Preview Image
      AI industry horrified to face largest copyright class action ever certified

      Copyright class actions could financially ruin AI industry, trade groups say.

      favicon

      Ars Technica (arstechnica.com)

      via @Lazarou
      https://mastodon.social/@Lazarou/114994400792642672

      1 Reply Last reply
      0
      • stux⚡S stux⚡

        Does anyone know a good way to block them?

        I do not want anything to do with their shady business and they should stay away from ours

        Jorijn SchrijvershofJ This user is from outside of this forum
        Jorijn SchrijvershofJ This user is from outside of this forum
        Jorijn Schrijvershof
        wrote on last edited by
        #5

        @stux yes. Block their user agent. We did: https://github.com/toot-community/platform/blob/main/manifests/applications/ingress-nginx/helm-values.yaml#L23

        stux⚡S 1 Reply Last reply
        0
        • Jorijn SchrijvershofJ Jorijn Schrijvershof

          @stux yes. Block their user agent. We did: https://github.com/toot-community/platform/blob/main/manifests/applications/ingress-nginx/helm-values.yaml#L23

          stux⚡S This user is from outside of this forum
          stux⚡S This user is from outside of this forum
          stux⚡
          wrote on last edited by
          #6

          @jorijn oh! is that enough? 😀

          1 Reply Last reply
          0
          • stux⚡S stux⚡

            Does anyone know a good way to block them?

            I do not want anything to do with their shady business and they should stay away from ours

            stux⚡S This user is from outside of this forum
            stux⚡S This user is from outside of this forum
            stux⚡
            wrote on last edited by stux@mstdn.social
            #7

            Just edited our #nginx configs and added

            if ($http_user_agent ~* "Meta-ExternalAgent") {
            return 403;
            }

            to the server block

            #AI #NoAI #Meta

            Kevin RussellK stux⚡S T 4 Replies Last reply
            0
            • stux⚡S stux⚡

              Just edited our #nginx configs and added

              if ($http_user_agent ~* "Meta-ExternalAgent") {
              return 403;
              }

              to the server block

              #AI #NoAI #Meta

              Kevin RussellK This user is from outside of this forum
              Kevin RussellK This user is from outside of this forum
              Kevin Russell
              wrote on last edited by
              #8

              @stux

              Needs hashtags. (lol)

              1 Reply Last reply
              0
              • stux⚡S stux⚡

                Just edited our #nginx configs and added

                if ($http_user_agent ~* "Meta-ExternalAgent") {
                return 403;
                }

                to the server block

                #AI #NoAI #Meta

                stux⚡S This user is from outside of this forum
                stux⚡S This user is from outside of this forum
                stux⚡
                wrote on last edited by
                #9

                In addition, i've also enabled CloudFlare's AI scrape block for masto.ai and .coffee

                mstdn.social DNS is at Hetzner

                Kevin RussellK WideEyedCurious 🇺🇸 💙 🇺🇦 & 🇨🇦W 2 Replies Last reply
                0
                • stux⚡S stux⚡

                  In addition, i've also enabled CloudFlare's AI scrape block for masto.ai and .coffee

                  mstdn.social DNS is at Hetzner

                  Kevin RussellK This user is from outside of this forum
                  Kevin RussellK This user is from outside of this forum
                  Kevin Russell
                  wrote on last edited by
                  #10

                  @stux

                  Is there an Instance Runner newsletter for all nodes to.learn from your efforts?

                  stux⚡S 1 Reply Last reply
                  0
                  • Kevin RussellK Kevin Russell

                    @stux

                    Is there an Instance Runner newsletter for all nodes to.learn from your efforts?

                    stux⚡S This user is from outside of this forum
                    stux⚡S This user is from outside of this forum
                    stux⚡
                    wrote on last edited by
                    #11

                    @kevinrns When Ghost's new federation works fully ill setup a small blog on a sub of mstdn with info, posts and also financial data etc 💪

                    Kevin RussellK 1 Reply Last reply
                    0
                    • stux⚡S stux⚡

                      Just edited our #nginx configs and added

                      if ($http_user_agent ~* "Meta-ExternalAgent") {
                      return 403;
                      }

                      to the server block

                      #AI #NoAI #Meta

                      Kevin RussellK This user is from outside of this forum
                      Kevin RussellK This user is from outside of this forum
                      Kevin Russell
                      wrote on last edited by
                      #12

                      @stux

                      Thanks so much for your constant efforts on our behalf, youre a hero and general inspiration.

                      #mastodon

                      1 Reply Last reply
                      0
                      • stux⚡S stux⚡

                        @kevinrns When Ghost's new federation works fully ill setup a small blog on a sub of mstdn with info, posts and also financial data etc 💪

                        Kevin RussellK This user is from outside of this forum
                        Kevin RussellK This user is from outside of this forum
                        Kevin Russell
                        wrote on last edited by
                        #13

                        @stux

                        👏 👏

                        1 Reply Last reply
                        0
                        • stux⚡S stux⚡

                          So according to this article: https://www.dropsitenews.com/p/meta-facebook-tech-copyright-privacy-whistleblower

                          #Meta is scraping the media proxies of mstdn, masto and .coffee..

                          If this is true, this is very worriying and pisses me very much off

                          No wonder our media loads so crappy if they are constantly tapping in..

                          Fuck #Meta to hell

                          |/|/i!!i@/|/|W This user is from outside of this forum
                          |/|/i!!i@/|/|W This user is from outside of this forum
                          |/|/i!!i@/|/|
                          wrote on last edited by
                          #14

                          @stux Block those MoFu's !

                          1 Reply Last reply
                          0
                          • stux⚡S stux⚡

                            Just edited our #nginx configs and added

                            if ($http_user_agent ~* "Meta-ExternalAgent") {
                            return 403;
                            }

                            to the server block

                            #AI #NoAI #Meta

                            T This user is from outside of this forum
                            T This user is from outside of this forum
                            TZL
                            wrote on last edited by
                            #15

                            @stux long-term persistent activity? Any ability to allow for #req/h or smth?

                            1 Reply Last reply
                            0
                            • stux⚡S stux⚡

                              In addition, i've also enabled CloudFlare's AI scrape block for masto.ai and .coffee

                              mstdn.social DNS is at Hetzner

                              WideEyedCurious 🇺🇸 💙 🇺🇦 & 🇨🇦W This user is from outside of this forum
                              WideEyedCurious 🇺🇸 💙 🇺🇦 & 🇨🇦W This user is from outside of this forum
                              WideEyedCurious 🇺🇸 💙 🇺🇦 & 🇨🇦
                              wrote on last edited by
                              #16

                              @stux I use Cloudflare at work and have enabled every AI-scraping bot feature available in the free plan since we all know they’re ignoring anything we put in the robot.txt file.

                              1 Reply Last reply
                              0

                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Login or register to search.
                              Powered by NodeBB Contributors
                              • First post
                                Last post