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

Raised guessed Firefox version to 91 (latest ESR)

This commit is contained in:
Raymond Hill 2022-01-09 12:41:29 -05:00
parent 417d6c99f9
commit eddb9ec160
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -75,7 +75,7 @@ vAPI.webextFlavor = {
soup.add('firefox')
.add('user_stylesheet')
.add('html_filtering');
flavor.major = 78;
flavor.major = 91;
}
return;
}