Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe

Yahoo now comes up on my Firefox browser

With reference to my question just posted, also now when I click on my Firefox browser, the Yahoo search engine seems to take over and it won't let me come out of it. Mar… (funda kabanzi)

With reference to my question just posted, also now when I click on my Firefox browser, the Yahoo search engine seems to take over and it won't let me come out of it. Mark

Asked by Mark Swan 3 izinyanga ezidlule

Answered by Mark Swan 3 izinyanga ezidlule

  • Kusonjululiwe

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… (funda kabanzi)

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 3 izinyanga ezidlule

Answered by yckmciaiy 3 izinyanga ezidlule

  • Kusonjululiwe

PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.

An error occurred during a connection to netfoundation.itslearning.com. PR_CONNECT_RESET_ERROR Error code: PR_CONNECT_RESET_ERROR The page you are trying to view can… (funda kabanzi)

An error occurred during a connection to netfoundation.itslearning.com. PR_CONNECT_RESET_ERROR

Error code: PR_CONNECT_RESET_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Asked by Natnael Solomon 5 izinyanga ezidlule

Answered by Natnael Solomon 5 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 2 iminyaka edlule

Answered by Philip47 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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 … (funda kabanzi)

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 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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 … (funda kabanzi)

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 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Answered by goriest-02-stacker 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Move to the tab when it is opened

Hi, I disabled several options in About:Config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and moved to it aut… (funda kabanzi)

Hi, I disabled several options in About:Config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and moved to it automatically. Whatever you do with the current tag, I want it. Please help me. ( I mean, it no longer applies to bookmarks, I want it to apply to bookmarks )

Asked by x2 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Google's websites works badly with Hardware Acceleration On (Google, Youtube, Gmail, Google Maps, ...)

Hi everyone, I am currently using Firefox "112.0.1 (64-bit)" on Windows 10 "10.0.19045 Build 19045]" I have problems using almost all Google websites: most of the times … (funda kabanzi)

Hi everyone, I am currently using Firefox "112.0.1 (64-bit)" on Windows 10 "10.0.19045 Build 19045]"

I have problems using almost all Google websites: most of the times they do not load at first attempt, and when they do they do not works properly. As example: Youtube does not load (or the cached version says that there is no internet connection), then after a few attempts it loads but all thumbnails on the home are gray.

On another browser (Edge) all websites works normally.

Using private window has the same problem, I have no extension and no plugin other than OpenH264 Video Codec provided by Cisco Systems, Inc. and Widevine Content Decryption Module provided by Google Inc.. I tried emptying cache and also reinstalling Firefox.

The only fix I found on the web is to disable hardware acceleration from settings. If I disable it and restart the browser, then all websites works normally. Actually I can't see this as fix but as a workaround, since I am using a notebook and I'd like to use my GPU for video decoding and save energy.

Maybe I am missing something? Is there something I can do? Thanks.

Asked by Lorenzo 1 unyaka odlule

Answered by Lorenzo 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Answered by dazzlesamuel485 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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" … (funda kabanzi)

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 unyaka odlule

Answered by jonzn4SUSE 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

ending playing video crashes firefox

Hey, since 2 months firefox started crashing when a video comes to the end. I tried it in troubleshoot mode skipped to min 10:45/10:50 and played. after this 5 sec it jus… (funda kabanzi)

Hey, since 2 months firefox started crashing when a video comes to the end. I tried it in troubleshoot mode skipped to min 10:45/10:50 and played. after this 5 sec it just crashed. I noticed it on youtube but tried it on other players and it also happened. Today I also started a video on a other website and it crashed but not when starting youtube videos.

Here my last 5 crash reports: bp-8fdedc8b-c8bc-404f-9e3e-8f2fd0230813 bp-b15becdb-456b-4a22-971c-2c0c20230813 bp-9754361a-f67b-445a-9163-c88a20230813 bp-cffc46ae-9ae5-4678-a323-7b60b0230813 bp-a863679a-577e-45f4-9f4e-002bc0230810

Best regards, Michal

Asked by m1k0_38 1 unyaka odlule

Answered by zeroknight 1 unyaka odlule