Showing questions for topic:
Showing questions tagged:

New AI Side Bar

I have used Firefox for longer than I care to remember and have never had any problem with it but this morning I switched on my PC and a new AI side bar has appeard on th… (read more)

I have used Firefox for longer than I care to remember and have never had any problem with it but this morning I switched on my PC and a new AI side bar has appeard on the left and I don't want it. Can you please make it so we can remove it and looking around the internet, I know I'm not the only one with this opinion.

Archived 5 63

Unable to download (trusted sites, Firefox apps/themes, anything)

For a week or better I have been unable to download anything through my Firefox browser, I have refreshed and uninstalled Firefox (I had to reinstall through another brow… (read more)

For a week or better I have been unable to download anything through my Firefox browser, I have refreshed and uninstalled Firefox (I had to reinstall through another browser) in an attempt to fix this issue to no avail. I cannot download from verified sites, nor am I able to download Firefox's own extensions or themes (when I attempt I get an error telling me to check my connection, screenshot included).

I would like to be able to use Firefox normally again, with the ability to download files and install my extensions restored.

Archived 4 110

Can I keep my firefox when I updaate to windows 11

I have windows 10 at moment, but I know I will have to update to winows 11 soon, but I am worried n case I cannot get my Mozilla back again,. Do I start all over again, o… (read more)

I have windows 10 at moment, but I know I will have to update to winows 11 soon, but I am worried n case I cannot get my Mozilla back again,.

Do I start all over again, or when I update will my laptop still recognise my Mozilla account.

To be honest, I cannot remember my Mozilla password...eeek !! thanfully, my Mozilla did.

I only want Mozilla, I do not use anythng else.

Thank you for you help.

Barbara from the U.K. x

Archived 4 74

Malware on my Firefox

Dear folks , Every time I click on Firefox for web search , Fragilepottery.com comes up , I simply cannot find a way to delete Fragilepottery , should I uninstall Firefox… (read more)

Dear folks , Every time I click on Firefox for web search , Fragilepottery.com comes up , I simply cannot find a way to delete Fragilepottery , should I uninstall Firefox and install Firefox again ?

Archived 4 74

first of all, do no harm

That is the first line in the Hippocratic Oath. All doctors have to swear to it. All software developers should too. I made the mistake of letting Firefox on KUbuntu upda… (read more)

That is the first line in the Hippocratic Oath. All doctors have to swear to it. All software developers should too.

I made the mistake of letting Firefox on KUbuntu update. It obliterated all my tabs and all my history. There's nothing left. I had a lot of tabs open with intent to use them to update some astronomy instructional activities. I don't know if I'll be able to find them again.

I don't really have a question except to ask: What fresh hell is this? Is it really that hard to just leave things the hell alone? I'm afraid to ever update Firefox again. If everything else wasn't based on Chromium, I'd be out of here.

Also, it looks like something out of Windows 7.

It's all gone. It's a wonder you didn't delete all my bookmarks while you were at it.

Solved Archived 3 147

update fail

why and or how can i update Firefox. i am running Firefox 126. every time i open the browser the auto update opens and fails to download. i tried loading it through Saf… (read more)

why and or how can i update Firefox. i am running Firefox 126. every time i open the browser the auto update opens and fails to download. i tried loading it through Safari, also failed. anyone have a clear and simple solution? the forum seems to have a lot of complicated work a rounds. any help would be appreciated

Archived 3 338

Firefox will not open and I am getting an error message

I am getting the following error message: Platform version 131.0.1 not compatible with miniversion. Please see the screenshot attached for further details. I cannot ope… (read more)

I am getting the following error message: Platform version 131.0.1 not compatible with miniversion. Please see the screenshot attached for further details. I cannot open firefox due to this error message and I receive this error message every time I try to open the Firefox.

Archived 3 309

Installing root CA certificates

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use. The environment is launched from AWS and consists of an… (read more)

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use.

The environment is launched from AWS and consists of an Ubuntu 18 desktop and a Ubuntu Server running Apache. The desktop is able to successfully load the website, but with a cert error that the certificate isn't trusted.

When the Ubuntu Desktop launches, it has a fresh install of Firefox, and therefore all the directories in the users home folder are not yet setup for Firefox, including the database where the root CAs are stored.

I'm am able to add the Root CA certificate into the Firefox cert database AFTER the machine fully boots and I run Firefox for the first time. I'm using the 'certutil' package to do this. After I load Firefox, then add the root CA certificate using certutil, I'm able to load the website without error.

I need to add this certificate to the database with the startup shell script for the machine.

Any help is greatly appreciated. Here's the commands I'm using:

  1. copy the CA cert into firefox

export ffcerts=`ls /home/testuser/.mozilla/firefox/ | grep default-release` sudo certutil -A -n "testcert" -t "TC,," -i /home/testuser/certificates/testcertCA.pem -d sql:/home/testuser/.mozilla/firefox/$ffcerts

These commands work perfectly after Firefox is run for the first time. I've even tried adding 'Firefox' (with several different switches) into my startup script without success.

Solved Locked Archived 3 1733