Skip to content

Commit 59ecba3

Browse files
authored
Turn data collection notice into a warning (#5817)
1 parent 7a2456e commit 59ecba3

File tree

5 files changed

+83
-79
lines changed

5 files changed

+83
-79
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ <h2 id="web-extensions-%2F-manifest.json" tabindex="-1">Web Extensions / manifes
605605
</tr>
606606
<tr>
607607
<td><code>MISSING_DATA_COLLECTION_PERMISSIONS</code></td>
608-
<td>notice</td>
609-
<td>The <code>browser_specific_settings.gecko.data_collection_permissions</code> will be required in the future. Please add this key to the manifest</td>
608+
<td>warning</td>
609+
<td>The &quot;/browser_specific_settings/gecko/data_collection_permissions&quot; property is required for all new Firefox extensions, and will be required for new versions of existing extensions in the future. Please add this key to the manifest. More information at: <a href="https://mzl.la/firefox-builtin-data-consent">https://mzl.la/firefox-builtin-data-consent</a></td>
610610
</tr>
611611
<tr>
612612
<td><code>NONE_DATA_COLLECTION_IS_EXCLUSIVE</code></td>
@@ -616,7 +616,7 @@ <h2 id="web-extensions-%2F-manifest.json" tabindex="-1">Web Extensions / manifes
616616
<tr>
617617
<td><code>HAS_PREVIOUS_CONSENT_IS_RESERVED</code></td>
618618
<td>error</td>
619-
<td>The <code>/browser_specific_settings/gecko/data_collection_permissions/has_previous_consent</code> property is reserved and cannot be set to <code>true</code>.</td>
619+
<td>The <code>/browser_specific_settings/gecko/data_collection_permissions/has_previous_consent</code> property is reserved and cannot be set to <code>true</code></td>
620620
</tr>
621621
</tbody>
622622
</table>

0 commit comments

Comments
 (0)