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??
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??
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