Home > Article > Computer Tutorials > New version of Firefox released: 109.0.1 solves font rendering issue in Windows version
Firefox browser Firefox releases a new version: 109.0.1, which fixes the font rendering problem in the Windows version. Recently, Firefox has ushered in a new version, so what specific changes have it made? Let’s find out together!
Reverts the change to Windows font smoothing, which caused some Configured rendering was poor (Bug 1803154)
Fixed jank when loading pages containing a lot of emoji characters (Bug 1809081)
Fixed page loading in some enterprise environments An issue that caused the authentication prompt not to appear (bug 1809151)
Fixed an issue where the event listener checkbox size was inconsistent in the developer inspection tool (bug 1811760)
This site It is understood that Firefox 109 mainly enables default support for Manifest V3 extensions, and also adds a "Unified Extension" button.
Manifest V3 is claimed to improve security, privacy, and browser performance, and will limit the functionality of extensions, especially those designed to monitor, modify, and interact with browsers and users. The ability to interact between visited websites.
It is worth mentioning that one of the most controversial changes in Manifest V3 is the removal of the Web Request API in favor of the new Declarative Net Request API.
Developers have heavily criticized this change, as it takes away functionality and reduces efficiency from many extensions, led by Google Chrome. Firefox chooses to retain the Web Request API and also supports declarative network requests.
The above is the detailed content of New version of Firefox released: 109.0.1 solves font rendering issue in Windows version. For more information, please follow other related articles on the PHP Chinese website!