Bump Firefox Min Version (#6025)
* Bump Firefox Min Version * Remove Version Check for Biometrics Support
This commit is contained in:
parent
4b1570b0b3
commit
3880aeed81
|
@ -105,7 +105,7 @@
|
|||
"applications": {
|
||||
"gecko": {
|
||||
"id": "{446900e4-71c2-419f-a6a7-df9c091e268b}",
|
||||
"strict_min_version": "42.0"
|
||||
"strict_min_version": "91.0"
|
||||
}
|
||||
},
|
||||
"sidebar_action": {
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
"applications": {
|
||||
"gecko": {
|
||||
"id": "{446900e4-71c2-419f-a6a7-df9c091e268b}",
|
||||
"strict_min_version": "42.0"
|
||||
"strict_min_version": "91.0"
|
||||
}
|
||||
},
|
||||
"sidebar_action": {
|
||||
|
|
|
@ -314,10 +314,6 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
|||
return false;
|
||||
}
|
||||
|
||||
if (this.isFirefox()) {
|
||||
return parseInt((await browser.runtime.getBrowserInfo()).version.split(".")[0], 10) >= 87;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue