“upgrade”
Upgrayedd. With two “d”'s. For a double-dose of telemetry.
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 }
I always hate this when it’s used to target Firefox.
“upgrade to chrome”
Like… What the fuck?
Just use a user agent switcher.
Haven’t you heard? Pearson’s requires at least Linux 2.
That came out in 1996.
Let me just check something on my terminal.
$ uname -sr Linux 6.14.4-arch1-1
I’m suspicious.
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.
and so they can use browser
vulnerabilitiesfeatures to collect more data on youNope 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”
Their deliberate word choice of “upgrade” to supported operating system is mildly infuriating.
They probably assume you are running something like Windows 7
Uhh
Your operating system, Linux, is not supported…
Right, but that could still be given dynamically by a library as “one of the unsupported ones”, getOSName(). They still might not have hard-coded “Linux is bad”.
They know which operating system you use based on the user agent, so they know it’s Linux.
The program has the information, but that doesn’t mean the people that wrote the code felt it was worth their time to make the “upgrade” text inclusive to Linux, if they even considered the possibility of Linux.
Our website runs on a linux server, can you not use it though
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.
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
I had a course where the teacher basically said you would have a hard time passing if you did not have a windows laptop because it was the only OS that worked well with their program.
The program was Excel workbooks
There s a place where you can name and shame in a permanent searchable record: https://wiki.rossmanngroup.com/wiki/Main_Page
Be the change you want.
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.
I had this problem with Pearson. I got around it by making sure my bowser (librewolf) reported windows as my user agent. This was last semester for an online intro level course, ymmv
Edit: I see your other posts about how its not blocking access… Tbh I don’t remember checking, I just remember checking my browser settings haha. Guess I didn’t have to bother.
What “Key features” from an educational course could possibly require windows? It’s spying on you.
They just don’t want to support it to save dev time/money
Oh yes, the very expensive Dev time cost of zero, because it is a fucking website.
Upgrade
Insults on top of incompetence, huh?