Viser spørgsmål med mærkatet: Vis alle spørgsmål

Hotmail won't load on Firefox

Hi there, About 4 days ago, hotmail suddenly stopped loading on Firefox (though I can still access it on Safari). I've tried clearing my cache and add-ons, etc. I've go… (læs mere)

Hi there,

About 4 days ago, hotmail suddenly stopped loading on Firefox (though I can still access it on Safari). I've tried clearing my cache and add-ons, etc. I've googled a ton and tried all the things I can find to try, but nothing is working. I am by no means a tech person and so I'm out of ideas and need some help. I know I can use Safari, but I really hate using it and prefer Firefox. Any ideas on what to do? I am using a MacBook Pro - Sonoma 14.4.1

Thank you so much! Jocelyn Pascall

Stillet af jocie809 for for 1 måned siden

Seneste svar af zeroknight for for 1 måned siden

Sound glitches in KDE after visit some sites in Firefox

Steps for reproduce: Turn ON PC Launch Audacious player Launch Firefox Visit to drupal.org And I have sound glitches like on radio tuning. From all software, … (læs mere)

Steps for reproduce:

  • Turn ON PC
  • Launch Audacious player
  • Launch Firefox
  • Visit to drupal.org

And I have sound glitches like on radio tuning. From all software, that have sounds: players, browser, messengers. Glitches disappear after restart. I find only 2 sites, that make it: drupal.org and my local bank. With Chrome - no problems.

Without Audacious glitches can be to, but not in 100% of cases.

OS: KDE Neon Plasma 6

Stillet af Alexandr Vasilenko for 1 uge siden

Seneste svar af jonzn4SUSE for 1 uge siden

Secure Connection Failed An error occurred during a connection to www.healthpartners.com. Certificate path length constraint is invalid. Error code: SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID

Secure Connection Failed An error occurred during a connection to www.healthpartners.com. Certificate path length constraint is invalid. Error code: SEC_ERROR_PATH_LEN_… (læs mere)

Secure Connection Failed

An error occurred during a connection to www.healthpartners.com. Certificate path length constraint is invalid.

Error code: SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID

This seems to be caused by Firefox. I don't have this problem with Edge, Chrome or Opera

Stillet af rpurch for 1 uge siden

Seneste svar af NNAMDI BARNERD ELIJAH for 1 uge siden

Hotmail (Outlook) search function has not been working for months. I signed in using Chrome and no problem.

Hotmail (Outlook) search function has not been working for months. I signed in using Chrome and no problem. I realized search in my hotmail account was not working maybe… (læs mere)

Hotmail (Outlook) search function has not been working for months. I signed in using Chrome and no problem.

I realized search in my hotmail account was not working maybe 6 months ago and I've been finding ways to work around it, but today, i got upset and tried to figure out what was wrong. I signed out and signed in. I googled what to do, updated Firefox, to no avail. Then I read to try another browser. Chrome worked fine for outlook/hotmail search function.

I need this search function. I prefer Firefox. let me know if it can be fixed?

Stillet af allisonline for 1 uge siden

Seneste svar af jonzn4SUSE for 1 uge siden

Firefox Browser blocking news article comments section on websites.

Firefox is blocking website reader comment sections, yahoo, foxnews and so on. (version 126.0 64 bit). Windows 11. Comment section still found using chrome or edge. Star… (læs mere)

Firefox is blocking website reader comment sections, yahoo, foxnews and so on. (version 126.0 64 bit). Windows 11. Comment section still found using chrome or edge. Started with last Firefox browser upgrade? Have not seen any changes to Firefox "Privacy and Security options" . I use Google or Duck Duck Go as search engines. Thanks

Stillet af slion2611 for 3 dage siden

Seneste svar af cor-el for 3 dage siden

  • Arkiveret

Disabling Control +w keybind

Could you add a option of closing tab with <kbd>Ctrl</kbd>+<kbd>w</kbd> to the advanced preference? Also, I realized that: ```browser.tabs.warnO… (læs mere)

Could you add a option of closing tab with <kbd>Ctrl</kbd>+<kbd>w</kbd> to the advanced preference?

Also, I realized that:

```browser.tabs.warnOnClose False``` Does this option activates warn when closing the tab? If your answer is yes, it is not working at all.

Stillet af maxemilian for 1 år siden

Seneste svar af wtfiwinomgs for 1 år siden

  • Løst
  • Arkiveret

Replacing Firefox 78 for OS 10 El Capitan

Hello, I've followed Firefox's invitation to install and update the browser on my Mac. Unfortunately the new version is not compatible with OS 10 El Capitan, my operating… (læs mere)

Hello, I've followed Firefox's invitation to install and update the browser on my Mac. Unfortunately the new version is not compatible with OS 10 El Capitan, my operating system, so now I can't use Firefox at all. How I do get the old version back?

Thank you, Lars

Stillet af larsdrinkrow for 2 år siden

Besvaret af jscher2000 - Support Volunteer for 2 år siden

  • Arkiveret

Print preview button is missing with Firefox again.

Tried to reset settings. Does not work. Went to about:config, than tab.mo / print.tab_modal.enabled set to false. Did this method before and it worked. Now this method do… (læs mere)

Tried to reset settings. Does not work. Went to about:config, than tab.mo / print.tab_modal.enabled set to false. Did this method before and it worked. Now this method does not work trying to get print preview back. Firefox is my web browser. I am in windows 8.1. Seems like Firefox did some updates again and now I can not get print preview back! WHY DOES NOT FIREFOX LEAVE WILL ENOUGH ALONE WHEN THEY HAVE SOMETHING GOOD? Bring back the old classic print preview button back and leave it. Now how can I get the old print preview button back???? Need help!! Thanks philm

Stillet af marschall3 for 2 år siden

Seneste svar af paul921 for 2 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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.

Stillet af goriest-02-stacker for 1 år siden

Besvaret af goriest-02-stacker for 1 år siden

  • Løst
  • Arkiveret

No option to Uncheck Underline Links

Just updated to the latest firefox version 119, and noticed that the url links are now all underlined again. Checked the support page that says it can be undone in settin… (læs mere)

Just updated to the latest firefox version 119, and noticed that the url links are now all underlined again. Checked the support page that says it can be undone in settings, but when I opened up to the said setting page, there's no option to uncheck underline links. Where else can underline links be disabled?

Stillet af kkhoon77 for for 6 måneder siden

Besvaret af cor-el for for 6 måneder siden

  • Løst
  • Arkiveret

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… (læs mere)

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

Stillet af ShirleySavva for 2 år siden

Besvaret af cor-el for 2 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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.

Stillet af Philip47 for 2 år siden

Besvaret af Philip47 for 2 år siden

  • Løst
  • Låst
  • Arkiveret

New tab "+" missing from tab bar with with 20 tabs or more

After the latest update (117.0 64-bit) I now do not see the '+' sign in the tab bar. I have 40 tabs open (please, no negativity - it's always worked for me), but if I cl… (læs mere)

After the latest update (117.0 64-bit) I now do not see the '+' sign in the tab bar. I have 40 tabs open (please, no negativity - it's always worked for me), but if I close all of the tabs it reappears. Re-open the original 42 tabs and it's gone again. Close them and it reappears, etc. Now for the fun bit: starting from scratch with a new window - the '+' is there, but open 20 more tabs and it goes.

Stillet af trgz for for 8 måneder siden

Besvaret af cor-el for for 8 måneder siden

  • Arkiveret

Javascript

I had to add Javascript because one of my accounts need Javascript to open. After installing Javascript and allowing for all to be 'true', I still get this message when I… (læs mere)

I had to add Javascript because one of my accounts need Javascript to open. After installing Javascript and allowing for all to be 'true', I still get this message when I try to open a 'show blocked content' in my email.

"The address wasn’t understood

Firefox doesn’t know how to open this address, because one of the following protocols (javascript) isn’t associated with any program or is not allowed in this context.

   You might need to install other software to open this address."

I never had any problem before installing Javascript. Thanks for any solutions.

Stillet af jalnet1 for 1 år siden

Seneste svar af leesambo73 for 1 år siden

  • Løst
  • Arkiveret

My Firefox is broken.

When I open Firefox it's just a black page and anything I click on isn't responsive. I can't go into options or anything. Sometimes Firefox doesn't even load. It worked f… (læs mere)

When I open Firefox it's just a black page and anything I click on isn't responsive. I can't go into options or anything. Sometimes Firefox doesn't even load. It worked fine earlier than all of a sudden It stopped working today. Web pages don't load. Nothing works

I seen a post earlier that had a link to a supposed fix but I couldn't figure it out. So if anybody is able to help me it would be much appreciated. I am not an advanced user when it comes to Firefox

Stillet af extraordinarycj for 1 år siden

Besvaret af extraordinarycj for 1 år siden

  • Løst
  • Arkiveret

Custom font no longer working as of Firefox Nightly update today (8th September 2023)

I use Iosevka font as my preferred custom font for websites, I really like this Firefox feature (actually one of the main reasons why I swapped from Chromium browsers), a… (læs mere)

I use Iosevka font as my preferred custom font for websites, I really like this Firefox feature (actually one of the main reasons why I swapped from Chromium browsers), and as of updating my Firefox Nightly to "Nightly 119.0a1 (20230908094535)" version this feature no longer works on all websites, and only seems to work on the search bar when I open a new tab.

Image 1: Settings (unchanged since previous version when this feature worked) Image 2: Search bar in new tab is using Iosevka font correctly Image 3: An example of another website where the font is not being loaded where it did in the previous version.

Thanks.

Stillet af stewartsvg for for 8 måneder siden

Besvaret af zeroknight for for 8 måneder siden