Zobrazenie otázok označených: Zobraziť všetky otázky
  • Vyriešené
  • Archivované

FF Memory SURGES when accessing finance.yahoo.com/

For the last couple of weeks, whenever I access the finance.yahoo.com/ website, my computer slows to a crawl. I run Activity Monitor to show me FF memory usage has surged… (ďalšie informácie)

For the last couple of weeks, whenever I access the finance.yahoo.com/ website, my computer slows to a crawl. I run Activity Monitor to show me FF memory usage has surged to 6.5 GB! I cannot just 'quit' FF, have to force quit to regain the memory. No problems with any other website. I am running Mac OS 12.7, 8GB RAM, FF 102.0.1

Any help/suggestions appreciated.

Regards, Peter Donlevy

Otázku položil(a) peter.donlevy Pred 1 rokom

Na otázku odpovedal(a) peter.donlevy Pred 1 rokom

  • Vyriešené

URL is causing FF to run slow

I clicked on a link in an email and FF began opening it. It then stopped and gave a message that the site was causing FF to run slow. That was an understatement, as FF ne… (ďalšie informácie)

I clicked on a link in an email and FF began opening it. It then stopped and gave a message that the site was causing FF to run slow. That was an understatement, as FF never continued and didn't fully open the site. I copied the URL to Chrome and it had no problem quickly opening the site. What do I need to fix in FF to make it happy again? This is the link if you want to try it. https://www.mypoints.com/jumppage?trkid=p16498665&h=1645af8f93c2559daa84038a922f4a04&merchant=10659&page=110&finalUrl=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F49764%2F687081%2F10014%3Fu%3Dhttps%253A%252F%252Fwww.bestbuy.com%252Ftop-deals&brand=BestBuy&deo=16498665,5,0,0,0,0,0&utm_source=BONUSMAIL&utm_medium=email&utm_campaign=1196390

Otázku položil(a) bill.ruggirello Pred 1 mesiacom

Na otázku odpovedal(a) jonzn4SUSE Pred 1 mesiacom

  • Vyriešené

firefox changed & firefox nolonger works for me

firefox changed and firefox nolonger lets me get my email, bank account, fidelity account, credit card account etc -- can you help me go back to my old firefox? thank you… (ďalšie informácie)

firefox changed and firefox nolonger lets me get my email, bank account, fidelity account, credit card account etc -- can you help me go back to my old firefox? thank you or do I need to start using another browser?

Otázku položil(a) raymar48 Pred 3 mesiacmi

Na otázku odpovedal(a) raymar48 Pred 3 mesiacmi

  • Vyriešené
  • Archivované

Sync Problem

Yesterday, I ran a format on my computer with Firefox in installed on it. When I tried to recover my settings, history and bookmarks later using sync after logging in to … (ďalšie informácie)

Yesterday, I ran a format on my computer with Firefox in installed on it. When I tried to recover my settings, history and bookmarks later using sync after logging in to my account nothing happened. Can you please help me recover my data? Thanks in advance.

Otázku položil(a) spider.adeeb Pred 11 mesiacmi

Na otázku odpovedal(a) jonzn4SUSE Pred 11 mesiacmi

  • Vyriešené
  • Archivované

Firefox asks for master password on startup

On my computer Firefox ask for the master password every time at startup. On other computers in my family, Firefox only ask for the Master Password when accessing a site … (ďalšie informácie)

On my computer Firefox ask for the master password every time at startup. On other computers in my family, Firefox only ask for the Master Password when accessing a site with a password. I tried : - to disable than reenable Master Password - start in SafeMode without success. How can I solve my issue ? Thanks in advance for your help

Otázku položil(a) jp.levy Pred 10 mesiacmi

Na otázku odpovedal(a) cor-el Pred 10 mesiacmi

  • Vyriešené
  • Archivované

I keep having to sign in when opening Google search page

and not only that, when I click on sign in - it shows me a work email address that I rarely use - not my Firefox account / main email. I have to click NEXT then change em… (ďalšie informácie)

and not only that, when I click on sign in - it shows me a work email address that I rarely use - not my Firefox account / main email. I have to click NEXT then change email address from the drop down menu. I followed the setting attached. but it's still does it. I close Google tab, then go back and im signed out again! It's extremely annoying. How on earth can I fix this?

My tech info: Macbook Air Mac OS 12.2.1


Rebecca

Otázku položil(a) rebknell Pred 2 rokmi

Na otázku odpovedal(a) jonzn4SUSE Pred 2 rokmi

  • Vyriešené

Firefox crashes when opening / closing tab (etc.)

Hello dear community! My firefox keeps crashing when trying to open a tab or close a tab. I can't replicate it since it happens on random tab-closing and tab-opening. I t… (ďalšie informácie)

Hello dear community! My firefox keeps crashing when trying to open a tab or close a tab. I can't replicate it since it happens on random tab-closing and tab-opening. I think it's just crashing when doing something like clicking anywhere and NOT when doing nothing while the system is idling. Thank you for your help! Here's a link of the crash report: https://crash-stats.mozilla.org/report/index/8ba8940e-954c-4e92-9153-0313d0241001

Otázku položil(a) Alternervnet Pred 4 mesiacmi

Na otázku odpovedal(a) TyDraniu Pred 4 mesiacmi

  • Vyriešené
  • Archivované

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… (ďalšie informácie)

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.

Otázku položil(a) goriest-02-stacker Pred 1 rokom

Na otázku odpovedal(a) goriest-02-stacker Pred 1 rokom

  • Vyriešené
  • Archivované

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… (ďalšie informácie)

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

Otázku položil(a) m1k0_38 Pred 1 rokom

Na otázku odpovedal(a) zeroknight Pred 1 rokom

  • Vyriešené
  • Archivované

Can't find bookmarks with reinstall of Windows

I had to do a new install of Windows 11 and logged back into Firefox and can't find my old bookmarks. I got to this point and don't know how to retrieve old bookmarks: … (ďalšie informácie)

I had to do a new install of Windows 11 and logged back into Firefox and can't find my old bookmarks. I got to this point and don't know how to retrieve old bookmarks:

C:\Windows.old\Users\meljo\AppData\Roaming\Mozilla\Firefox\Profiles Please help me.

Thanks Mel

Otázku položil(a) kenandhollywolstat Pred 7 mesiacmi

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 7 mesiacmi

  • Vyriešené
  • Archivované

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" … (ďalšie informácie)

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

Otázku položil(a) denieltonrd Pred 1 rokom

Na otázku odpovedal(a) jonzn4SUSE Pred 1 rokom