Showing questions tagged:

Can't access router gateway since last week

Hi. Can't access router gateway since last week Gives error: Error code: SEC_ERROR_REUSED_ISSUER_AND_SERIAL Gateway is http only, I can access it fine via Edge and Safari… (read more)

Hi.

Can't access router gateway since last week

Gives error: Error code: SEC_ERROR_REUSED_ISSUER_AND_SERIAL

Gateway is http only, I can access it fine via Edge and Safari iOS

I tried disabling https-only though it used to work fine before with a saved exception.

Made sure Win10 firewall allows Firefox for private/public

Followed the help link and deleted the previous certificate from the certificate manager, but I can't find anything relevant under the servers tab

I'm at a loss. Many thanks in advance.

Solved Archived 10 216

Firefox not working on multiple sites including google docs/sheets

It looks like some sites are not working properly, two examples I can give are google sheets&docs, in the attached image you can see my sheets are not being shown, no… (read more)

It looks like some sites are not working properly, two examples I can give are google sheets&docs, in the attached image you can see my sheets are not being shown, note that if I directly access a sheet's link it does open.

The second example is some websites with media players just load infinitely (YouTube works).

Also added network tab non 200 status code requests images.

Things I've tried:

  • Disabled "network.dns.disablePrefetch".
  • Tried troubleshoot mode(meaning those requests that were blocked by ublock are not the problem).
  • Deleted history including cookies.
  • Private Browsing.
  • User Agent masking
  • Reinstalling
Solved Archived 10 221

Firefox won't display a page embedded in another site

So I understand this: https://support.mozilla.org/en-US/kb/xframe-neterror-page and the reason it exists, but I need to find a way to turn it off because it's literally b… (read more)

So I understand this: https://support.mozilla.org/en-US/kb/xframe-neterror-page and the reason it exists, but I need to find a way to turn it off because it's literally blocking me from accessing the Library of Congress webpage inside the same browser for my job. It's not a malicious site, but I can't figure out how to tell Firefox to stop blocking it as if it was a malicious site.

Help.

Solved Archived 10 1924

Website Support

https://www.pge.com/ https://my.dmv.ca.gov/ Websites such as the Sites above are not working in Firefox or other Open Source Browsers. I am being forced to use Chromium i… (read more)

https://www.pge.com/ https://my.dmv.ca.gov/

Websites such as the Sites above are not working in Firefox or other Open Source Browsers. I am being forced to use Chromium in this case to complete payments and add items to the DMV Cart and complete a payment for example. I do not want to have to do this. I do not want to be forced to use a Closed Source Browser such as Microsoft Edge or Google Chrome or Apple Safari. Or, Even the Open Source version of Google Chrome Chromium. Companies like PGE are deciding to drop support for Firefox as the State not enough users use Firefox. They are forcing the market to use a Non Open Source Browser. This is a Problem. This is not good for Competition and the Internet as a whole. Not good for me as I am a Linux User. The PG&E website does not even load when using Firefox. The DMV site loads but does not allow one to complete any Payments for Example. At this time one can only view Information on the DMV website.

Archived 10 125

No video support and MIME type found

After the recent bunch of windows updates i started noticing youtube loading much slower and other websites acting strange. Just now i tried to look at a link https://ste… (read more)

After the recent bunch of windows updates i started noticing youtube loading much slower and other websites acting strange. Just now i tried to look at a link https://steamusercontent-a.akamaihd.net/ugc/47948470127416586/912CDEE3AD8B94CF3122B7338E89E24C9B6EC29D/

I get "No video support and MIME type found". I have uninstall/reinstalled, checked codex, disabled addons and downloaded Microsoft windows media pack, then restarted the computer.

Nothing seems to work. But i had to reinstall Firefox again because all my tabs would crash after the last reinstall.

Archived 10 62

Battery usage

I have a new macbook air running Sequoia 15.3.2, firefox is up to date, my battery which should technically last about 12 hours and I only get 5. Ran through everything … (read more)

I have a new macbook air running Sequoia 15.3.2, firefox is up to date, my battery which should technically last about 12 hours and I only get 5. Ran through everything with Apple and they said it is a Firefox issues. I don't have any extensions, add on etc. Thoughts?

Solved Archived 10 814

All of my addons are disabled and won't re-enable!

All of my addons are disabled and won't re-enable! They all say "addon name" could not be verified for use in Nightly and has been disabled. See attachment clipboard00.j… (read more)

All of my addons are disabled and won't re-enable!

They all say "addon name" could not be verified for use in Nightly and has been disabled. See attachment clipboard00.jpg

If I try to install an addon from the recommended extensions settings (for example "return youtube dislike ") I get a message bubble stating "The Addon downloaded from this site could not be installed because it appears to be corrupt. {OK!}" See attachment clipboard01.jpg

The message above about addons appearing to be corrupt happens if I go to any of my current addon pages and try to redownload them.

Solved Archived 10 1352

Firefox crashes after about 15 seconds

On May 1st, when I launched Firefox(afternoon some time on US East coast) it ran an update to 138.0.1. When it was done, it did not launch. So I clicked the icon on my de… (read more)

On May 1st, when I launched Firefox(afternoon some time on US East coast) it ran an update to 138.0.1. When it was done, it did not launch. So I clicked the icon on my desktop and it came up, but then closed out after about 15 seconds. When I reopened it, it asked to continue in troubleshooting mode or refresh. I tried both. No luck. I restarted and even uninstall and reinstalled the latest version as well as tried installing 137.

I have tried with virus/malware protection/firewall off. I have restarted. My page file is default. I tried renaming the firefox.exe to something else. I tried creating an new firefox profile(firefox.exe -p) but that crashes too.

I installed the latest version of Firefox Nightly and it stays open just fine. But when I launch the regular firefox, they both close.

I also installed the Firefox app from the Windows store and it behaves the same as the one from the mozilla website.

Archived 9 129

Firefox 136 broke my custom new tab page, how do I fix it?

I'm on Linux. I've been using this method to setup a custom new tab page for Firefox for almost 4 years, and it has worked great: https://jamesnorth.net/knowledge-base/ar… (read more)

I'm on Linux.

I've been using this method to setup a custom new tab page for Firefox for almost 4 years, and it has worked great: https://jamesnorth.net/knowledge-base/article/firefox-new-tab-page

---

Navigate to /usr/lib/firefox.

Create autoconfig.cfg:

// var {classes:Cc,interfaces:Ci,utils:Cu} = Components;

/* set new tab page */ try {

 Cu.import("resource:///modules/AboutNewTab.jsm");  
 var newTabURL = "file:///home/james/ff/index.html";  
 AboutNewTab.newTabURL = newTabURL;  

} catch(e){Cu.reportError(e);} // report errors in the Browser Console

Create defaults/pref/autoconfig.js:

// pref("general.config.filename", "autoconfig.cfg"); pref("general.config.obscure_value", 0); pref("general.config.sandbox_enabled", false);

---

However, upon updating to Firefox 136, I only get a blank page. All of my autoconfig files still exist in /usr/lib/firefox.

When I create a new tab with Ctrl+T, it's a blank page. When I create a new window, it loads the local page I want it to load with the file path in the URL (which it never had before; the URL bar was blank in Firefox 135). So it seems to be partially working.

Any tips?

Solved Archived 9 421

Certificate Error only on Firefox only on one computer

Firefox is giving me an error on https://stemgateway.nasa.gov but the site is perfectly accessible using MS Edge and using Firefox on another computer. I uninstalled and … (read more)

Firefox is giving me an error on https://stemgateway.nasa.gov but the site is perfectly accessible using MS Edge and using Firefox on another computer. I uninstalled and reinstalled Firefox, changed the proxy settings to not use a proxy, tested a VPN, and changed DNS servers. Below is a picture of the error and of the certificate which seems to be present in Firefox already.

Solved Archived 9 237

Videos on mouseover dont play

Hallo everyone, after many hours of Google search and trying many changes in the "about:config" section im done with things to try so my last chance is here. The problem … (read more)

Hallo everyone,

after many hours of Google search and trying many changes in the "about:config" section im done with things to try so my last chance is here.

The problem i have is that videos dont play if i mouseover the firefox window or tab i.E. on the windows taskbar. The video will only start to play if i click on the window/tab and that window/tab is the "active" one im looking at.

It worked fine before but some firefox update f***ed this up (and yes the official firefox updates are the only thing that changed), no i dont know which update it was because i didnt recognize the problem right away.

The autoplay option is set to allow media and audio.

The weird thing is that when i open a video in the vlc player and do the mouseover, everything works just fine. So my conclusion is that some setting was messed up on the new firefox version.

Some data of my pc, everything is updated: - Windows 11 Pro - CPU is AMD Ryzen 7 5800X3D 3,4GHz - GPU is AMD Radeon RX 7900XT - RAM is 32GB DDR4 CL16 - Internet is wired connection with 250K speed - Firefox Version is 137.0.1

Sorry for my bad english and thank you in advance.

Archived 9 76

Video Won't Play in Browser

This issue just appeared. Video will not play in Firefox. Windows10 PC, up to date with latest versions, as is Firefox. There is no error message or code. Just the spinni… (read more)

This issue just appeared. Video will not play in Firefox. Windows10 PC, up to date with latest versions, as is Firefox. There is no error message or code. Just the spinning wheel. I see other people are having the same issue but I haven't seen a solution. Any ideas or help appreciated.

Archived 9 132

Bookmarks disappeared over night?

I reinstalled windows yesterday. When I installed firefox and signed it, everything was fine. However, this morning, it seems to have removed 80% of my bookmarks. When I … (read more)

I reinstalled windows yesterday. When I installed firefox and signed it, everything was fine. However, this morning, it seems to have removed 80% of my bookmarks. When I try to restore from the bookmarks yesterday, it just gives me the ones that I have this morning. I had tons and tons of resource bookmarks for my work that would be almost impossible to re-find in some cases due to the current state of search engines. Is there any way to salvage them? It seems like sync believes they never existed, but it DID sync them yesterday??? Please help.

Archived 9 118

Cannot log into my Quickbooks account.

Since Friday i cannot log into my Quickbooks account using Firefox. All other browers work fine when trying to log in. My default browser is Firefox. SO this is totall… (read more)

Since Friday i cannot log into my Quickbooks account using Firefox. All other browers work fine when trying to log in. My default browser is Firefox. SO this is totally frustrating.

The error message i receive is:XML Parsing Error: no root element found Location: https://accounts.intuit.com/app/sign-in?app_group=QBO&asset_alias=Intuit.accounting.core.qbowebapp&iux_tests=49561:8:119104&state={%22queryParams%22:{%22locale%22:%22en-us%22}}&app_environment=prod&locale=en-us Line Number 1, Column 1:

Solved Archived 9 107

unable to print a google sheet document, download the document to a .pdf or e-mail the document

I'm not sure if this is a FireFox issue or a google glitch, but here goes. Please give me direction on how to correct the above mentioned problems. Thanks in advance for … (read more)

I'm not sure if this is a FireFox issue or a google glitch, but here goes. Please give me direction on how to correct the above mentioned problems.

Thanks in advance for your time.

 Mary
Solved Archived 9 175

opening a website

https://read.amazon.com/kindle-library is now not allowing me to go onto the website. I've tried talking to Amazon customer support but they can't find a problem on their… (read more)

https://read.amazon.com/kindle-library is now not allowing me to go onto the website. I've tried talking to Amazon customer support but they can't find a problem on their end. It says:

The connection has timed out

The server at read.amazon.com is taking too long to respond.

   The site could be temporarily unavailable or too busy. Try again in a few moments.
   If you are unable to load any pages, check your computer’s network connection.
   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.

I haven't had a problem with the website before and every other website I have tried works fine. It's just that one. I have added it to my exceptions list for add ons but it didn't fix it.

Solved Archived 9 78

Can no longer access my local server nor router via Firefox

I can no longer access my local TrueNAS server nor router via Firefox. My current version is 133.0.3. Safari has no trouble. Firefox gives no warning, no Advanced button… (read more)

I can no longer access my local TrueNAS server nor router via Firefox. My current version is 133.0.3. Safari has no trouble. Firefox gives no warning, no Advanced button, no option to bypass security. All I get is: "Unable to connect An error occurred during a connection to 192.168.0.102.

   The site could be temporarily unavailable or too busy. Try again in a few moments.
   If you are unable to load any pages, check your computer’s network connection.
   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web."

I have tried so many settings, troubleshootings, workarounds, I can't begin to list them. It happens in troubleshooting mode. I have created SSL certificates on the server many different ways to no avail. I'm thinking I will have to abandon Firefox with it's obscure, no-way-through security. But I wanted to ask for help first. Please help.

Solved Archived 9 231

ATT.NET is blocking my access to ATT/Yahoo email from my ATT.net account using Firefox but not using Chrome?

ATT.NET is blocking my access to ATT/Yahoo email from my ATT.net account using Firefox ''but not using Chrome?'' I have stopped all tracking and cookie blocking "Somethin… (read more)

ATT.NET is blocking my access to ATT/Yahoo email from my ATT.net account using Firefox ''but not using Chrome?'' I have stopped all tracking and cookie blocking

"Something's gone wrong We may be having trouble with your connection. Connecting your device to Wi-Fi could help fix the issue or try again later. If you were using an app, close this page. Otherwise, start over."

Solved Archived 9 2799