• Réitithe

Why does version 136.0 require my Primary Password whatever I'm browsing?

According to Firefox Help, "After you have defined and set your Primary Password, you will be prompted to enter it once for each Firefox session, when Firefox needs acces… (tuilleadh eolais)

According to Firefox Help, "After you have defined and set your Primary Password, you will be prompted to enter it once for each Firefox session, when Firefox needs access to your stored passwords." But since updating to version 136.0 I get asked for my Primary Password even to see my home page. Why is this?

Asked by Bill Welland 4 lá ó shin

Answered by Bill Welland 4 lá ó shin

  • Réitithe

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… (tuilleadh eolais)

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 mhí ó shin

Answered by Natnael Solomon 5 mhí ó shin

  • Réitithe

Can I disable or remove the new sidebar that appeared today with the latest update?

I updated my desktop browser today and now there is an expandable sidebar at the left margin of the window showing tool icons for Tabs from other devices, History and Cus… (tuilleadh eolais)

I updated my desktop browser today and now there is an expandable sidebar at the left margin of the window showing tool icons for Tabs from other devices, History and Customize sidebar. I can see how to remove tool icons and how to expand or collapse sidebar but can I remove the sidebar completely? Is this an option? I prefer the old look with the browser web page content extending all the way to the left of the screen, without the narrow vertical sidebar.

Asked by Ferrara 3 mhí ó shin

Answered by tony289 3 mhí ó shin

  • Réitithe

New start page after update?

After firefox update, start page changed to first photo i added here, second photo is how it was before, is there any way to get it back? Before update i had version 131.… (tuilleadh eolais)

After firefox update, start page changed to first photo i added here, second photo is how it was before, is there any way to get it back? Before update i had version 131.0b9, now its 136.0b1

Asked by yariknesterenko9 1 mhí ó shin

Answered by yariknesterenko9 1 mhí ó shin

  • Réitithe

Firefox 136.0 breaks Disney Hotstar

So Firefox automatically updated to version 136.0 and now Disney Hotstar (hotstar.com) website does not work. It shows the following error: "Something went wrong. Don't w… (tuilleadh eolais)

So Firefox automatically updated to version 136.0 and now Disney Hotstar (hotstar.com) website does not work. It shows the following error: "Something went wrong. Don't worry our best minds are on it. Please use the skip option if available or try again later." (see screenshot) There is no skip option.

I downgraded to version 135.0.1 and everything works fine. Hotstar website also works fine in other browsers. But soon the automatic update kicks in and with version 136.0 Disney Hotstar does not work at all.

Firefox version: 136.0 64-bit for Windows OS: Windows 11 24H2 Home Edition (build 26100.3194)

Thank you in advance :)

Asked by amzbun 5 lá ó shin

Answered by amzbun 3 lá ó shin

  • Réitithe

easy youtube video downloader

Over the past few days (Oct. 18, 2024) the green Download button has been missing. When can we look forward to the fix? Have uninstalled & reinstalled twice. Thank… (tuilleadh eolais)

Over the past few days (Oct. 18, 2024) the green Download button has been missing. When can we look forward to the fix? Have uninstalled & reinstalled twice. Thanks.

Asked by illyannabadinoff 4 mhí ó shin

Answered by illyannabadinoff 4 mhí ó shin

  • Réitithe

Firefox bookmarks

Helllllllllllp! Just had firefox install an update & now all my saved bookmarks, login passwords & previous home page have all gone. Have reset Home page, checked… (tuilleadh eolais)

Helllllllllllp! Just had firefox install an update & now all my saved bookmarks, login passwords & previous home page have all gone. Have reset Home page, checked that Profile is correct & the bookmark folder is empty. Where have they all gone. Yes I have restarted my computer but made no difference.

Asked by alarmms 3 mhí ó shin

Answered by cor-el 3 mhí ó shin

  • Réitithe

firefox.cfg no longer overwrite new tab content

This code in mozilla.cfg used to overwrite new tab, but as of latest firefox 136.0b1 no longer works. Any way to fix this? There error in Browser Console. // mozilla.cfg… (tuilleadh eolais)

This code in mozilla.cfg used to overwrite new tab, but as of latest firefox 136.0b1 no longer works. Any way to fix this? There error in Browser Console.

// mozilla.cfg needs to start with a comment line var {classes:Cc,interfaces:Ci,utils:Cu} = Components;

/* set new tab page */ try {

 Cu.import("resource:///modules/AboutNewTab.jsm");
 var newTabURL = "file:///D:/Documents/images/home.html";
 AboutNewTab.newTabURL = newTabURL;

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

Asked by shdowmyst 1 mhí ó shin

Answered by shdowmyst 1 mhí ó shin

  • Faoi Ghlas

Firefox Root Certificate Expiration: Questions & Tips for Updating

Important update! On March 14, 2025, a critical root certificate in Firefox will expire. If you’re still using an older version (before Firefox 128 or ESR 115.13+), it’s … (tuilleadh eolais)

Important update! On March 14, 2025, a critical root certificate in Firefox will expire. If you’re still using an older version (before Firefox 128 or ESR 115.13+), it’s crucial to update to Firefox 128 or newer to avoid issues with add-ons, DRM-protected content, and other features.

For full details, check out Update Firefox to prevent add-ons issues from root certificate expiration.

If you have questions about the update or need help with the process, this is the place to ask! Whether you’re just starting or you’ve already updated and want to share your experience, we’d love to hear from you.

Let’s come together, share tips, and ensure we’re all prepared. Drop your questions or insights below!

Asked by Lucas Siebert 5 mhí ó shin

Last reply by Paul 3 lá ó shin

  • Réitithe

Focus newtab page content instead of address bar

Hey! Up until the last update, I used this code to set and focus a custom new tab page instead of its address bar (This should be a default feature, but what can you do..… (tuilleadh eolais)

Hey! Up until the last update, I used this code to set and focus a custom new tab page instead of its address bar (This should be a default feature, but what can you do...)

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

// Set new tab page try {

 ChromeUtils.importESModule("resource:///modules/AboutNewTab.sys.mjs").AboutNewTab.newTabURL = "file:///home/razv/StartPage/index.html"; 

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

// Auto focus new tab content try {

 ChromeUtils.import("resource:///modules/BrowserWindowTracker.jsm").BrowserWindowTracker;
 const Services = globalThis.Services
 Services.obs.addObserver((event) => {
   window = BrowserWindowTracker.getTopWindow();
   window.gBrowser.selectedBrowser.focus();
 }, "browser-open-newtab-start");

} catch(e) { Cu.reportError(e); } ```

After the last update, focusing the new tab page's content is broken. Can anyone help me?

Asked by Razvan Dedu 6 lá ó shin

Answered by Razvan Dedu 6 lá ó shin

  • Réitithe

New Tab not showing Recent Activity anymore.

I have Firefox's New Tab set as my home page, since I'm choosing to divorce myself from political doomscrolling for the next four years. The New Tab page is perfect for h… (tuilleadh eolais)

I have Firefox's New Tab set as my home page, since I'm choosing to divorce myself from political doomscrolling for the next four years. The New Tab page is perfect for having frequently visited sites at the top, Pocket stories I can curate in the middle, and what used to be a history of articles and sites I've read most recently in "Recent Activity" along the bottom. Within the last few days, "Recent Activity" has been blank, and will no longer keep track of articles I've recently read. I've tried clearing the browser history and cookies, and it came back for a moment, but quickly went back to being blank. And the major downside to clearing the browser is that my four rows of most frequently visited sites gets wiped clean also, and I have to spend time getting them back on the list. I do not have Firefox set to automatically clear history upon closing it. I've tried turning "Recent Activity" off and on with the page's Settings (cog in the bottom right corner). I'd really like to have this back, as it can help me find recently read content (especially Pocket content) easier than wading through the History log. Any help would be appreciated.

Asked by Dave F 1 mhí ó shin

Answered by Dave F 1 mhí ó shin

  • Réitithe

Error code when trying to log in to Yahoo email accts

Up until 2 days ago, I had no issues accessing my yahoo email accounts (sbcglobal.net through At&T) I had done nothing different re settings. I rebooted my modem and … (tuilleadh eolais)

Up until 2 days ago, I had no issues accessing my yahoo email accounts (sbcglobal.net through At&T) I had done nothing different re settings. I rebooted my modem and my computer several times. I deleted old history which I do several times a week anyway. I called AT&T support team but they just suggested logging on to another browser. So I tried Edge and was able to access the emails successfully. I even "refreshed" Firefox and nothing changed except I had to replace several quick links. I checked for updates and discovered my Firefox browser is up to date. My Android cell phone has no issues with the emails. I have one on Firefox browser and one with Chrome on my cell phone and no issues with either one. I have been using the same log in link for many years. I even explored the new way to log in called "Currently.com" for yahoo mail. Still won't work on Firefox. But it does work on Edge. I would prefer to continue using Firefox for browser but need to use Edge til I figure this out. Any suggestions would be greatly appreciated. (BTW wifi IS on and the connection for everything else works fine.

Here is the message I get when I try to log in: "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." Legal policy center Privacy policy Terms of use Accessibility Your privacy choices ©2025 AT&T Intellectual Property. All rights reserved.

Asked by k4233 1 mhí ó shin

Answered by k4233 1 mhí ó shin

  • Réitithe

Reload past Firefox profile

Several weeks ago, I was attempting to upgrade from Windows 10 to Windows 11. In the process, I deleted Firefox (using Revo Uninstaller) and then reinstalled it, download… (tuilleadh eolais)

Several weeks ago, I was attempting to upgrade from Windows 10 to Windows 11. In the process, I deleted Firefox (using Revo Uninstaller) and then reinstalled it, downloading it from the Mozilla website. Unfortunately, it didn’t run, giving me, at different attempts, different error messages. In the time since then, I have read many suggestions from many different websites and I have tried some of these suggestions, all with no success – until today. I have just completed the suggestions made on https://support.mozilla.org/en-US/questions/1327628 and Firefox is now back, working. I am happy and grateful, but not finished. None of my personal data came with the currently functioning version of Firefox. Since the re-emergence of Firefox, I have been reading several websites dealing with copy, backup and restore of my Firefox profile. Right now, the path C:\Users\rsuth\AppData\Roaming\Mozilla\Firefox\Profiles\ shows 5 folders: Two of the folders show 11/11/24 as the date modified (probably the date of the download from Mozilla). The folder 0dppjrfa.default contains one file, times.json, dated 8/11/2020. The other folder, ru82tlj5.default-release, has 97 items, most dated 11/11/2024. The remaining three folders are all dated 12/2/24 (today, as I write this). One folder’s name ends .default, the second name ends .default-release, and the third name ends .default-release-thirteen digits. The question that I am asking here is what do I do next to, hopefully, bring back the personal date I had with Firefox before my updating to Windows 11. Should I delete the folders dated 12/2/24? What, if anything, is the significance of the folder whose name ends in 13 digits? I’m hoping someone will be able to tell me how to fix these Firefox problems. And if I can, then I hope to be able to do something similar to help me bring back Thunderbird as well. Thunderbird became unfunctioning at the same time as Firefox. Thank you.

Asked by I_Rufus 3 mhí ó shin

Answered by I_Rufus 3 mhí ó shin

  • Réitithe

Massive memory usage

I have a HUGE problem with Firefox memory usage. Some open instances of firefox are taking anywhere from 600mb to 2.8gb of memory. Since firefox opens MANY instances even… (tuilleadh eolais)

I have a HUGE problem with Firefox memory usage. Some open instances of firefox are taking anywhere from 600mb to 2.8gb of memory. Since firefox opens MANY instances even with only ONE active window, this very quickly uses all available memory (4gb) causing a full laptop crash.

More concerning is that CLOSING the worst instance of memory usage STILL leaves the single open page/tab open, so what exactly was the memory eating instance actually doing ???

I have included a screengrab of the many remaining instances of firefox in windows task manager AFTER closing the main culprit.

I have also included a screengrab of all the adblockers I use which I believed would limit unnecessary memory usage, but does not seem to be effective.

Many Thanks

Asked by Ray P 1 mhí ó shin

Answered by Ray P 1 mhí ó shin

  • Faoi Ghlas

block specific content types

i am looking for a way to protect myself and my children from accessing or having to see / have shoved down our throat content promoting lgbtq. please provide me a blocke… (tuilleadh eolais)

i am looking for a way to protect myself and my children from accessing or having to see / have shoved down our throat content promoting lgbtq. please provide me a blocker to block agenda driven sex ed and ALL LGBTQ content.

Asked by thirdday.31b 1 lá ó shin

Last reply by markwarner22 1 lá ó shin

  • Réitithe

w11 search will not use Firefox-goes to Edge

Have new W11 laptop. Installed Firefox and have set it to my default browser but if I use the search box it opens the results in Edge. Where is the setting to enable W11… (tuilleadh eolais)

Have new W11 laptop. Installed Firefox and have set it to my default browser but if I use the search box it opens the results in Edge. Where is the setting to enable W11 search box to use Firefox.

Asked by OldBob2 1 lá ó shin

Answered by OldBob2 1 lá ó shin

  • Réitithe

How to set the New Tab page to a local file? (autoconfig no longer works in v136.0)

Since the settings haven't given that option for years, the best way to have a local file as the new tab page was using autoconfig.cfg + autoconfig.js, as described in th… (tuilleadh eolais)

Since the settings haven't given that option for years, the best way to have a local file as the new tab page was using autoconfig.cfg + autoconfig.js, as described in this thread: https://support.mozilla.org/en-US/questions/1251199 But since the most recent update (v136.0), this stopped working.

The New Tab Override add-on has its own issues with using local files (can only load a .html file, no local CSS/JS, can't give a blank address bar for me to search in), so it doesn't solve the issue either.

This is very important to me, and others have been asking for this feature back for years. It feels awful to have the working solution stop working, in the browser that's supposed to be open and customizable.

Asked by Quazer 1 seachtain ó shin

Answered by Quazer 4 lá ó shin

  • Réitithe

Websites loading in as blank white screens.

No idea if this is the right topic or not but I've been dealing with this frustrating issue where with some websites it just loads a blank white screen. I've tried every … (tuilleadh eolais)

No idea if this is the right topic or not but I've been dealing with this frustrating issue where with some websites it just loads a blank white screen. I've tried every fix I could that I've seen on forums like this as well as on Reddit and nothing I've tried has fixed it. From launching in Safe Mode or changing things in about:config. Before finishing this post I tried launching in safe mode, so my add-ons and plugins are disabled and it still persists with websites loading in these blank white screens. I never had this issue at first and I'm sure it started to happen after an automatic update a while back.

I need this issue sorted out so I can look and compare items from shops but most of the time a website that works and I look at it elsewhere I'm dealing with this issue. No issue looking at stuff on the internet on my phone, though I do use safari instead on my phone.

Asked by elzvalentine 2 sheachtain ó shin

Answered by elzvalentine 2 sheachtain ó shin

  • Réitithe

Firefox 133 and Norton 360 - Secure Connection Failure

After upgrading to FIREFOX 133 everything became a mess !! Most pages will RANDOMLY not load and show “Security Connection Failed” message, indicating mostly one of… (tuilleadh eolais)

After upgrading to FIREFOX 133 everything became a mess !!

Most pages will RANDOMLY not load and show “Security Connection Failed” message, indicating mostly one of this two errors Error code: PR_END_OF_FILE_ERROR Error code: SSL_ERROR_RX_RECORD_TOO_LONG Additionally and consistently trying to access Amazon makes it think I am a Robot, and shows a page with a Captcha but the images do not load (Image attached) 1Password fails in some pages (Such as CNN), the page shows an error message when userid & password are filled in, rendering it useless. NONE of this happen on previous versions of Firefox or on EDGE with the updated Norton360

I have tried: - Uninstalling, deleting all files and re-installing both Firefox and Norton 360 - Deleting the Firefox profile and starting from zero - Using Firefox without any Extension, it works for a while but then fails (memory overlay issue ?) - Loading a few extensions, again works for a while but then fails. If more trhan 4 or 5 extensions are loaded the problem is immediate (memory overlay issue ?) - Turning off Norton sometimes helps get to a page, and when turning it back on keeps working … Sometimes it does not - - Checked all indicaytions on support article https://support.mozilla.org/en-US/kb/secure-connection-failed-firefox-did-not-connect without any luck WHAT TO DO ?

Asked by abombaci 3 mhí ó shin

Answered by abombaci 3 mhí ó shin