mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[firefox] Signal that no data collection is required
Related information: https://extensionworkshop.com/documentation/develop/firefox-builtin-data-consent/
This commit is contained in:
parent
95ebd70264
commit
fe958625df
2 changed files with 8 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue