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
1 changed files with 0 additions and 1 deletions

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"
}
]