Closed past closed 5 years ago
Affects Firefox release as well. Tried 66 and 68. Problem seems confined to OSX.
I have reproduced the issue on Linux in Firefox by changing my UA to be a Firefox on Mac string. I can also "fix" the issue on Mac by changing my UA string to be Firefox on Windows or Firefox on Linux string.
This is server-side User Agent sniffing, locking out only Firefox for macOS as far as I can tell - Firefox under Linux and Windows seem to work fine, as well as Chrome and Safari on macOS:
## Firefox 70, macOS
# curl -s --compressed -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0" https://www.amazon.com/live/ | grep "destination-unsupported" | wc -l
17
## Firefox 70, Windows
# curl -s --compressed -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0" https://www.amazon.com/live/ | grep "destination-unsupported" | wc -l
0
## Firefox 70, Linux
# curl -s --compressed -H "User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0" https://www.amazon.com/live/ | grep "destination-unsupported" | wc -l
0
## Chrome Canary, macOS
# curl -s --compressed -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3850.0 Safari/537.36" https://www.amazon.com/live/ | grep "destination-unsupported" | wc -l
0
## Safari
# curl -s --compressed -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15" https://www.amazon.com/live/ | grep "destination-unsupported" | wc -l
0
I'll send an email. Given the only thing we could do on our side is a UA override via our system addon, outreach is probably the fastest way here.
This seems fixed now!
(no response to the email, but I can't reproduce anymore on DevEdition or Nightly.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue at https://webcompat.com/issues/new if you are experiencing a similar problem.
URL: https://www.amazon.com/live/
Browser / Version: Firefox 70.0 Operating System: Mac OS X 10.14 Tested Another Browser: Yes
Problem type: Site is not usable Description: Firefox is not supported in Amazon Live Steps to Reproduce: The screenshot is self-explanatory. The same behavior occurs in Developer Edition and release. Chrome works fine.
Browser Configuration
Console Messages:
From webcompat.com with ❤️