Firefox 141 for developers
This article provides information about the changes in Firefox 141 that affect developers. Firefox 141 is the current Beta version of Firefox and ships on July 22, 2025.
Note: The release notes for this Firefox version are still a work in progress. You can view the project tracker for this release here.
Changes for web developers
HTML
- The HTML
webkitdirectory
attribute and the correspondingHTMLInputElement.webkitdirectory
property are now supported on Firefox Android. The attribute can be set to indicate that an<input type="file">
element should offer selection of directories instead of files. (Firefox bug 1887878).
HTTP
- The
"cache"
directive of theClear-Site-Data
response header now clears the bfcache (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).
Changes for add-on developers
- Adds the
i18n.getPreferredSystemLanguages
method to retrieve the preferred locales of the operating system. This complementsi18n.getAcceptLanguages
which return details of the locales set in the browser. (Firefox bug 1888486)
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 the about:config
page and set it to true
.
You can find more such features on the Experimental features page.
Older versions
- Firefox 140 for developers
- Firefox 139 for developers
- Firefox 138 for developers
- Firefox 137 for developers
- Firefox 136 for developers
- Firefox 135 for developers
- Firefox 134 for developers
- Firefox 133 for developers
- Firefox 132 for developers
- Firefox 131 for developers
- Firefox 130 for developers
- Firefox 129 for developers
- Firefox 128 for developers
- Firefox 127 for developers
- Firefox 126 for developers
- Firefox 125 for developers
- Firefox 124 for developers
- Firefox 123 for developers
- Firefox 122 for developers
- Firefox 121 for developers
- Firefox 120 for developers
- Firefox 119 for developers
- Firefox 118 for developers
- Firefox 117 for developers
- Firefox 116 for developers
- Firefox 115 for developers
- Firefox 114 for developers
- Firefox 113 for developers
- Firefox 112 for developers
- Firefox 111 for developers
- Firefox 110 for developers