cannot sign in to social security on firefox in ubuntu 20.04, google chrom works fine

I have been trying to log in to my social security account on a desktop running firefox on ubuntu 20.04. google chrome works fine. whats up??

Asked by a2zarndt 2 மாதங்களுக்கு முன்பு

Last reply by markwarner22 2 மாதங்களுக்கு முன்பு

Can't uncompress download of Firefox 135.0

Hello, We use the following code (in a Dockerfile) to download the latest Firefox for testing. curl -fsSL -o /tmp/firefox.tar.bz2 "https://download.mozilla.org/?produc… (மேலும் படிக்க)

Hello, We use the following code (in a Dockerfile) to download the latest Firefox for testing.

curl -fsSL -o /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US" && tar -C /tmp -xjf /tmp/firefox.tar.bz2 firefox

Starting with 135.0 the tar command fails with:

bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now 

134.0.2 works: curl -fsSL -o /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-134.0.2....

A couple questions: - What has changed? Is there some other way we need to download and uncompress? - Is there any documentation of the supported query params for https://download.mozilla.org

Thanks, Paul

Asked by pwbennet 2 மாதங்களுக்கு முன்பு

Last reply by NoahSUMO 2 மாதங்களுக்கு முன்பு