[firefox] Signal that no data collection is required

Related information:
https://extensionworkshop.com/documentation/develop/firefox-builtin-data-consent/
This commit is contained in:
Raymond Hill 2025-11-17 12:40:04 -05:00
parent 95ebd70264
commit fe958625df
No known key found for this signature in database
GPG key ID: F5630CAE62A14316
2 changed files with 8 additions and 2 deletions

View file

@ -17,7 +17,10 @@
"browser_specific_settings": {
"gecko": {
"id": "uBlock0@raymondhill.net",
"strict_min_version": "92.0"
"strict_min_version": "92.0",
"data_collection_permissions": {
"required": [ "none" ]
}
},
"gecko_android": {
"strict_min_version": "92.0"

View file

@ -16,7 +16,10 @@
"browser_specific_settings": {
"gecko": {
"id": "uBOLiteRedux@raymondhill.net",
"strict_min_version": "128.0"
"strict_min_version": "128.0",
"data_collection_permissions": {
"required": [ "none" ]
}
},
"gecko_android": {
"strict_min_version": "128.0"