Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beta: a8d530ac13f0ce7e937c047f01f0d36764f5d34e
main: c8c933829aec7786146f4dc5a11c575d9dcda258
release: 9891f60a72cbb3db7561e314df546795c0945cc7
main: 1d85bc4044b2efc1f6b59e8dff45e0de9bbe353d
release: bfe8ab2205dcbf88fb63ac0e1eaf264d43dbda66
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ features:
description: If true, IP Protection feature is enabled.
type: Boolean
default: false
promo-deadline:
description: The final date for the promotion to end. This needs to be an ISO 8601 formatted date (i.e. YYYY-MM-DD).
type: String
default: 2026-08-31
show-beta-badge:
description: If true, a BETA badge is shown next to the IP Protection entry in the settings list.
type: Boolean
Expand Down Expand Up @@ -1227,6 +1231,16 @@ features:
Enables / disables third-party cookie blocking in private browsing mode.
type: Boolean
default: true
tracking-protection-experimentation:
description: Experimental controls for tracking protection behavior
variables:
defer-annotation-enabled:
description: Whether to defer tracking protection classification annotation until the data is being handled
type: Option<Boolean>
default: null
gecko-pref:
pref: privacy.trackingprotection.defer_annotation.enabled
branch: default
translations:
description: The feature that allows on-device translations of web content.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ features:
description: If true, IP Protection feature is enabled.
type: Boolean
default: false
promo-deadline:
description: The final date for the promotion to end. This needs to be an ISO 8601 formatted date (i.e. YYYY-MM-DD).
type: String
default: 2026-08-31
show-beta-badge:
description: If true, a BETA badge is shown next to the IP Protection entry in the settings list.
type: Boolean
Expand Down Expand Up @@ -1253,6 +1257,16 @@ features:
Enables / disables third-party cookie blocking in private browsing mode.
type: Boolean
default: true
tracking-protection-experimentation:
description: Experimental controls for tracking protection behavior
variables:
defer-annotation-enabled:
description: Whether to defer tracking protection classification annotation until the data is being handled
type: Option<Boolean>
default: null
gecko-pref:
pref: privacy.trackingprotection.defer_annotation.enabled
branch: default
translations:
description: The feature that allows on-device translations of web content.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ ip-protection:
enabled:
type: boolean
description: If true, IP Protection feature is enabled.
promo-deadline:
type: string
description: The final date for the promotion to end. This needs to be an ISO 8601 formatted date (i.e. YYYY-MM-DD).
show-beta-badge:
type: boolean
description: If true, a BETA badge is shown next to the IP Protection entry in the settings list.
Expand Down Expand Up @@ -978,6 +981,17 @@ third-party-cookie-blocking:
type: boolean
description: |
Enables / disables third-party cookie blocking in private browsing mode.
tracking-protection-experimentation:
description: Experimental controls for tracking protection behavior
hasExposure: true
exposureDescription: ''
variables:
defer-annotation-enabled:
type: boolean
description: Whether to defer tracking protection classification annotation until the data is being handled
setPref:
pref: privacy.trackingprotection.defer_annotation.enabled
branch: default
translations:
description: The feature that allows on-device translations of web content.
hasExposure: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ features:
description: If true, IP Protection feature is enabled.
type: Boolean
default: false
promo-deadline:
description: The final date for the promotion to end. This needs to be an ISO 8601 formatted date (i.e. YYYY-MM-DD).
type: String
default: 2026-08-31
show-beta-badge:
description: If true, a BETA badge is shown next to the IP Protection entry in the settings list.
type: Boolean
Expand Down Expand Up @@ -1250,6 +1254,16 @@ features:
Enables / disables third-party cookie blocking in private browsing mode.
type: Boolean
default: true
tracking-protection-experimentation:
description: Experimental controls for tracking protection behavior
variables:
defer-annotation-enabled:
description: Whether to defer tracking protection classification annotation until the data is being handled
type: Option<Boolean>
default: null
gecko-pref:
pref: privacy.trackingprotection.defer_annotation.enabled
branch: default
translations:
description: The feature that allows on-device translations of web content.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ features:
description: If true, IP Protection feature is enabled.
type: Boolean
default: false
promo-deadline:
description: The final date for the promotion to end. This needs to be an ISO 8601 formatted date (i.e. YYYY-MM-DD).
type: String
default: 2026-08-31
show-beta-badge:
description: If true, a BETA badge is shown next to the IP Protection entry in the settings list.
type: Boolean
Expand Down Expand Up @@ -1227,6 +1231,16 @@ features:
Enables / disables third-party cookie blocking in private browsing mode.
type: Boolean
default: true
tracking-protection-experimentation:
description: Experimental controls for tracking protection behavior
variables:
defer-annotation-enabled:
description: Whether to defer tracking protection classification annotation until the data is being handled
type: Option<Boolean>
default: null
gecko-pref:
pref: privacy.trackingprotection.defer_annotation.enabled
branch: default
translations:
description: The feature that allows on-device translations of web content.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ features:
description: If true, IP Protection feature is enabled.
type: Boolean
default: false
promo-deadline:
description: The final date for the promotion to end. This needs to be an ISO 8601 formatted date (i.e. YYYY-MM-DD).
type: String
default: 2026-08-31
show-beta-badge:
description: If true, a BETA badge is shown next to the IP Protection entry in the settings list.
type: Boolean
Expand Down Expand Up @@ -1227,6 +1231,16 @@ features:
Enables / disables third-party cookie blocking in private browsing mode.
type: Boolean
default: true
tracking-protection-experimentation:
description: Experimental controls for tracking protection behavior
variables:
defer-annotation-enabled:
description: Whether to defer tracking protection classification annotation until the data is being handled
type: Option<Boolean>
default: null
gecko-pref:
pref: privacy.trackingprotection.defer_annotation.enabled
branch: default
translations:
description: The feature that allows on-device translations of web content.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ features:
description: If true, IP Protection feature is enabled.
type: Boolean
default: false
promo-deadline:
description: The final date for the promotion to end. This needs to be an ISO 8601 formatted date (i.e. YYYY-MM-DD).
type: String
default: 2026-08-31
show-beta-badge:
description: If true, a BETA badge is shown next to the IP Protection entry in the settings list.
type: Boolean
Expand Down Expand Up @@ -1253,6 +1257,16 @@ features:
Enables / disables third-party cookie blocking in private browsing mode.
type: Boolean
default: true
tracking-protection-experimentation:
description: Experimental controls for tracking protection behavior
variables:
defer-annotation-enabled:
description: Whether to defer tracking protection classification annotation until the data is being handled
type: Option<Boolean>
default: null
gecko-pref:
pref: privacy.trackingprotection.defer_annotation.enabled
branch: default
translations:
description: The feature that allows on-device translations of web content.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ ip-protection:
enabled:
type: boolean
description: If true, IP Protection feature is enabled.
promo-deadline:
type: string
description: The final date for the promotion to end. This needs to be an ISO 8601 formatted date (i.e. YYYY-MM-DD).
show-beta-badge:
type: boolean
description: If true, a BETA badge is shown next to the IP Protection entry in the settings list.
Expand Down Expand Up @@ -978,6 +981,17 @@ third-party-cookie-blocking:
type: boolean
description: |
Enables / disables third-party cookie blocking in private browsing mode.
tracking-protection-experimentation:
description: Experimental controls for tracking protection behavior
hasExposure: true
exposureDescription: ''
variables:
defer-annotation-enabled:
type: boolean
description: Whether to defer tracking protection classification annotation until the data is being handled
setPref:
pref: privacy.trackingprotection.defer_annotation.enabled
branch: default
translations:
description: The feature that allows on-device translations of web content.
hasExposure: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ features:
description: If true, IP Protection feature is enabled.
type: Boolean
default: false
promo-deadline:
description: The final date for the promotion to end. This needs to be an ISO 8601 formatted date (i.e. YYYY-MM-DD).
type: String
default: 2026-08-31
show-beta-badge:
description: If true, a BETA badge is shown next to the IP Protection entry in the settings list.
type: Boolean
Expand Down Expand Up @@ -1250,6 +1254,16 @@ features:
Enables / disables third-party cookie blocking in private browsing mode.
type: Boolean
default: true
tracking-protection-experimentation:
description: Experimental controls for tracking protection behavior
variables:
defer-annotation-enabled:
description: Whether to defer tracking protection classification annotation until the data is being handled
type: Option<Boolean>
default: null
gecko-pref:
pref: privacy.trackingprotection.defer_annotation.enabled
branch: default
translations:
description: The feature that allows on-device translations of web content.
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ features:
description: If true, IP Protection feature is enabled.
type: Boolean
default: false
promo-deadline:
description: The final date for the promotion to end. This needs to be an ISO 8601 formatted date (i.e. YYYY-MM-DD).
type: String
default: 2026-08-31
show-beta-badge:
description: If true, a BETA badge is shown next to the IP Protection entry in the settings list.
type: Boolean
Expand Down Expand Up @@ -1227,6 +1231,16 @@ features:
Enables / disables third-party cookie blocking in private browsing mode.
type: Boolean
default: true
tracking-protection-experimentation:
description: Experimental controls for tracking protection behavior
variables:
defer-annotation-enabled:
description: Whether to defer tracking protection classification annotation until the data is being handled
type: Option<Boolean>
default: null
gecko-pref:
pref: privacy.trackingprotection.defer_annotation.enabled
branch: default
translations:
description: The feature that allows on-device translations of web content.
variables:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beta: a8d530ac13f0ce7e937c047f01f0d36764f5d34e
esr115: e62919d8f793fe9678fe17ce09d5278ccac3a66b
esr115: d9837a676cff05b4e62efca93983c9a4afc842ec
esr128: ed38f9209e39bd7ad247c81a7c20c99c874e0a62
esr140: f8025617e815f21388b40baf189338d31a5f9a0a
main: c8c933829aec7786146f4dc5a11c575d9dcda258
release: 9891f60a72cbb3db7561e314df546795c0945cc7
esr140: 74de875c09936910949eecfbd03ec10e538eb69d
main: 1d85bc4044b2efc1f6b59e8dff45e0de9bbe353d
release: bfe8ab2205dcbf88fb63ac0e1eaf264d43dbda66
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ firefox-v151.0: c5f54f750bc1c32c555647aee66f17820eaac86b
firefox-v151.1: e5dd824f75bff304dbe19b8a08bb0777d9393f95
firefox-v151.2: 0ab5163f52cdbc3ea79d5a3e572ff65e354f8b36
firefox-v151.3: 0c78f57b3d2a0f19638768692518b8e936ff4a6b
main: ee6a5cf85d1ff34d5841ac68cfc7355cc6246809
firefox-v152.0: df0ceea8ef301835448e61fb2ed08a8bd30f8bbf
main: 828869c4aececbc09c07bca9ad2d6db20f1651af
release/v117: 43b690c450066d4dde1b2ccb93ed3714d244d502
release/v118: 89a7ea3c3372e5a4ef5b3c5b85499d26198d0524
release/v119: 7dc381f991c6d2a983c3ba7f0cffd880e8c29e7b
Expand Down Expand Up @@ -157,8 +158,9 @@ release/v150.3: a88b27cb23568f0b7e8f7e782e393a882e74fd6e
release/v151.0: 86de6b1abdcd59e48dfa236ee323496583b24168
release/v151.1: d0f7bedea2ed1f74c01f2e9327e81770cf272aec
release/v151.2: 44d8382bc7e17167e7b132f32450f822b0111e87
release/v151.3: 38cf8e4eb840f0d647b3b3966a89f46edb939191
release/v152.0: fbc0b564558e0f21755785dc6ecda44441015cf3
release/v151.3: 7ca83642cbab375fa4b253958f44a0cabf637a96
release/v152.0: 1f99ec021c830314860e97e688f648e4d053848f
release/v152.1: 45946659b75375808307c513118b35e93304c7ed
v117.0: 3b275ab1e4ccef769d84437033c0c68acfd2df8a
v117.1: 55ddcf473a65d106d43f6d2ae5af4076d6d03688
v117.2: 5cc367aa8857199cd8a54d53e8faf6696c5614c3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@ features:
type: GeneralFeature
default:
status: true
google-lens-feature:
description: |
The feature flag to manage the rollout of Google Lens entry points.
variables:
enabled:
description: |
Enables Google Lens entry points.
type: Boolean
default: false
hnt-sponsored-shortcuts-feature:
description: This feature manages the visibility of sponsored shortcuts on the homepage
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@ features:
type: GeneralFeature
default:
status: true
google-lens-feature:
description: |
The feature flag to manage the rollout of Google Lens entry points.
variables:
enabled:
description: |
Enables Google Lens entry points.
type: Boolean
default: false
hnt-sponsored-shortcuts-feature:
description: This feature manages the visibility of sponsored shortcuts on the homepage
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,16 @@ general-app-features:
report-site-issue:
type: json
description: This property defines whether or not the feature is enabled
google-lens-feature:
description: |
The feature flag to manage the rollout of Google Lens entry points.
hasExposure: true
exposureDescription: ''
variables:
enabled:
type: boolean
description: |
Enables Google Lens entry points.
hnt-sponsored-shortcuts-feature:
description: This feature manages the visibility of sponsored shortcuts on the homepage
hasExposure: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@ features:
type: GeneralFeature
default:
status: false
google-lens-feature:
description: |
The feature flag to manage the rollout of Google Lens entry points.
variables:
enabled:
description: |
Enables Google Lens entry points.
type: Boolean
default: false
hnt-sponsored-shortcuts-feature:
description: This feature manages the visibility of sponsored shortcuts on the homepage
variables:
Expand Down
Loading
Loading