-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serve ESR to users on old desktop operating systems #13317
Comments
OK, breaking this down a little:
Does that sound right? |
Another question: do we need to redirect people to ESR-115 explicitly, or would If we need to send them to 115, what would the bouncer URL be? |
Possible UI treatments for a quick fix for Beta / Dev Edition / Nightly: We could do the same for both Windows and macOS on the following pages:
This would be shown to all users on Windows 8.1 and below, and macOS 10.14 and below. Then it would be up to them to visit the ESR page and choose the right installer. It would also hide the regular download button. This might be more reliable than us trying to detect 32/64 bit using the UA string, which is unreliable. |
Sounds right to me
I think that should be sufficient, but it may need to be the |
I like this. The only down side is that l10n won't be ready in time, but it's better than getting people the wrong build. |
In this bug the request is for bouncer to handle redirecting users requesting desktop firefox from Windows 7, 8, and 8.1, and MacOS 10.12 to 10.14 from release Firefox 115 and later to ESR 115. Due to the current state of our bouncer service, this may not be able to be accomplished before Firefox 116 is released and so they've asked us if it is possible for us to handle this change on the website. We'd need to change the download bouncer URL
product
from stub or full installer to ESR-115 for users on these operating systems. We'd also need to make sure that users who'd have normally received stub get the proper 32 or 64bit full installer since stub installer is the thing that makes sure that is correct normally, but there is no stub installer for ESR.The text was updated successfully, but these errors were encountered: