-
Notifications
You must be signed in to change notification settings - Fork 123
Test pilot web site not recognizing Firefox 63 #3989
Comments
I solved it. After a tip in another Test Pilot issue I looked up Still there is the issue about standard Firefox browser not giving access to a Firefox feature. |
Indeed. There really should be a way to override the useragent check and install the extension directly. Toggling the |
Please keep in mind that |
I understand that, but AMO has (or used to anyway) a "download anyway" link when it detected an incompatible browser, to allow the user to pull down the extension. If I'm spoofing an older UA, Firefox would then install the addon, or if I was actually using Edge or something, I could still pull the XPI and sideload it into Firefox. I just think the site could do with a similar link for users who know what they're doing (and don't really want to build it from the repo). |
Yes, it used to, but it was removed in the new UI. Probably to not encourage users to install obsolete add-ons or add-ons on obsolete environments. However, I understand what you say, but it's not up to me (QA here). Sadly, as far as I know, the pref is rarely used by end users, so I don't think the development team will change the implementation since it's not a priority. But, we'll see their opinion on this. |
@torlarse I'm not sure we can consider this an issue since that pref fakes the browser user agent (simulates older Firefox version). Every Firefox add-on is conditioned by version, because some of them need APIs that weren't implemented from the start. It's the same case here, Test Pilot works only on Fx63 and up since one of the latest experiments released needs an API implemented only in Firefox 63. The only way would be to somehow bypass this restriction if the |
I can certainly see how it can be a nightmare trying to circumvent a feature designed specifically to block exactly what you'd have to do: identify the actual browser version being used. I still think that somewhere on the page (doesn't have to be prominent) the download anyway link should be present. I want to push to add this back to AMO as well, so I don't have to resort to UA spoofing to pull down an extension. |
STR:
in Ubuntu 18.04.1 all updated and with Firefox 63.0.
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered: