作者rick (物以类聚人以群分)
看板Browsers
标题[-Fx-] Firefox 147.0.4 Released
时间Tue Jan 13 22:37:39 2026
官方版本148.0预计在 2026年02月24日(美国时间) 台湾时间02月24日~02月25日 更新
147.0.4 Release Note
https://www.mozilla.org/en-US/firefox/147.0.4/releasenotes/
Fixed:
Fixed an issue that could cause the New Tab Page to appear blank for some
users. (Bug 2014616)
https://bugzilla.mozilla.org/show_bug.cgi?id=2014616
Security fix.
https://www.mozilla.org/security/advisories/mfsa2026-10/
147.0.3 Release Note
https://www.mozilla.org/en-US/firefox/147.0.3/releasenotes/
New︰
Interoperability improvements for the CSS anchor positioning and Navigation
web APIs.
Fixed︰
Fixed a regression where position: sticky elements on some webpages could
appear stuck or fail to update while mousewheel-scrolling after certain
:hover interactions. (Bug 2010481)
https://bugzilla.mozilla.org/show_bug.cgi?id=2010481
Fixed an issue where the Firefox Developer Tools could fail to re-open
after using the Inspector’s node picker and reloading a page containing
cross-origin iframes. (Bug 2003810)
https://bugzilla.mozilla.org/show_bug.cgi?id=2003810
Fixed an issue where the DNS over HTTPS provider settings section could
appear as a blank box, preventing users from seeing the current setting or
changing it. (Bug 2010501)
https://bugzilla.mozilla.org/show_bug.cgi?id=2010501
Fixed an issue on Windows systems with a large number of fonts installed
where parts of the Firefox UI (tabs, menus, and Settings) could display
garbled characters or symbols instead of readable text. (Bug 2012950)
https://bugzilla.mozilla.org/show_bug.cgi?id=2012950
Unresolved︰
On Linux (Wayland) systems, certain popups and context menus will sometimes
open in the wrong place, such as the top-left corner of the window. Firefox
147.0.3 has a partial mitigation for this problem and remaining instances
will be addressed in a future release. (Bug 2003045)
https://bugzilla.mozilla.org/show_bug.cgi?id=2003045
147.0.2 Release Note
https://www.mozilla.org/en-US/firefox/147.0.2/releasenotes/
New︰
Firefox now allows you to customize your keyboard shortcuts to replace
hard-to-type or hard-to-remember hotkeys, eliminate conflicts with other
software, and create your preferred set. Access this experimental new feature
by typing about:keyboard in the address bar.
Fixed︰
Resolved various issues with missing or impaired browser functionality
when using XDG Base Directories on Linux. (Bug 2011300)
https://bugzilla.mozilla.org/show_bug.cgi?id=2011300
Fixed an issue causing excess passkey prompts to appear when logging into
some sites. (Bug 2010919)
https://bugzilla.mozilla.org/show_bug.cgi?id=2010919
Fixed an issue that could lead to sites being incorrectly flagged as
malicious by SafeBrowsing. (Bug 2010956)
https://bugzilla.mozilla.org/show_bug.cgi?id=2010956
Various security fixes.
https://www.mozilla.org/security/advisories/mfsa2026-06/
147.0.1 Release Note
https://www.mozilla.org/en-US/firefox/147.0.1/releasenotes/
Fixed︰
Fixed compatibility problems with websites that use the new Compression
Dictionaries technology, such as ChatGPT, by temporarily disabling the
feature. (Bug 2010712)
https://bugzilla.mozilla.org/show_bug.cgi?id=2010712
Fixed an issue where an unnecessary empty directory was created on Linux
systems. (Bug 2001887)
https://bugzilla.mozilla.org/show_bug.cgi?id=2001887
Fixed an issue where time formats could cause certain websites to display
incorrectly. (Bug 2010411)
https://bugzilla.mozilla.org/show_bug.cgi?id=2010411
147.0 Release Note
https://www.mozilla.org/en-US/firefox/147.0/releasenotes/
New︰
WebGPU support is now enabled for devices with Apple Silicon processors on
all supported macOS versions.
Improved video playback performance on systems with AMD GPUs by enabling
zero-copy playback for hardware-decoded video where supported, bringing them
to parity with Intel and NVIDIA GPUs.
Firefox now supports the
Safe Browsing V5 protocol and is migrating from
Safe Browsing V4 to the
local list mode of Safe Browsing V5 protocol.
https://developers.google.com/safe-browsing/reference
https://developers.google.com/safe-browsing/reference/Local.List.Mode
Users with Enhanced Tracking Protection (ETP) set to Strict will have
local
network access restrictions enabled by default. Firefox will now require
users to explicitly allow public websites to access local network resources.
https://is.gd/M4z9lB
Firefox now supports the Freedesktop.org
XDG Base Directory Specification.
https://specifications.freedesktop.org/basedir/latest/
A Picture-in-Picture player window can now optionally be opened
automatically for a video playing in a tab when that tab goes into the
background. A special thanks to volunteer Daniele Ferla for contributing this
feature!
https://i.meee.com.tw/DXcp2go.png
Fixed︰
Fixed an issue that prevented some Windows users from selecting a tab
when the cursor was at the top of the screen and the Firefox window was
maximized.
Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values
time out or fall back to HTTP/2 after a while.
A draggable button can now be dragged if initiated from the button itself.
For Linux GNOME Mutter users, window and rendering surface sizes were
updated to match the actual pixel grid so Firefox delivers sharp rendering on
fractionally scaled displays regardless of the actual window size.
Various security fixes.
https://www.mozilla.org/security/advisories/mfsa2026-01/
Changed︰
Firefox now uses the same quality values (q-values) in Accept-Language
headers as other major browsers. The second language preference is now sent
as q=0.9 instead of q=0.5, with subsequent language preferences decreasing by
0.1 each (minimum 0.1). This change fixes compatibility issues with some
servers that incorrectly rejected requests with lower quality values.
Enterprise︰
https://support.mozilla.org/kb/firefox-enterprise-147-release-notes
Developer︰
View Transitions: View transition pseudo-elements now appear in the
elements panel and the associated animations appear in the animations panel.
Anchor positioning: Elements with a valid anchor-name are given an 'anchor'
badge in the elements view, and @position-try CSS rules are now displayed in
the CSS rules panel when an element using position-try-fallbacks is selected.
The JSON viewer now has a button to import the resource into Firefox
Profiler to get a breakdown of its size.
Pseudo-element selectors can now be added/edited in the CSS rules panel.
Web Platform︰
Added support for the
Navigation API. This API provides the ability to
initiate, intercept, and manage browser navigation actions. It is a successor
to previous web platform features such as the History API and
window.location, which solves their shortcomings.
https://developer.mozilla.org/docs/Web/API/Navigation_API
The Unicode ICU library was updated to
release 78, bringing support for
Unicode 17 and new locales.
https://github.com/unicode-org/icu/releases/tag/release-78.1
https://blog.unicode.org/2025/09/unicode-170-release-announcement.html
ES modules in service workers are now supported, aligning Firefox with
other major browsers and improving compatibility for modern web apps.
Support for
CSS Module Scripts was added, allowing stylesheets to be
imported using the JavaScript module system and import attributes.
https://mzl.la/3NiZfn9
The CSS counter-* and quotes properties are now supported in the ::marker
pseudo-element.
Both CompressionStream and DecompressionStream now support the Brotli
format.
Firefox now supports the
:active-view-transition-type selector and
associated
View Transitions API changes.
https://developer.mozilla.org/docs/Web/API/Document/startViewTransition#types
https://developer.mozilla.org/docs/Web/API/View_Transition_API
Firefox now exposes the view transition currently active on the document
via the
Document.activeViewTransition property.
https://developer.mozilla.org/docs/Web/API/Document/activeViewTransition
Support for
CSS anchor positioning was added, enabling tethering
elements. The anchor-positioned elements can then have their size and
position set relative to the anchor elements to which they are bound.
https://developer.mozilla.org/docs/Web/CSS/CSS_anchor_positioning
Firefox now supports Storage-Access-Headers, allowing servers to opt into
unpartitioned cookies via HTTP headers if storage-access was granted prior to
the
Storage Access API.
https://developer.mozilla.org/docs/Web/API/Storage_Access_API
Implemented CSS root-font-relative units rcap, rch, rex and ric.
--
身在黑暗 心向光明
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 124.8.33.84 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Browsers/M.1768315092.A.B6D.html
※ 编辑: rick (124.8.33.84 台湾), 01/13/2026 22:38:48
1F:推 Tsukasayeo: 期待148,终於要带来Windows的HDR了 01/14 00:02
2F:推 empingao: XDG 终於不再混乱了. 01/14 11:48
3F:推 nakibasara: 147版更新後CHATGPT打开不了,清除CACHE也一样 01/16 22:40
4F:→ nakibasara: reddit看到也解决方法,不过更改後反而图奇实况拨不了 01/16 22:40
5F:→ nakibasara: 连term.ptt都打不开,只好等更新看看 01/16 22:41
6F:→ gcobc12632: 我还以为只是ChatGPT日常坏掉 原来是火狐在搞 01/16 23:45
7F:→ gcobc12632: network.http.dictionaries.enable设为false就正常了 01/16 23:46
8F:→ gcobc12632: 图奇直播也可以正常观看 01/16 23:46
9F:推 nakibasara: 更新147.0.1後可以用了 01/17 06:26
※ 编辑: rick (61.30.180.171 台湾), 01/17/2026 07:24:05
10F:推 sakuya2004: youtube今天突然常常出现「这部影片目前无法播放,请 01/17 12:54
11F:→ sakuya2004: 稍後再试。」不知道是不是更新造成的。 01/17 12:54
12F:→ rick: 应该不是 因为我今天才出现...yt又在搞?! 01/24 07:18
13F:→ rick: 把uB0暂时关闭 就可以播放了 看来是针对挡广告套件 01/24 07:19
14F:→ rick: 伊莉论坛的回覆视窗 在点参与/回覆主题 後 不会自动消失了 01/24 08:10
15F:→ rick: 这个倒是我在更新.1之後才这样的 01/24 08:11
16F:推 leon19790602: 如果是用uBO的话,有开启内建的"实验性"选项过滤 01/24 17:01
17F:→ leon19790602: ,取消勾选就可以了,不需要关整个uBO,的确是YT又 01/24 17:01
18F:→ leon19790602: 在针对各广告套件就是了 01/24 17:02
19F:→ rick: 但是我现在开启uB0 又正常了 真搞不懂YT XD 01/24 19:08
20F:推 leon19790602: 没办法,uBO官方也有说YT就是一个随时动态在改变的 01/24 19:30
21F:→ leon19790602: 网域,套件的应变一定会有时间差,有时候忽然就好了 01/24 19:30
22F:→ leon19790602: ,可能就是套件後来找到应变方法修正了filters 01/24 19:30
23F:→ rick: 又犯了 XD 只好用leon19790602大大的方法 有用! 01/24 22:02
24F:推 leon19790602: uBO实验性选项昨晚更新了,可以再试试 01/26 19:29
25F:→ rick: 好的 目前使用是正常的... 希望不要过几天要开搞 XD 01/26 21:14
26F:→ rick: 取消uB0实验性选项时 yt观看进度变正常了 使用後又从头开始 01/26 21:15
27F:推 kc1446: 147.0.2 01/27 13:47
28F:→ rick: 你又剧透了 XD 01/27 14:14
29F:推 kc1446: 哈哈哈 01/27 15:53
※ 编辑: rick (61.30.131.11 台湾), 01/27/2026 22:39:48
30F:→ rick: 结果yt记忆上次播放到哪个时间的问题 是uB0实验性造成的 Orz 01/31 21:41
31F:→ rick: 然後伊莉的问题没了 应该不是.2的关系... 看来是论坛本身的 01/31 21:47
32F:→ hn9480412: 148会让使用者决定是否开启AI功能了 02/04 03:20
※ 编辑: rick (61.30.134.124 台湾), 02/05/2026 07:44:33
33F:→ rick: .m3u8网址会直接下载.m3u8档 用edge试是正常播放 有解吗? 02/08 10:34
34F:推 crescent3: 套件 M3U8/HLS Player with Custom Keyboard Controls 02/09 20:02
35F:→ rick: 感谢推荐 我用用看 02/09 21:26
36F:→ rick: 设定档底下storage default 有两个资料夹加起来10G = =啥鬼? 02/10 20:54
37F:→ rick: 想说要用个portable版本来用 没想到设定档这麽肥大ˊˋ 02/10 20:55
38F:→ MK47: 那个通常是cache吧 02/10 21:01
39F:→ rick: https 跟 moz-extension开头 是两个moz开头的资料夹 Orz 02/10 21:04
40F:推 MK47: 结构是不是是长:\storage\default\http+++网站名?那个是 02/10 21:19
41F:→ MK47: cache+cookies可以删掉 要去该网站重登就好了 02/10 21:19
42F:→ MK47: moz-extension+++後面一串英文+数字的是存扩充套件内容 可以 02/10 21:20
43F:→ MK47: 把你正用的套件看他设定有没有可以汇出 然後移除重装看看 02/10 21:20
44F:→ MK47: 可能是比较旧的套件或出bug 不然应该不会累积这麽大才是 02/10 21:21
45F:→ rick: 感谢 我也觉得这麽大不太合理 02/11 12:31
46F:→ rick: 感觉像live stream downloader或Video DownloadHelper这种 02/11 14:38
47F:→ rick: 占的缓冲空间比较有可能 但也太大了点 Orz 02/11 14:38
48F:→ rick: storage还是有1G左右 备份profile把它去掉可以吗? XD 02/11 20:53
49F:推 MK47: 那你等於重装一个火狐了 cookies和套件安装、设定都没了 02/12 01:11
50F:→ MK47: 剩界面设定、书签跟密码XD 02/12 01:11
51F:→ MK47: 还有config XD 02/12 01:36
52F:推 if4: 我都不会去动这些 我说我不会 XD 02/12 07:14
53F:→ rick: 囧rz 1g多的profile... 看来套件都设定汇出重装好了 02/12 07:49
54F:推 MK47: 你可以用wiztree看是moz-extension+++哪个资料夹太大 砍掉 02/12 08:26
55F:→ MK47: 看看 反正你都备份了 大不了装回来就好了 02/12 08:26
56F:→ rick: storage底下除了default之外的资料夹有5百多MB 好像只一半XD 02/12 08:39
57F:→ crescent3: moz-extension+++和^userContextId之间英数组合是UUID 02/16 12:28
58F:→ crescent3: 在about:config里的extensions.webextensions.uuids可 02/16 12:29
59F:→ crescent3: 看是对应到哪个套件 但有的套件ID也是UUID 所以还得再 02/16 12:29
60F:→ crescent3: 去about:support对照才能查到套件名称 02/16 12:30
61F:→ crescent3: 然後storage下除了default应该都是可以砍的 02/16 12:33
※ 编辑: rick (61.30.134.45 台湾), 02/17/2026 09:27:30
62F:→ rick: @crescent3 谢谢 我再研究看看 ^^ 02/17 09:28
63F:→ rick: 果然一个是Live Stream Downloader 另一个早就删除无从找Orz 02/19 20:31
64F:→ hijacker: storage这个资料夹里的垃圾真的很多 02/20 14:06
65F:→ Adven: 感谢 leon19790602 02/22 09:24