Movatterモバイル変換


[0]ホーム

URL:


  1. Mozilla
  2. Firefox
  3. Release notes for developers
  4. Firefox 141

Firefox 141 release notes for developers

This article provides information about the changes in Firefox 141 that affect developers.Firefox 141 was released onJuly 22, 2025.

Changes for web developers

HTML

CSS

JavaScript

HTTP

  • The"cache" directive of theClear-Site-Data response header now clears thebfcache (backwards-forwards cache).This allows a site to ensure that if anyone navigates backward after a user has signed out, private details that were visible during the initial session will not be exposed. (Firefox bug 1930501).

APIs

WebDriver conformance (WebDriver BiDi, Marionette)

General

  • Removed the experimental CDP (Chrome DevTools Protocol) implementation from Firefox. With it we also removed the support for theremote.active-protocols preference. More details on this topic can be found onFirefox Developer Experience (Firefox bug 1882096).
  • Removed the temporaryremote.system-access-check.enabled preference. This preference can no longer be used to disable system access checks when using WebDriver in Firefox's chrome scope during testing (Firefox bug 1955007).

WebDriver BiDi

  • Added support for the "proxy" argument of thebrowser.createUserContext command. This allows clients to setup either a "direct" or "manual" proxy when creating a user context (ie Firefox Container). Support for additional proxy types will be added later on (Firefox bug 1967653).
  • Implemented the newbrowsingContext.historyUpdated event which is emitted whenhistory.pushState(),history.replaceState() ordocument.open() is called within the context of a web page (Firefox bug 1906051).
  • Improved the error message shown when attempting to permanently install an unpacked, unsigned web extension (Firefox bug 1958723).
  • Updated thebrowsingContext.navigate andbrowsingContext.reload commands to wait for thebrowsingContext.navigationCommitted event when using the "wait" condition "none" (Firefox bug 1967469).
  • Updated the WebDriver BiDi cookie APIs to support "default" value in "sameSite" property to address recent changes in platform API which wouldn't allow anymore to set a cookie with "sameSite=None" and "secure=false" on HTTP pages (Firefox bug 1971488).

Marionette

Changes for add-on developers

Experimental web features

These features are shipping in Firefox 141 but are disabled by default.To experiment with them, search for the appropriate preference on theabout:config page and set it totrue.You can find more such features on theExperimental features page.

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp