Apple Releases Safari 14.1.2 Update for macOS Catalina and macOS Mojave

Apple today released a new Safari 14.1.2 update that's available for macOS Catalina and macOS Mojave users.

safari macos icon banner
The update likely includes important security fixes, but Apple has yet to outline what these fixes might be.

New Safari updates are normally introduced alongside new macOS updates for the current version of macOS and security updates for older versions of macOS, but the Safari 14.1.2 update is available on its own and Apple has not yet released macOS Big Sur 11.5.

The Safari update can be downloaded by going to System Preferences and clicking on the Software Update section.

We'll update this article when Apple provides details on the security fixes.

Tag: Safari

Popular Stories

Apple Glass

Apple Smart Glasses: Everything We Know So Far

Wednesday May 21, 2025 8:21 am PDT by
Google made waves yesterday by showcasing a set of lightweight smart glasses featuring deep Gemini integration and an optional in-lens display. The demo has reignited interest in Apple's own smart glasses project, which has been the subject of rumors for nearly a decade. Here's a recap of where things stand. Current Development Status Apple is actively working on new chips specifically...
iPhone 17 Air Pastel Feature

iPhone 17 Air Battery Capacity and Weight Allegedly Revealed

Monday May 19, 2025 2:22 am PDT by
Apple is expected to launch an all-new ultra-thin iPhone 17 Air later this year, and while there have been plenty of rumors about the camera's overall design and thinness, we haven't heard any details about the device's weight and battery capacity until now. According to the leaker going by the account name "yeux1122" on the Korean-langauge Naver blog, the 6.6-inch iPhone 17 Air has a weight ...
Apple CarPlay Ultra instrument cluster themes 01

Apple's CarPlay Ultra Is Here – Does Your iPhone Support It?

Thursday May 15, 2025 5:17 am PDT by
Apple's recently announced CarPlay Ultra promises a deeply integrated in-car experience, but not all iPhone users will be able to take advantage of the new feature. According to Apple's press release, CarPlay Ultra requires an iPhone 12 or later running iOS 18.5 or later. This means if you're using an iPhone 11, iPhone XR, or any older model, you'll need to upgrade your device to access...
Apple CarPlay Ultra instrument cluster themes 01

Apple's 'CarPlay Ultra' Experience Now Available

Thursday May 15, 2025 5:07 am PDT by
Apple today announced that its next-generation CarPlay experience, now dubbed "CarPlay Ultra" begins rolling out today, starting with Aston Martin vehicles. Subscribe to the MacRumors YouTube channel for more videos. CarPlay Ultra is now available with new Aston Martin vehicle orders in the U.S. and Canada. It will also be available for existing models that feature the brand's next-generation ...
WWDC 2025 Banner

Apple Announces WWDC 2025 Schedule, Including Keynote Time

Tuesday May 20, 2025 8:13 am PDT by
Apple today announced a more detailed schedule for its annual developers conference WWDC, which runs from June 9 through June 13. The schedule confirms that Apple's keynote will begin on Monday, June 9 at 10 a.m. Pacific Time, with a live stream to be available on Apple.com, in the Apple TV app, and on YouTube. During the keynote, Apple is expected to announce iOS 19, iPadOS 19, macOS 16,...
macOS 16 visionOS Inspired Feature 1

macOS 16: Everything We Know So Far

Tuesday May 20, 2025 7:31 am PDT by
The Worldwide Developers Conference (WWDC), Apple's annual developer and software-oriented event, is less than three weeks away. We haven't heard a great deal about macOS 16 ahead of its announcement this year, so we could be in for some major surprises when June 9 rolls around. Here's what we know so far about the next major update to Apple's Mac operating system. macOS 16 Name? Every year ...
maxresdefault

OpenAI Buys Jony Ive's AI Startup to 'Completely Reimagine What It Means to Use a Computer'

Wednesday May 21, 2025 10:27 am PDT by
OpenAI is acquiring io, the hardware-based AI startup co-created by Jony Ive, OpenAI announced today. Ive has been working with OpenAI CEO Sam Altman on io for two years, and the duo expects to develop a family of AI devices. In a video shared by OpenAI, Altman and Ive outlined their partnership and what they expect to create as a result of the merger. "I have a growing sense that everything ...

Top Rated Comments

Jack Neill Avatar
50 months ago
After using it the past 30 seconds, I can tell you that 14.1.2 feels dramatically, the same.
Score: 13 Votes (Like | Disagree)
JPSaltzman Avatar
50 months ago
I never understood the way Apple insists the only way to get the latest (safest) version of Safari is through the last 2 OS releases. Anything older than that -- say, 10.11 (El Capitan), 10.13 (High Sierra) et al -- are not updated. Suddenly any software updates or security fixes require (currently) 10.15 and maybe 10.14. I won't even go into OS 11 B.S. Land (that's Big Sur, to you, sir).

To a degree, Firefox doesn't require this, not does Google Chrome doesn't require this. (They do have minimal OS requirements, though).

But what web browser (other than Apple's Safari) requires that your computer have the latest OS releases installed first?

It's just HTML coding, a bunch of videos, and web pages from around the world; in fact, I doubt many web pages are even created and updated on any of Apple's computers -- it's a Windows/Linux world, judging from the number of foreign language characters that show up on Mac-rendered web pages, all those  (and other geographcal-specific letterforms) that riddle (literally and figuratively) a typical printed web page from Mac Os.

Anyone still running iWeb --you know, "web design for the rest of us!" /s
Score: 8 Votes (Like | Disagree)
CarlJ Avatar
50 months ago

It's just HTML coding, a bunch of videos, and web pages from around the world; in fact, I doubt many web pages are even created and updated on any of Apple's computers -- it's a Windows/Linux world, judging from the number of foreign language characters that show up on Mac-rendered web pages, all those  (and other geographcal-specific letterforms) that riddle (literally and figuratively) a typical printed web page from Mac Os.
Funny characters showing up on web pages almost invariably happens because web servers are serving text that is encoded in one character set, but claiming it's encoded in another character set, like text in the archaic Windows CP-1252 character set, but claimed to be modern Unicode UTF-8, or vice versa. This is a problem with webserver admins who don't know how to follow modern standards, not a problem with Macs. And, actually, from what little I've seen, there are quite a few web developers out there using Macs.

Text is just a stream of bytes - 8-bit numbers - that must be interpreted through a specified character set. Pretty much every character set of the past (many decades) agrees on how to interpret bytes 0x20 through 0x7f, in line with what was originally ANSI X3.4 (aka US-ASCII), but the interpretation of bytes over 0x7f varies wildly between character sets. Unicode, with UTF-8, gave us One True Way to handle that, and it's (wisely) what most of the world uses now, but there's still a lot of text out there in character sets like CP-1252, and a lot of misconfigured web servers blithely hand out that text without declaring the character set properly.

Another common mistake is UTF-8 encoding text that is already UTF-8 encoded, which makes a real mess out of any text outside of the ASCII range (this produces a pretty recognizable pattern).

But nice try blaming it all on macOS. Claiming this happens on a "typical" web page from macOS is exaggerating the situation by several billon percent.
Score: 5 Votes (Like | Disagree)
zapmymac Avatar
50 months ago
Still loving Mojave on my 10,1 rMBP 2013!
Score: 4 Votes (Like | Disagree)
Realityck Avatar
50 months ago

After using it the past 30 seconds, I can tell you that 14.1.2 feels dramatically, the same.
Exactly. ;)
Score: 4 Votes (Like | Disagree)
katbel Avatar
50 months ago

I never understood the way Apple insists the only way to get the latest (safest) version of Safari is through the last 2 OS releases. Anything older than that -- say, 10.11 (El Capitan), 10.13 (High Sierra) et al -- are not updated. Suddenly any software updates or security fixes require (currently) 10.15 and maybe 10.14. I won't even go into OS 11 B.S. Land (that's Big Sur, to you, sir).

To a degree, Firefox doesn't require this, not does Google Chrome doesn't require this. (They do have minimal OS requirements, though).

But what web browser (other than Apple's Safari) requires that your computer have the latest OS releases installed first?
snip snip

Anyone still running iWeb --you know, "web design for the rest of us!" /s
Just tried because you asked and iWeb still run, slowly but it does!
Score: 3 Votes (Like | Disagree)