Started to get this message when accessing Reddit. I use LibreWolf as a browser, which does indeed provide a more generic user agent to combat fingerprinting, but nothing out of the ordinary either (Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/119.0). Anyone else experiencing this?

Edit: seems to have resolved itself. Thanks for confirming I wasn’t doing anything wrong. Let’s hope this isn’t some new algorithm to test if for insufficient fingerprinting so Reddit can kick ad-resistant users.

  • @LemmyKnowsBest@lemmy.world
    link
    fedilink
    189
    edit-2
    2 years ago

    Reddit is corrupt. It probably has something to do with them wanting to track you, and they can’t track you if you have a blank user agent.

    Stay here at Lemmy where humans are respected as humans instead of data mines. Life is more dignified here at Lemmy.

    • @RightHandOfIkaros@lemmy.world
      link
      fedilink
      English
      24
      edit-2
      2 years ago

      Stay here at Lemmy where humans are respected as humans instead of data mines. Life is more dignified here at Lemmy.

      I like the sentiment, but it is so incredibly naive to think that there aren’t crawlers scraping every ounce of data from Lemmy as possible. While Lemmy itself may not be collecting user data (depending on who is hosting your home instances of choice), other data that is valuable can still be collected, particularly for LLM AI.

      If you can access it, the data scrapers have already crawled it.

    • Zorro
      link
      fedilink
      English
      232 years ago

      That’s all well and good but now that the smoke cleared it’s a Twitter/Mastodon situation

      • @LemmyKnowsBest@lemmy.world
        link
        fedilink
        172 years ago

        Yeah. You’re not wrong.

        Ever since I discovered I can have infinite conversations with infinite people about infinite topics, I am addicted to this format.

        Now see how they exploit us 😡

        • @KepBen@lemmy.world
          link
          fedilink
          12 years ago

          I’m my golden socialist utopia online platforms would flourish freely with each new conversation.

      • @Wes_Dev@lemmy.ml
        link
        fedilink
        72 years ago

        I don’t quite understand what you mean. I know Twitter has kind of gone to hell, but beyond that I’m not sure.

        • folkrav
          link
          fedilink
          42 years ago

          I think his point was that most conversations happen where people are, and people are still more on Twitter than Mastodon by multiple orders of magnitude even after the “exodus”.

    • @KrummsHairyBalls@lemmy.ca
      link
      fedilink
      232 years ago

      Stay here at Lemmy where humans are respected as humans

      I saw a post a few days ago where one Lemmy user threatened to triangulate another user via IP, and then hurt them, because they said Linux doesn’t work out of the box as well as windows in their experience.

      This was on a main instance. The person didn’t get in any trouble.

      • @kgbbot@lemmy.ca
        link
        fedilink
        12 years ago

        Yo Pop OS is working ony Surface pro 3 perfectly basically, definitely better than Windows 10 was.

        • P03 Locke
          link
          fedilink
          English
          02 years ago

          You can also see plenty of misogyny, non stop verbal abuse, etc.

          Lemmy is basically a playground for 13 year olds with development difficulties.

          I’m just going to highlight these two sentences, and ask you think really really hard about why this comment has more downvotes than upvotes.

          • @Aux@lemmy.world
            link
            fedilink
            02 years ago

            Truth hurts 13yo kids and they do what they can do best - hit dat downside button hard!

        • @KrummsHairyBalls@lemmy.ca
          link
          fedilink
          212 years ago

          Damn. Lemmy is hella doomed when a response to an insane thing someone else did on Lemmy is “who the fuck cares?”.

          Didn’t realize you support people threatening others based on a comment about an operating system.

              • @Xeknos@lemmy.world
                link
                fedilink
                -12 years ago

                Eh, I kind of see where he’s coming from. My response to threats like that is “have fun storming the castle, fuckface.”

                • @StupidBrotherInLaw@lemmy.world
                  link
                  fedilink
                  8
                  edit-2
                  2 years ago

                  For someone who doesn’t care, you sure can’t shut up about it.

                  Look how little I care guys. Hey you. Yeah, you. Did you know I don’t care? Totally don’t, 110%. Make sure to tell your friends how few fucks I give about all of this.

                  Why am I still talking about it? Clearly because I care so little. I learned early on that the more you talk about something, the less you care. My utter inability to stop talking about it is the supreme sign of my achieving the pinnacle of carelessness.

    • @Claidheamh@slrpnk.net
      link
      fedilink
      7
      edit-2
      2 years ago

      and they can’t track you if you have a blank user agent.

      They absolutely can. A blank user agent is a fingerprint like any other.

  • @pastaPersona@lemmy.world
    link
    fedilink
    482 years ago

    Wish they would at least be honest in their messaging, the whole “quirky” official reddit branding doesn’t really work anymore now that they’ve gone full corporate mode

    • murmelade
      link
      fedilink
      English
      102 years ago

      Au contraire, it’s totally kawaii-dystopia-punk! :P

  • make -j8
    link
    fedilink
    31
    edit-2
    2 years ago
    • please use something unique and descriptive

    Best I can do is “Mozilla/5.0 (Windows NT 10.0; Win64; x64)”

  • @aes@lemm.ee
    link
    fedilink
    English
    312 years ago

    Now that Web Environment Integrity is shut down, Reddit decides to take matters into their own hands…

    • John Richard
      link
      fedilink
      72 years ago

      I honestly don’t think it has anything to do with that. Scrapers going to scrape. They just want more metadata to identify you and know what propaganda to feed to you based on our online habits. The amount of techniques to identify someone based on JS alone should stir a rebellion, but we just accept it. If you have JS enabled, I can tell you what OS you use, what kind of processor you have, info about your graphics card, monitor resolution, etc. I can even identify you based on how your computer renders graphics. Oh, you’ve disabled JS and opted out of us tracking you based on X, Y, Z… great, now we can identify you based on your privacy settings.

        • @ricecake@sh.itjust.works
          link
          fedilink
          32 years ago

          If you’re on a website and you click a button and something happens other than going to a different page or downloading a file, it’s almost always because of JavaScript (JS)

          It’s a programming language that’s built into most browsers that allows for interactive functionality. It’s implemented in a way that typically protects the security of the computer, because it doesn’t have access to the files on the computer or other sensitive things.

          Because it can’t directly check a lot of things, browsers often provide a way for people writing websites to check what capabilities they can use.
          This means there’s a way to ask "can I do 3d graphics using this particular feature?”.
          The intent is so you can let your website handle computers that can’t do what you need, rather than just trying and crashing.

          Sufficiently determined people can ask for all of the various clues that are provided, and use that to make a pretty unique identifier for the computer, which they can then use to track you around the Internet.

          Various ways of fixing this have been proposed, but they all fall short one way or another.
          Either by making the web far less interactive than people have come to expect, making tracking easier but at least they’re not misusing the data, or requiring an unrealistic amount of reworking how the entire web works.

  • ██████████
    link
    fedilink
    26
    edit-2
    2 years ago

    Same here on firefox mobile just started 10 minutes ago

    Im not tech certified so i just figured out its my privacy possum doing this user agent thing which i like

      • @Wes_Dev@lemmy.ml
        link
        fedilink
        602 years ago

        It also tells the website the OS you’re running, as well as the browser, and various version numbers of stuff.

        One interesting experiment is to use a user agent changer to view a website, and watch how the website changes every time you load a new user agent.

        Google will remove search options if you’re using Firefox (mobile?), for example. But if you change your user agent to say you have Chrome, even if you are actually using Firefox, those options magically come back and work. It’s almost as if that’s anti-competitive behavior or something…

        It’s also how a lot of websites know whether or not to give you Windows executables or Mac executables, or Linux executables, etc.

          • @Wes_Dev@lemmy.ml
            link
            fedilink
            12 years ago

            Brilliant example. I think some of the search tools like date range or image color also get removed with the Firefox user agent, but I don’t quite remember.

        • @TunaCowboy@lemmy.world
          link
          fedilink
          62 years ago

          It also tells the website the OS you’re running, as well as the browser, and various version numbers of stuff

          While it’s true that many browsers choose to follow a convention that includes that info, User-Agent is just a string, so something like fuku is a legitimate UA

          https://www.rfc-editor.org/rfc/rfc1945#section-10.15

          curl -vA fuku example.com 2>&1 | grep -E '^[<>] (User|HTTP)'
          
        • @lud@lemm.ee
          link
          fedilink
          32 years ago

          Google also changes a bunch of features if you change the user agent to some really old or non existent browser versions.

          I don’t think they are making Firefox worse on purpose. I think it’s just something they don’t bother to fix.

        • @Wrench@lemmy.world
          link
          fedilink
          3
          edit-2
          2 years ago

          Before the paranoid think it’s invasive, it’s used mainly to tell the website what your browsers capabilities are, so that features work and render properly. And by “tell the website”, I mean they generally serve the same “code” to everyone, and your browser just uses different parts of it.

          It’s not as big of a deal now, but browsers used to render things very differently and had unique style features. Safari is still a big offender of this.

          The above Google search features probably means the developers being Google, probably just thoroughly tested the more niche features on Chrome. And probably at some point, other browsers like Safari shit the bed (common) because they used features that Safari didn’t support at the time, and decided to just disable them for Safari.

  • ugh
    link
    fedilink
    202 years ago

    RiF just kicked me out. I think reddit is trying to do another sweep to break unofficial apps/plug-ins/etc.

  • @TimewornTraveler@lemm.ee
    link
    fedilink
    202 years ago

    Couldn’t find any explanation on Google so I tried emailing them about this. I got back this lovely gem:

    Reddit Support (Reddit Support) Nov 14, 2023, 15:29 PST

    Hi there!

    Thanks for contacting us! At this time, we are not currently accepting inquiries via email. If you need support with our API or have questions, please submit your request here.

    Cheers, Your friends at Reddit

    But VPN worked.

  • @Clbull@lemmy.world
    link
    fedilink
    15
    edit-2
    2 years ago

    Happened to me yesterday (Windows 11, Chrome latest version.) A simple wipe of my browser files fixed it.

    I don’t even know how to use an API, let alone write code more complex than a For or Do Until loop in VBA, which I literally learned on the job to automate a finance task I was picking up.

    Either Spez is turning paranoid that everyone and their mother is leeching off his data, or this was a critical bug.

    Spez is a morally bankrupt cuck anyway.

  • kingthrillgore
    link
    fedilink
    122 years ago

    User agent blocking is typically done when they are trying to block bots or crawlers.

  • @ipkpjersi@lemmy.ml
    link
    fedilink
    11
    edit-2
    2 years ago

    Let’s hope this isn’t some new algorithm to test if for insufficient fingerprinting so Reddit can kick ad-resistant users.

    Why hope that? That’s exactly what it is. If anything we should encourage shit like that so the site can crash and burn even more. They deserve nothing. It’s too bad many of the subreddit blackouts only lasted 48 hours, and even worse people gave up and went back to reddit.

    Let’s hope they do something really crazy and start requiring ID for all users so more people will get fed up and leave.

  • Flying Squid
    link
    fedilink
    102 years ago

    Let’s hope this isn’t some new algorithm to test if for insufficient fingerprinting so Reddit can kick ad-resistant users.

    Oh, it is. I assure you. Anything but lose ad revenue.