Skip to content

Commit 249447d

Browse files
authored
Fix built-in consent policy typos (#2168)
1 parent 3359f62 commit 249447d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/content/documentation/publish/add-on-policies.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ contributors:
1313
jvillalobos,
1414
wbamberg,
1515
kmaglione,
16+
dotproto,
1617
]
17-
last_updated_by: wagnerand
18-
date: 2025-08-04
18+
last_updated_by: dotproto
19+
date: 2025-09-17
1920
---
2021

2122
<!-- Page Hero Banner -->
@@ -185,11 +186,11 @@ The user must be provided with a clear way to control the add-on’s data transm
185186

186187
Add-ons installed in an enterprise environment can bypass asking for data collection consent when they are installed by enterprise policy. For more information, refer to the [enterprise documentation](/documentation/enterprise/enterprise-development/). If the add-on uses Firefox’s built-in data collection and transmission consent experience, then the browser will bypass this by default.
187188

188-
#### If the add-on is only compatible with Firefox 140 or later and uses Firefox’s built-in data collection and transmission consent experience
189+
#### If the add-on is only compatible with Firefox 140 or later and uses Firefox’s built-in data collection and transmission consent experience:
189190

190191
It must accurately state the data collection practices in the extension manifest, including when it does not collect data, in line with the [Firefox add-on data classification taxonomy](/documentation/develop/firefox-builtin-data-consent/#taxonomy).
191192

192-
#### If the add-on is compatible with Firefox 139 and earlier or uses Firefox’s built-in data collection and transmission consent experience
193+
#### If the add-on is compatible with Firefox 139 and earlier or does not use Firefox’s built-in data collection and transmission consent experience:
193194

194195
The user must be provided with a clear way to control the add-on’s data transmission immediately after installation of the add-on. If data transmission starts or changes in an add-on update, or the consent and control is introduced in an update, it must be shown to all new and upgrading users immediately after the update.
195196

0 commit comments

Comments
 (0)