files/en-us/mozilla/firefox/experimental_features/index.md
This page lists Firefox's experimental and partially-implemented features, including evolving or proposed web platform standards. Each entry below includes information about the builds in which a feature is included (Nightly, Beta, Developer Edition, or Release), whether it is activated by default or not, and the name of the preference you can use to activate or configure the feature. The description of each feature also includes links to relevant Bugzilla bugs that implement or enable the feature. This information allows you to try out experimental features and provide feedback before they are officially released.
In terms of lifecycle, new features usually appear first in Nightly, where they are often enabled by default for early feedback and testing. If no major problems are found, they are included in Beta and Developer Edition pre-release builds. Finally, approved features ship in the stable Release channel. When a feature is enabled by default in a release, it is no longer considered experimental and is removed from this page.
To enable these features, enter about:config in the Firefox address bar, search for the associated preference and change its value, which is usually a toggle between true and false.
Depending on the feature, you might need to restart the browser for the change to take effect.
Check the Firefox Configuration Editor support article for more information about managing preferences in Firefox.
Layout for input type="search" has been updated. This causes a search field to have a clear icon once someone starts typing in it, to match other browser implementations. (See Firefox bug 558594 for more details.)
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 81 | No |
| Developer Edition | 81 | No |
| Beta | 81 | No |
| Release | 81 | No |
layout.forms.input-type-search.enabled
true to enable.HTML password input elements (<input type="password">) include an "eye" icon that can be toggled to display or obscure the password text (Firefox bug 502258).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 96 | No |
| Developer Edition | 96 | No |
| Beta | 96 | No |
| Release | 96 | No |
layout.forms.reveal-password-button.enabled
true to enable.datetime-local and time input elementsThe HTML <input type="datetime-local"> and <input type="time"> elements support a time picker. (Firefox bug 1726108).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 144 | No |
| Developer Edition | 144 | No |
| Beta | 144 | No |
| Release | 144 | No |
dom.forms.datetime.timepicker
true to enable.alpha and colorspace attributes in color input elementsThe HTML <input type="color"> element supports alpha & colorspace attributes. (Firefox bug 1919718).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 149 | Yes |
| Developer Edition | - | - |
| Beta | - | - |
| Release | - | - |
dom.forms.html_color_picker.enabled
true to enable.This feature renders control characters (Unicode category Cc) other than tab (U+0009), line feed (U+000A), form feed (U+000C), and carriage return (U+000D) as a hex box when they are not expected. (See Firefox bug 1099557 for more details.)
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 43 | Yes |
| Developer Edition | 43 | No |
| Beta | 43 | No |
| Release | 43 | No |
layout.css.control-characters.visible
true to enable.The {{cssxref("initial-letter")}} CSS property is part of the CSS Inline Layout specification and allows you to specify how dropped, raised, and sunken initial letters are displayed. (See Firefox bug 1223880 for more details.)
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 50 | No |
| Developer Edition | 50 | No |
| Beta | 50 | No |
| Release | 50 | No |
layout.css.initial-letter.enabled
true to enable.The {{cssxref("fit-content()")}} function as it applies to {{cssxref("width")}} and other sizing properties. This function is already well-supported for CSS Grid Layout track sizing. (See Firefox bug 1312588 for more details.)
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 91 | No |
| Developer Edition | 91 | No |
| Beta | 91 | No |
| Release | 91 | No |
layout.css.fit-content-function.enabled
true to enable.Previously called "scroll-linked animations", a scroll-driven animation depends on the scroll position of a scrollbar instead of time or some other dimension.
The {{cssxref('scroll-timeline-name')}} and {{cssxref('scroll-timeline-axis')}} properties (and the {{cssxref('scroll-timeline')}} shorthand property) allow you to specify that a particular scrollbar in a particular named container can be used as the source for a scroll-driven animation.
The scroll timeline can then be associated with an animation by setting the {{cssxref('animation-timeline')}} property to the name value defined using scroll-timeline-name.
When using the {{cssxref('scroll-timeline')}} shorthand property, the order of the property values must be {{cssxref('scroll-timeline-name')}} followed by {{cssxref('scroll-timeline-axis')}}. The longhand and shorthand properties are both available behind the preference. You can alternatively use the {{cssxref("animation-timeline/scroll")}} functional notation with {{cssxref('animation-timeline')}} to indicate that a scrollbar axis in an ancestor element will be used for the timeline.
For more information, see Firefox bug 1807685, Firefox bug 1804573, Firefox bug 1809005, Firefox bug 1676791, Firefox bug 1754897, Firefox bug 1817303, and Firefox bug 1737918.
The {{cssxref('timeline-scope')}}, {{cssxref('animation-range-start')}} and {{cssxref('animation-range-end')}} properties (and the {{cssxref('animation-range')}} shorthand property) are not yet supported. For more information, see Firefox bug 1676779.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 136 | Yes |
| Developer Edition | 110 | No |
| Beta | 110 | No |
| Release | 110 | No |
layout.css.scroll-driven-animations.enabled
true to enable.The CSS {{cssxref("@media/prefers-reduced-transparency")}} media feature lets you detect if a user has enabled the setting to minimize the amount of transparent or translucent layer effects on their device. See (Firefox bug 1736914) for more details.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 113 | No |
| Developer Edition | 113 | No |
| Beta | 113 | No |
| Release | 113 | No |
layout.css.prefers-reduced-transparency.enabled
true to enable.The CSS {{cssxref("@media/inverted-colors")}} media feature lets you detect if a user agent or the underlying operating system is inverting colors. See (Firefox bug 1794628) for more details.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 114 | No |
| Developer Edition | 114 | No |
| Beta | 114 | No |
| Release | 114 | No |
layout.css.inverted-colors.enabled
true to enable.The CSS {{cssxref("view-timeline-name")}} property lets you give a name to particular element, identifying that its ancestor scroller element is the source of a view progress timeline.
The name can then be assigned to the animation-timeline, which then animates the associated element as it moves through the visible area of its ancestor scroller.
See (Firefox bug 1737920) for more details.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 114 | No |
| Developer Edition | 114 | No |
| Beta | 114 | No |
| Release | 114 | No |
layout.css.scroll-driven-animations.enabled
true to enable.The CSS {{cssxref("animation-timeline/view")}} function lets you specify that the animation-timeline for an element is a view progress timeline, which will animate the element as it moves through the visible area of its ancestor scroller.
The function defines the axis of the parent element that supplies the timeline, along with the inset within the visible area at which the animation starts and begins.
See (Firefox bug 1808410) for more details.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 114 | No |
| Developer Edition | 114 | No |
| Beta | 114 | No |
| Release | 114 | No |
layout.css.scroll-driven-animations.enabled
true to enable.The -moz- prefixed CSS transform properties can be disabled by setting the layout.css.prefixes.transforms preference to false. The intent is to disable these once the standard CSS zoom properties are well supported. (Firefox bug 1886134, Firefox bug 1855763).
Specifically, this preference will disable the following prefixed properties:
-moz-backface-visibility-moz-perspective-moz-perspective-origin-moz-transform-moz-transform-origin-moz-transform-style| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 120 | Yes |
| Developer Edition | 120 | Yes |
| Beta | 120 | Yes |
| Release | 120 | Yes |
layout.css.prefixes.transforms
true to enable.shape() curve commandsYou can use <relative-control-point> values when specifying a <curve-command> or <smooth-command> in a CSS shape() function. These values let you specify control points that are positioned relative to the start or end point of the current command, or relative to the origin (top-left) of the container the shape is being drawn inside.
(Firefox bug 1921501).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 146 | Yes |
| Developer Edition | 146 | No |
| Beta | 146 | No |
| Release | 146 | No |
layout.css.basic-shape-shape.enabled
true to enable.letter-spacingThe CSS {{cssxref("letter-spacing")}} property now splits the specified letter spacing evenly on both sides of each character. This is unlike the current behavior where spacing is added primarily to one side. This approach can improve text spacing, especially in mixed-directional text. (Firefox bug 1891446).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 128 | Yes |
| Developer Edition | 128 | Yes |
| Beta | 127 | No |
| Release | 127 | No |
layout.css.letter-spacing.model
true to enable.calc() color channel support in relative colorsThe CSS {{cssxref("calc()")}} function can now parse color channels in relative colors, allowing you to correctly calculate changes to colors in different color spaces or while using different functional notations Firefox bug 1889561.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 127 | Yes |
| Developer Edition | 127 | No |
| Beta | 127 | No |
| Release | 127 | No |
layout.css.relative-color-syntax.enabled
true to enable.Work has started on allowing pseudo-elements such as {{cssxref("::first-letter")}} and {{cssxref("::before")}} to be appended to element-backed pseudo-elements such as {{cssxref("::details-content")}} and {{cssxref("::file-selector-button")}}.
This will allow users to, for example, style the first letter of the {{htmlElement("details")}} element by using the CSS selector ::details-content::first-letter or add content before an {{HTMLElement("input") }} of type="file" using the CSS selector ::file-selector-button::before.
Currently, only support for ::details-content::first-letter can be parsed using @supports(::details-content::first-letter).
The ::file-selector-button pseudo-element is not yet marked as an element-based pseudo-element, so there is no way to test this.
(Firefox bug 1953557, Firefox bug 1941406).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 138 | No |
| Developer Edition | 138 | No |
| Beta | 138 | No |
| Release | 138 | No |
:heading and :heading() pseudo-classesThe {{cssxref(":heading")}} pseudo-class allows you to style all heading elements (<h1>-<h6>) at once, rather than targeting them individually. The {{cssxref(":heading()")}} functional pseudo-class allows you to style heading elements that match a comma-separated list of integers that match the heading levels. (Firefox bug 1974386 & Firefox bug 1984310).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 142 | No |
| Developer Edition | 142 | No |
| Beta | 142 | No |
| Release | 142 | No |
layout.css.heading-selector.enabled
true to enable.text-decoration-trimThe CSS text-decoration-trim property allows you to specify {{cssxref("text-decoration")}} start and end offsets to shorten, lengthen, or shift the position of text decorations with respect to the text (Firefox bug 1979915).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 145 | No |
| Developer Edition | 145 | No |
| Beta | 145 | No |
| Release | 145 | No |
layout.css.text-decoration-trim.enabled
true to enable.@custom-media at-ruleThe {{cssxref("@custom-media")}} CSS at-rule defines aliases for long or complex media queries. Instead of repeating the same hardcoded <media-query-list> in multiple @media at-rules, it can be defined once in a @custom-media at-rule and referenced throughout the stylesheet whenever needed. (Firefox bug 1744292).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 146 | No |
| Developer Edition | 146 | No |
| Beta | 146 | No |
| Release | 146 | No |
layout.css.custom-media.enabled
true to enable.<attr-type> values in attr() CSS functionThe {{cssxref("attr")}} CSS function now supports <attr-type> values. This allows you to specify how an attribute value is parsed into a CSS value and take those values directly from data-*. (Firefox bug 1986631, Firefox bug 1998245)
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 149 | No |
| Developer Edition | 149 | No |
| Beta | 149 | No |
| Release | 149 | No |
layout.css.attr.enabled
true to enable.color-mix() accepts multiple color argumentsThe color-mix() CSS function now supports multiple <color> values, rather than just two. This allows you to mix many colors and set the percentages of each. (Firefox bug 2007772).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 150 | Yes |
| Developer Edition | 149 | No |
| Beta | 149 | No |
| Release | 149 | No |
layout.css.color-mix-multi-color.enabled
true to enable.The media-based pseudo-classes {{cssxref(":buffering")}}, {{cssxref(":muted")}}, {{cssxref(":paused")}}, {{cssxref(":playing")}}, {{cssxref(":seeking")}}, {{cssxref(":stalled")}}, and {{cssxref(":volume-locked")}} allow you to style {{htmlelement("audio")}} and {{htmlelement("video")}} elements based on their current state, such as playing or paused. (Firefox bug 1707584, Firefox bug 2014512).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 150 | Yes |
| Developer Edition | 149 | No |
| Beta | 149 | No |
| Release | 149 | No |
dom.media.pseudo-classes.enabled
true to enable.@container style() queriesThe @container CSS at-rule supports style() queries. This allows you to check if a container has a valid CSS declaration, a CSS property, or a custom property, and apply styles to its children accordingly. (Firefox bug 2014404).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 149 | Yes |
| Developer Edition | 149 | No |
| Beta | 149 | No |
| Release | 149 | No |
layout.css.style-queries.enabled
true to enable.No experimental features in this release cycle.
No experimental features in this release cycle.
The {{domxref("Notification/actions","actions")}} read-only property and the maxActions static read-only property of the {{domxref("Notification")}} interface are supported in Nightly on desktop.
These contain the notification actions set with {{domxref("ServiceWorkerRegistration.showNotification()")}}, and the maximum number of actions that can be set, respectively.
(Firefox bug 1225110, Firefox bug 1963263).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 138 | Yes (desktop only) |
| Developer Edition | 138 | No |
| Beta | 138 | No |
| Release | 138 | No |
dom.webnotifications.actions.enabled
true to enable.When this preference is enabled, any WebGL extensions currently in "draft" status which are being tested are enabled for use. Currently, there are no WebGL extensions being tested by Firefox.
The WebGPU API provides low-level support for performing computation and graphics rendering using the Graphics Processing Unit (GPU) of the user's device or computer. From version 142 this is enabled in on Windows in all contexts except service workers. From version 147 this is enabled in on macOS on Apple Silicon in all browsing contexts except service workers. For other platforms such as Linux and macOS on Intel Silicon it is enabled in nightly. See Firefox bug 1602129 for our progress on this API.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 141 | Yes |
| Developer Edition | 141 | No (Yes on Windows and macOS on Apple silicon, not including service workers) |
| Beta | 141 | No (Yes on Windows and macOS on Apple silicon, not including service workers) |
| Release | 141 | No (Yes on Windows and macOS on Apple silicon, not including service workers) |
dom.webgpu.enabled
true to enable (enabled in Nightly and on Windows in all releases)dom.webgpu.service-workers.enabled
true to enable (enabled in Nightly)The Reporting API now has support for reporting Content Security Policy (CSP) violations.
{{domxref('Report')}} instances returned by the {{domxref('ReportingObserver')}} interface can now have a type value of "csp-violation" and a body property that contains an instance of the {{domxref('CSPViolationReportBody')}} interface.
This allows CSP violations to be reported within a web page.
CSP violation reports can also be sent to remote endpoints that are specified by name in the CSP {{CSP("report-to")}} directive — endpoints names and corresponding URLs must first be defined in the {{httpheader('Reporting-Endpoints')}} or {{httpheader('Report-To')}} HTTP response headers.
The report is a serialization of the {{domxref('Report')}} object described above, with a body property that is a serialization of a {{domxref('CSPViolationReportBody')}} instance.
This violation report replaces a similar CSP-specific mechanism for sending violation reports, which uses the CSP {{CSP("report-uri")}} directive to set the URL of the reporting endpoint, and has a CSP-specific JSON violation report format. (Firefox bug 1391243).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 130 | No |
| Developer Edition | 130 | No |
| Beta | 130 | No |
| Release | 130 | No |
dom.reporting.enabled
true to enable.The following experimental features include those found in media APIs such as the WebRTC API, the Web Audio API, the Media Source Extensions API, the Encrypted Media Extensions API, and the Media Capture and Streams API.
Enabling this feature adds the {{domxref("HTMLMediaElement.audioTracks")}} and {{domxref("HTMLMediaElement.videoTracks")}} properties to all HTML media elements. However, because Firefox doesn't currently support multiple audio and video tracks, the most common use cases for these properties don't work, so they're both disabled by default. See Firefox bug 1057233 for more details.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 33 | No |
| Developer Edition | 33 | No |
| Beta | 33 | No |
| Release | 33 | No |
media.track.enabled
true to enable.This adds the promise-based methods {{domxref("SourceBuffer.appendBufferAsync", "appendBufferAsync()")}} and {{domxref("SourceBuffer.removeAsync", "removeAsync()")}} for adding and removing media source buffers to the {{domxref("SourceBuffer")}} interface. See Firefox bug 1280613 and Firefox bug 778617 for more information.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 62 | No |
| Developer Edition | 62 | No |
| Beta | 62 | No |
| Release | 62 | No |
media.mediasource.experimental.enabled
true to enable.The image.avif.compliance_strictness preference can be used to control the strictness applied when processing AVIF images.
This allows Firefox users to display images that render on some other browsers, even if they are not strictly compliant.
| Release channel | Version added | Default value |
|---|---|---|
| Nightly | 92 | 1 |
| Developer Edition | 92 | 1 |
| Beta | 92 | 1 |
| Release | 92 | 1 |
image.avif.compliance_strictness
0: Permissive. Accept images with specification violations in both recommendations ("should" language) and requirements ("shall" language), provided they can be safely or unambiguously interpreted.1 (default): Mixed. Reject violations of requirements ("shall"), but allow violations of recommendations ("should").2: Strict. Reject any violations of specified requirements or recommendations.Firefox supports JPEG XL images if this feature is enabled. See Firefox bug 1539075 for more details.
Note that, as shown below, the feature is only available on Nightly builds (irrespective of whether the preference is set).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 90 | No |
| Developer Edition | — | — |
| Beta | — | — |
| Release | — | — |
image.jxl.enabled
true to enable.The Document Picture-in-Picture API makes it possible to open an always-on-top window that can be populated with arbitrary HTML content such as a video with custom controls or a set of streams showing the participants of a video conference call. See Firefox bug 1858562 for more details.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 148 | Yes |
| Developer Edition | 148 | No |
| Beta | 148 | No |
| Release | 148 | No |
dom.documentpip.enabled
true to enable.The deprecated WebVR API is on the path for removal. It is disabled by default on all builds Firefox bug 1750902.
| Release channel | Version removed | Enabled by default? |
|---|---|---|
| Nightly | 98 | No |
| Developer Edition | 98 | No |
| Beta | 98 | No |
| Release | 98 | No |
dom.vr.enabled
true to enable.The GeometryUtils methods convertPointFromNode(), convertRectFromNode(), and convertQuadFromNode() map the given point, rectangle, or quadruple from the {{domxref("Node")}} on which they're called to another node. (See Firefox bug 918189 for more details.)
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 31 | Yes |
| Developer Edition | 31 | No |
| Beta | 31 | No |
| Release | 31 | No |
layout.css.convertFromNode.enable
true to enable.The GeometryUtils method getBoxQuads() returns the CSS boxes for a {{domxref("Node")}} relative to any other node or viewport. (See Firefox bug 917755 for more details.)
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 31 | Yes |
| Developer Edition | 31 | No |
| Beta | 31 | No |
| Release | 31 | No |
layout.css.getBoxQuads.enabled
true to enable.The Payment Request API provides support for handling web-based payments within web content or apps. Due to a bug that came up during testing of the user interface, we have decided to postpone shipping this API while discussions over potential changes to the API are held. Work is ongoing. (See Firefox bug 1318984 for more details.)
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 55 | No |
| Developer Edition | 55 | No |
| Beta | 55 | No |
| Release | 55 | No |
dom.payments.request.enabled
true to enable.dom.payments.request.supportedRegions
US,CA).The Web Share API allows sharing of files, URLs and other data from a site. This feature is enabled on Android in all builds, but behind a preference on Desktop (unless specified below).
| Release channel | Version changed | Enabled by default? |
|---|---|---|
| Nightly | 71 | No (default). Yes (Windows from version 92) |
| Developer Edition | 71 | No |
| Beta | 71 | No |
| Release | 71 | No (Desktop). Yes (Android). |
dom.webshare.enabled
true to enable.Notifications have the requireInteraction property set to true by default on Windows systems and in the Nightly release (Firefox bug 1794475).
| Release channel | Version changed | Enabled by default? |
|---|---|---|
| Nightly | 117 | Yes |
| Developer Edition | 117 | No |
| Beta | 117 | No |
| Release | 117 | Windows only |
dom.webnotifications.requireinteraction.enabled
true to enable.The two security.insecure_connection_text_* preferences add a "Not secure" text label in the address bar next to the traditional lock icon when a page is loaded insecurely (that is, using {{Glossary("HTTP")}} rather than {{Glossary("HTTPS")}}). The browser.urlbar.trimHttps preference trims the https: prefix from address bar URLs. See Firefox bug 1853418 for more details.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 121 | Yes |
| Developer Edition | 60 | No |
| Beta | 60 | No |
| Release | 60 | No |
security.insecure_connection_text.enabled
true to enable the text label for normal browsing mode.security.insecure_connection_text.pbmode.enabled
true to enable the text label for private browsing mode.browser.urlbar.trimHttps
true to trim the https: prefix from address bar URLs.<meta name="rating">The non-standard <meta name="rating"> element can be included on a webpage to denote the page's content as restricted/adult. At the time of writing, there are two possible content values, adult (defined by Google) and RTA-5042-1996-1400-1577-RTA (defined by ASACP), which have the same effect (more options may be added in future).
The following <meta> elements are equivalent:
<meta name="rating" content="adult" />
<meta name="rating" content="RTA-5042-1996-1400-1577-RTA" />
Browsers that recognize this element can then take steps to restrict users from viewing the content. Firefox's implementation replaces the page with the content found at about:restricted, which explains to the user that they are trying to view restricted content, explains why they cannot view it, and gives them a back button to return from whence they came.
See Firefox bug 1991135 for more details.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 146 | No |
| Developer Edition | 146 | No |
| Beta | 146 | No |
| Release | 146 | No |
security.restrict_to_adults.always
true to restrict access to webpages that self-identify as adult by including a <meta name="rating"> element.security.restrict_to_adults.respect_platform
true to restrict access to webpages that self-identify as adult by including a <meta name="rating"> element only when appropriate parental controls are set on the underlying operating system (for example, the macOS Content & Privacy settings are set to restrict explicit web content).Permissions Policy allows web developers to selectively enable, disable, and modify the behavior of certain features and APIs in the browser. It is similar to CSP but controls features instead of security behavior. This is implemented in Firefox as Feature Policy, the name used in an earlier version of the specification.
Note that supported policies can be set through the allow attribute on <iframe> elements even if the user preference is not set.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 65 | No |
| Developer Edition | 65 | No |
| Beta | 65 | No |
| Release | 65 | No |
dom.security.featurePolicy.header.enabled
true to enable.PPA API provides an alternative to user tracking for ad attribution using the new navigator.privateAttribution object with saveImpression() and measureConversion() methods. Read more about PPA in the original explainer and the proposed spec. This experiment can be enabled for websites via origin trial or in the browser by setting the preference to 1. (Firefox bug 1900929).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 128 | No |
| Developer Edition | 128 | No |
| Beta | 128 | No |
| Release | 128 | No |
dom.origin-trials.private-attribution.state
true to enable.The {{httpheader("Integrity-Policy")}} and {{httpheader("Integrity-Policy-Report-Only")}} HTTP headers are now supported for style resources. These allow websites to either enforce subresource integrity guarantees for styles or only report violations of the policy, respectively.
Note that Firefox ignores reporting endpoints, and logs violations to the developer console.
When Integrity-Policy is used, the browser blocks the loading of styles referenced in a {{HTMLElement("link")}} element with rel="stylesheet" that either lack the integrity attribute or have an integrity hash that doesn't match the resource on the server.
(Firefox bug 1976656).
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 142 | No |
| Developer Edition | 142 | No |
| Beta | 142 | No |
| Release | 142 | No |
security.integrity_policy.stylesheet.enabled
true to enable.The {{httpheader("Sec-Fetch-Storage-Access")}} and {{httpheader("Activate-Storage-Access")}} HTTP headers are now supported, enabling a more efficient Storage Access API workflow. (Firefox bug 1991688).
In the JavaScript-only workflow, a third-party resource must be requested and loaded to activate a storage-access permission for a particular context (such as a new browser tab). This is required even if the permission has already been granted. The storage access headers allow the browser to advertise the permission state for the particular context, so the server can request activation of an already-granted permission. This avoids the overhead of unnecessarily fetching and loading the resource.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 145 | Yes |
| Developer Edition | 145 | No |
| Beta | 145 | No |
| Release | 145 | No |
dom.storage_access.headers.enabled
true to enable.The {{httpheader("Idempotency-Key")}} HTTP request header can be used by website client code to make a {{HTTPMethod("POST")}} or {{HTTPMethod("PATCH")}} requests {{glossary("idempotent")}} when used with a server that supports it. The specification indicates that the server should document and advertise which endpoints require this header, the format of the key, and expected error responses.
Firefox automatically adds the header with a unique key for each new POST request if it has not already been added by the page client-side code.
This simplifies the client-side code required to work with servers that support the feature.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 135 | No |
| Developer Edition | 135 | No |
| Beta | 135 | No |
| Release | 135 | No |
network.http.idempotencyKey.enabled
true to enable.The HTTP Accept header in default requests and image requests can be configured via a preference to indicate support for the image/jxl MIME type.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 128 | No |
| Developer Edition | 128 | No |
| Beta | 128 | No |
| Release | 128 | No |
image.jxl.enabled
true to enable.SameSite cookies have a default value of Lax.
With this setting, cookies are only sent when a user is navigating to the origin site, not for cross-site subrequests to load images or frames into a third party site and so on.
For more details see Firefox bug 1617609.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 69 | No |
| Developer Edition | 69 | No |
| Beta | 69 | No |
| Release | 69 | No |
network.cookie.sameSite.laxByDefault
true to enable.The Access-Control-Allow-Headers is a response header to a CORS preflight request, that indicates which request headers may be included in the final request.
The response directive can contain a wildcard (*), which indicates that the final request may include all headers except the Authorization header.
By default, Firefox includes the Authorization header in the final request after receiving a response with Access-Control-Allow-Headers: *.
Set the preference to false to ensure Firefox does not include the Authorization header.
For more details see Firefox bug 1687364.
| Release channel | Version added | Enabled by default? |
|---|---|---|
| Nightly | 115 | Yes |
| Developer Edition | 115 | Yes |
| Beta | 115 | Yes |
| Release | 115 | Yes |
network.cors_preflight.authorization_covered_by_wildcard
true to enable.Mozilla's developer tools are constantly evolving. We experiment with new ideas, add new features, and test them on the Nightly and Developer Edition channels before letting them go through to beta and release. The features below are the current crop of experimental developer tool features.
No experimental features in this release cycle.