1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 17:49:39 +02:00

Remove update_info_url to prevent Firefox from using the link

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1391
This commit is contained in:
Raymond Hill 2020-12-09 07:56:32 -05:00
parent ec8a9dcd82
commit b553a66f70
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -5,7 +5,6 @@
{
"version": "$ext_version",
"browser_specific_settings": { "gecko": { "strict_min_version": "55" } },
"update_info_url": "https://github.com/gorhill/uBlock/releases/tag/$tag_version",
"update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/uBlock0_$tag_version.firefox.signed.xpi"
}
]