From eddb9ec16081581cb4fbca55d21991a81ee6650a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 9 Jan 2022 12:41:29 -0500 Subject: [PATCH] Raised guessed Firefox version to 91 (latest ESR) --- platform/common/vapi-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/common/vapi-common.js b/platform/common/vapi-common.js index 15a72c83f..552642b7d 100644 --- a/platform/common/vapi-common.js +++ b/platform/common/vapi-common.js @@ -75,7 +75,7 @@ vAPI.webextFlavor = { soup.add('firefox') .add('user_stylesheet') .add('html_filtering'); - flavor.major = 78; + flavor.major = 91; } return; }