• JuxtaposedJaguar@lemmy.ml
    link
    fedilink
    English
    arrow-up
    84
    arrow-down
    1
    ·
    edit-2
    1 month ago

    I’ll just change my web browser’s user agent then; you’re a fucking website, you don’t need to know which OS I’m using.

    It’s amazing how many “unsupported” web apps work perfectly fine once you change the UA. It’s often a completely arbitrary limitation so that they can hire less qualified support staff.

      • lagoon8622@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        29
        ·
        1 month ago

        Nope we don’t want to hire anyone who knows anything about Linux, no one uses Linux

        “Linux is unsupported”, that’ll work

        Everyone: uses a UA switcher

        “See? No one uses Linux, 100% of users are on Windows or MacOS”

    • irelephant [he/him]🍭@lemm.ee
      link
      fedilink
      English
      arrow-up
      12
      ·
      1 month ago

      A small publisher’s ebook platform recently started blocking firefox for me, did a bit of digging and found that if pages aren’t requested with the right headers (which work in chrome and msedge) it will respond with a 302, suggesting you go to another page which takes a few minutes and then times out.

      This is probably to stop scraping, and could be because I started testing some scraping scripts on it.

      Anyway, this hasn’t even stopped me scraping, I just copied the headers and use those in my script.

  • GreenKnight23@lemmy.world
    link
    fedilink
    English
    arrow-up
    62
    arrow-down
    4
    ·
    1 month ago

    I had this problem over 10 years ago. change your user-agent, problem solved.

    they do it because they are regulations for educational software that must be met, like specific access requirements in order to be used in accredited courses.

    it’s not anything specifically against Linux, it’s that they can’t test and validate those access requirements for anything outside Windows due to organizational limitations.

    source: I worked for colleges early in my career that used Pearson then worked for a vendor that managed infrastructure and project management for Pearson. they aren’t unique, their competition is just as fucked as they are. most still use waterfall because upper mgmt is old and refuses to adapt.

    • cute_noker@feddit.dk
      link
      fedilink
      English
      arrow-up
      23
      arrow-down
      1
      ·
      1 month ago

      My bank does this too. I also just change the user agent to switch and it works with no issues.

      At this point it just seems silly that they even want to go out of their way to Prohibit Linux users

  • Admiral Patrick@dubvee.org
    link
    fedilink
    English
    arrow-up
    59
    arrow-down
    1
    ·
    edit-2
    1 month ago

    “Our spyware is not able to accommodate your platform.”

    The horror stories I’ve read about what you give the software access to do (assuming there’s truth to them; I’ve never run it myself).

    Edit: I’m realizing now your screenshot is probably for a web course.

    • foggy@lemmy.world
      link
      fedilink
      English
      arrow-up
      31
      ·
      edit-2
      1 month ago

      It’s hilarious how bad it is

      I won’t ramble but I’m a cybersecurity professional with a lot of certs and… I’ve played with it (Pearson VUE)

      Hey Pearson, I have completely defeated your anticheat measures. Ironically, have used my expertise to pass cybersecurity exams. Fight me.

      Hey OP, use a free windows VM. Guess how many monitors your VM has? Guess how many your host can have? Yeah.

      This was 2019, so they may have gotten past that but I tells ya… For folks testing cybersec pros, they sure don’t have airtight opsec.

      I found more, but cannot responsibly disclose 😊

      • edric@lemm.ee
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 month ago

        This is why I just suck it up and go to a testing center even though more often than not it’s unpleasant too. I’m not installing all their tools and having to clear an entire room so there’s nothing that can be seen is such a hassle.

  • thorhop@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    56
    arrow-down
    4
    ·
    1 month ago

    “Upgrade”? Every other option is a downgrade. Sue them for false advertisement.

  • FryHyde@lemmy.zip
    link
    fedilink
    English
    arrow-up
    49
    arrow-down
    1
    ·
    1 month ago

    Very loose interpretation of the word “upgrade” they’re employing here…

    • lambipapp@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 month ago

      I assume it is a generic message, let’s say youd run windows 7. Then this message would sound more reasonable.

      But I agree, this is crazy if it is running in a browser

    • JasonDJ@lemmy.zip
      link
      fedilink
      English
      arrow-up
      12
      arrow-down
      1
      ·
      edit-2
      1 month ago

      Upgrayedd. With two “d”'s. For a double-dose of telemetry.

    • saltesc@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      1 month ago

      Aw, manggg. But I just upgraded to Linux last week. Shoot…

      Back to being treated like an idiot, force fed bloat, having no control over my own PC, and taking four steps to get everything done but often ending up down a rabbit hole of 19 step troubleshooting just to say, “Fuck it! Fine! I’ll accept the new feature” then being toured on the new feature after it crashes first then won’t let you login, but finally you do and THEN you’ve got your file open but forget what for by then, all the while it’s notifying you of updates constantly but you won’t run them because you noticed it contains the AMD driver which is the old one so Adrenaline will stop working but that also means Windows has somehow undone the group policy fucking around you had to do. And they say Linux is hard while Windows thinks I’m the fucking idiot and I CANT EVEN SHRINK THE FUCKING PARTITION BECAUSE THE GOD DAMNED PAGE FILE IS JIZZED ALL OVER THE FUCKING DRIVE!!! RAAARRRGH!!!

      snaps back

      Huh, sorry. I get flashbacks still. The doctors say with the right therapy, I’ll be better in a year.

    • unalivejoy@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 month ago

      This means they forgot platforms other than Windows exists. It’s likely they’re checking for currently supported systems and anything older is insecure, so blocked for your security.

      Likely something like this pseudocode

      function isPlatformVersionSupported(useragent) {
          // Windows XP is NT 5.1
          // Windows Vista is NT 6.0
          // Windows 7 is NT 6.1
          // Windows 8 is NT 6.2
          // Windows 8.1 is NT 6.3
          // Windows 10 and 11 is NT 10.0
          if (useragent.name == "Windows" && useragent.version.match(/Windows NT (6\.3|10)/)) {
              return true
          }
      
          // TODO: insert supported macos versions here
      
          return false
      }
      
      • Brandonazz@lemmy.world
        link
        fedilink
        English
        arrow-up
        14
        ·
        1 month ago

        Netflix does the same thing with “supported browsers.” It doesn’t matter if it’s actually supported, just whether it’s one of the two or three it allows because it can do analytics or whatever with them.

  • Eggyhead@lemmings.world
    link
    fedilink
    English
    arrow-up
    41
    ·
    1 month ago

    Their deliberate word choice of “upgrade” to supported operating system is mildly infuriating.

  • JackbyDev@programming.dev
    link
    fedilink
    English
    arrow-up
    39
    ·
    1 month ago

    Damn! If only we had some sort of technology that was OS independent and served as a way to view content and run code written for it without having to recompile for every platform.

    I am of course talking about web browsers. Which I’m betting this screenshot is from.

    • GreenKnight23@lemmy.world
      link
      fedilink
      English
      arrow-up
      28
      arrow-down
      11
      ·
      edit-2
      1 month ago

      they aren’t all. vast majority is Windows Server and IBM.

      edit: because people seem confused. I’m talking about Pearson directly, not global OS stats.

      chill tf out Linux weebs. I’m one of you.

          • MehBlah@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            5
            ·
            1 month ago

            Nearly all of my daughters sites she visited in college were nix servers. The exception being one administration machine she used for her payroll access as a RA.

            • gamer@lemm.ee
              link
              fedilink
              English
              arrow-up
              5
              ·
              1 month ago

              By “nix” do you actually mean Nix, or do you mean “*nix” as any Unix derivative?

              • MehBlah@lemmy.world
                link
                fedilink
                English
                arrow-up
                2
                arrow-down
                12
                ·
                edit-2
                1 month ago

                Guess.

                Edit: ;) I guess you are all guessing poorly. Nix when I looked it up is just another fringe linix distro. Never heard of it because I don’t need a purpose built crippled distro for anything. Since a guess is too hard to do I will tell you even now most websites I access according to my router stats are Linix distros. Every now and then there will be a bsd based one and ever rarer than that a windows site. I’m seeing these downvotes as a function of bias against the norm. I find it funny and responses like this always bring a smile to my face.

  • Jerkface (any/all)@lemmy.ca
    link
    fedilink
    English
    arrow-up
    23
    ·
    1 month ago

    Use Librewolf or a plugin that masks your user agent for privacy purposes; hides your OS so you can’t be fingerprinted so easily.

  • FEIN@lemmy.world
    link
    fedilink
    English
    arrow-up
    19
    ·
    1 month ago

    For the record, my friend (he uses arch btw) has used Pearson before and I dont believe it actually affected him, so to me the message means “it could work for you but we won’t support Linux if something screws up on your end because we’re lazy developers”