Showing questions tagged: Show all questions
  • Solved

Security certificate exception

Typically if I experience a security certificate exception, thunderbird will popup the certificate exception box, I click to get certificate and am done. Today I cannot… (read more)

Typically if I experience a security certificate exception, thunderbird will popup the certificate exception box, I click to get certificate and am done.

Today I cannot get the certificate popup to appear. which is fine I know where the certificates are managed but I have not a clue how to add a certificate OR what information to enter into the "Add security exception" dialogue box

Any help would be greatly appreciated.

Asked by bluepennylady 2 months ago

Answered by DavidGG 2 months ago

  • Solved

Remove "This time search with logo" on address bar

I turned on my PC after a long time, and it seems something about firefox has changed in the way I don't like. The logo to the extreme left of the address bar which shows… (read more)

I turned on my PC after a long time, and it seems something about firefox has changed in the way I don't like. The logo to the extreme left of the address bar which shows "This time search with" options on left-click is annoying to the eye. Picture attached below. Is there anyway you can remove/disable that logo with about://config or anything else.

Using latest version of Firefox on linux.

Asked by Rajarshi Datta 2 months ago

Answered by TyDraniu 2 months ago

  • Solved

Can't login to browser profile after changing email

I've changed primary email some time ago and wanted to login using a new device. However, login fails with "Incorrect email case" and response contains my old email under… (read more)

I've changed primary email some time ago and wanted to login using a new device. However, login fails with "Incorrect email case" and response contains my old email under "errors[0].extensions". After that, there is another request doing login with old email, which seem to be successful, however the whole operation fail and page only shows "Something went wrong. Please close this tab and try again.". Trying to login directly with an old email leads to "Primary account email required for sign-in" error. Please assist.

Asked by yckmciaiy 5 months ago

Answered by yckmciaiy 5 months ago

  • Solved
  • Archived

How I can safely remove the “SaveFrom.net Helper” bookmark tab which has high jacked my Firefox Bookmarks.

Unfortunately, I downloaded “SaveFrom.net Helper” without reviewing it. Since downloading it I have been receiving a alerts from “McAfee WebAdvisor” about “dangerous pag… (read more)

Unfortunately, I downloaded “SaveFrom.net Helper” without reviewing it.

Since downloading it I have been receiving a alerts from “McAfee WebAdvisor” about “dangerous pages blocked”.

I was able to remove the “SaveFrom.net Helper” add on in Firefox, but am unable to remove the “Savefrom.net Helper” bookmark tab which has high jacked my normal Firefox Bookmarks.

I can no longer easily see my Firefox Bookmarks and have to keep opening the Firefox Application Menu, then select Bookmarks, then select Manage Bookmarks in order to see my bookmarks.

Can you please advise how I can safely remove the “SaveFrom.net Helper” bookmark tab which has high jacked my Firefox Bookmarks.

Asked by Philip47 3 years ago

Answered by Philip47 3 years ago

  • Solved
  • Archived

On certain domain, firefox stop loading the page for a while

This bug occurs very randomly, but it seems there have few things in common. - Occurring on domain level, one domain at once. For example, if Youtube.com stuck, any sub … (read more)

This bug occurs very randomly, but it seems there have few things in common.

- Occurring on domain level, one domain at once. For example, if Youtube.com stuck, any sub address including each video page is not loaded. Other website and whole browser works fine. - Other program on same PC is not affected, too. - Which page is stop loading is completely random. It might be happen only on a popular, feature-rich site like amazon, google, but not sure. - The timing is also random. Maybe after waking PC up from sleep, but not sure. Frequency of occurrence is once every 1~5 days. - The workaround without restarting browser is 1.)switching to other container tabs(strangely), 2.)opening website on private window. Disabling all the addon manually didn't help.

Since it's randomness, I didn't have any logs about this issue.

Asked by bleepblopp 3 years ago

Answered by cor-el 2 years ago

  • Locked
  • Archived

www.1688.com

I cannot log into my account on www.1688.com. Until recently I could easily log into my account using Firefox browser now it does not work on Firefox anymore I can still … (read more)

I cannot log into my account on www.1688.com. Until recently I could easily log into my account using Firefox browser now it does not work on Firefox anymore I can still login on other browsers like safari and Google Chrome. When I'm trying to login on Safari I put in my account name and password but he just keeps asking for it again and again and doesn't login. What can do about that?

Asked by SuMo Bot 2 years ago

Last reply by cor-el 2 years ago

  • Solved
  • Archived

Font size became tiny since yesterday

Hi! Since yesterday, in Outlook, my font size became very tiny for subjects and categories. I can barely see it. Can you please restore them to normal sizes?? I am de… (read more)

Hi! Since yesterday, in Outlook, my font size became very tiny for subjects and categories. I can barely see it. Can you please restore them to normal sizes?? I am desperate trying to read them. Thank you! Shirley Savva

Asked by ShirleySavva 3 years ago

Answered by cor-el 3 years ago

  • Solved
  • Archived

Can't open any website

So, my browser is disabled. I can open it, but if I type anything in the adress bar (the home menu with recomendations and the search tab doesn't pop up) it will process … (read more)

So, my browser is disabled. I can open it, but if I type anything in the adress bar (the home menu with recomendations and the search tab doesn't pop up) it will process the information, but then stop and gives me a blank screen. I send an image of it. For example if I type https://www.google.com the tab will go white and I can't do anything about it. In the apliccation menu, the only thing I can do is to go into troobleshooting mode by clicking the Help tab. Everything else (except for the new tab or window tool) is disabled. I beleive it is coused by the fact I can't open any website and those tabs are links. Please write back.

Asked by antoni.grzegorowski 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

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 a… (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.

Asked by goriest-02-stacker 2 years ago

Answered by goriest-02-stacker 2 years ago

  • Solved
  • Archived

video YouTube

The download is that I am always movies on the transfer to a good comedy and show us movies because of the news , e-mailed, browser Firefox Android.install and migrate e… (read more)

The download is that I am always movies on the transfer to a good comedy and show us movies because of the news , e-mailed, browser Firefox Android.install and migrate etc

Asked by dazzlesamuel485 1 year ago

Answered by dazzlesamuel485 1 year ago

  • Solved
  • Archived

Can't allow to screen share in any site Firefox 115.0.2

No matter what I try, I can't allow any sites to present my screen or a window, I can't find an option in settings neither in the option to allow in the tab. The "allow" … (read more)

No matter what I try, I can't allow any sites to present my screen or a window, I can't find an option in settings neither in the option to allow in the tab. The "allow" button is simply not available at all. How do I solve that? The problem happens in all sites that I've tried: focusmate, cofocus, discord, google meet, etc

Asked by denieltonrd 1 year ago

Answered by jonzn4SUSE 1 year ago