mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[firefox] Change minimum required version to 128
Related discussion: https://github.com/uBlockOrigin/uBlock-issues/discussions/3878
This commit is contained in:
parent
b983367021
commit
015ddcde29
1 changed files with 2 additions and 2 deletions
|
|
@ -17,13 +17,13 @@
|
|||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "uBlock0@raymondhill.net",
|
||||
"strict_min_version": "92.0",
|
||||
"strict_min_version": "128.0",
|
||||
"data_collection_permissions": {
|
||||
"required": [ "none" ]
|
||||
}
|
||||
},
|
||||
"gecko_android": {
|
||||
"strict_min_version": "92.0"
|
||||
"strict_min_version": "128.0"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue