1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00

Raise minimum version to Firefox 60

Related commit:
- 19f59df22d (commitcomment-54998740)
This commit is contained in:
Raymond Hill 2021-08-17 07:16:16 -04:00
parent 75c386b4d9
commit 2cdac0d691
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -4,7 +4,7 @@
"updates": [
{
"version": "1.37.3.9",
"browser_specific_settings": { "gecko": { "strict_min_version": "57" } },
"browser_specific_settings": { "gecko": { "strict_min_version": "60" } },
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3b9/uBlock0_1.37.3b9.firefox.signed.xpi"
}
]