You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ Rules are sorted by severity.
137
137
|`INCOGNITO_SPLIT_UNSUPPORTED`| warning | The incognito "split" value is unsupported in Firefox |
138
138
|`ADMIN_INSTALL_ONLY_PROP_RESERVED`| error | The `browser_specific_settings.gecko.admin_install_only` property is reserved and can only be used in enterprise add-ons |
139
139
|`ADMIN_INSTALL_ONLY_REQUIRED`| error | The `browser_specific_settings.gecko.admin_install_only` property must be set to "true" in an enterprise add-on |
140
+
|`DATA_COLLECTION_PERMISSIONS_PROP_RESERVED`| error | The `data_collection_permissions` property is reserved for future usage and cannot be used in an extension at the moment |
0 commit comments