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; }