Waterfox G6.5.2
- Fixed various theming issues.
- Fixed various vertical tab issues.
- Latest security fixes.
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
- Fixed various theming issues.
- Fixed various vertical tab issues.
- Latest security fixes.
v33.5.0 (2024-12-05)
This is a development, bugfix and security release.
Note: Intel Mac builds are now "ad hoc" signed instead of unsigned,which should solve potential issues with newer macOS while still beingcompatible with old OS X. If you experience issues, please post in theZaloguj lub Zarejestruj się aby zobaczyć!for support.
Changes/fixes:
Implementation notes:
- Implemented Regular Expression "match indices" (/d) feature.
- Added a way to programmatically clear the DNS cache in thebrowser, and added a button to the UI for it in about:networking.
- Updated handling of referrer policies to adhere to theupdated spec.
- CSS font variations keywords no longer throwan error. See implementation notes.
- CSS border-radius will now also apply toelement outlines.
- Improved the display of amount of cached web content inpreferences when cache is being cleared.
- Improved the installer AVX check to skip on early versionsof Windows 10 (which don't support it).
- Updated NSS to 3.90.5 (unofficial) to pick up some securityfixes.
- Refreshed the built-in list of effective top-level domains.
- Fixed several application crashes.
- Reduced unnecessary debug/informative messages in releasebuilds (WebGL and CSP).
- Backed out building against ffmpeg 6.0 and ffvpx 6.0 forcausing a video playback regression on full-range videos (levels 0-255).
- Cleaned up a large amount of leftover Boot2Gecko code,simplifying code paths throughout the code base.
- From this version forward we also publish language packsfor Persian (Farsi), Hindi, Kannada and Vietnamese.
- Security issues addressed: CVE-2024-11693 andCVE-2024-11704 (DiD).
- The CSS font variations keywords (woff2-variations, truetype-variations, etc.) allow webmasters toindicate format hints for @font-face font resources soauthors can provide alternative resources for browsers that don'tsupport tech(variations). The intent of these hints is toprovide an alternate font with variations in addition to regular fontswithout. Unfortunately, some webmasters don't indicate a base font thevariation font face would be an alternate for, which resulted in PaleMoon throwing an error on the only @font-face srcentry provided, in turn having the web font not being loaded at all(because no valid entry was found), breaking website layout. From thisversion onwards, we parse the -variations keywordsallowing variation alternative font-faces to be loaded, even if no basefont was specified. To webmasters only supplying @font-face entrieswith variations keywords: please understand the intent of this CSS 4spec and always provide a base font entry (graceful fallback).