Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Need to update extension that is part of Firefox Recommended program but lost access to MFA so unable to logged in account

Hi, I am the developer of the Dictionary Anywhere extension which is a Firefox recommended extension. Recently my extension stopped performing up to its expectations du… (funda kabanzi)

Hi,

I am the developer of the Dictionary Anywhere extension which is a Firefox recommended extension. Recently my extension stopped performing up to its expectations due to backend changes in public API that it uses to find meaning of the words.

However, I am unable to modify the code of extension to fix the issue as I am not able to login to my account due to it being behind MFA, and I have lost access to the phone which contains those MFA codes.

Can something be done here, to allow me to update the extension to rectify the issue that 50k users who use this extension regularly are facing? For example, can the extension be transferred to another account through which it can be updated, lots of users are suffering as the extension is not working. I have access to the source code of the extension .

Thanks and Regards

Asked by srjjain1996+newmozillaaccount 4 emasontweni adlule

Last reply by jscher2000 - Support Volunteer 1 isonto elidlule

Extend supporting Firebox ESR's for Mac

I'm a retiree in my mid 70's...I've heard that Firefox will stop extending ESR's past March of this year. I'm not in a position to buy and update all my software and lapt… (funda kabanzi)

I'm a retiree in my mid 70's...I've heard that Firefox will stop extending ESR's past March of this year. I'm not in a position to buy and update all my software and laptop & desktop the latter can't go any higher on Mac OS. So I'm asking that you please consider continuing support for older browsers. My browser is Mac Safari 14.1.2, I would be OK making a good sized donation to Mozilla or paying a monthly subscription if necessary to be kept updated on Firefox ESR's. I've seen other inquiries on your site from others asking about the same thing. So please consider my request and let me know if there's anything I can do to get your continued ESR support for my computers. It would mean a great deal to me and I know quite a few others as well...So please pass my thoughts up to management and I will hope for the best...

My Thanks,

Tom D.

Asked by tomdff 3 emasontweni adlule

Last reply by James 3 emasontweni adlule

Old version of MAC Os

Hello, I have an old version of MAC Os El Capitan 10.11.6, which new version of Mozilla can I install to respect new security standards ? Thanks for your help … (funda kabanzi)

Hello,

I have an old version of MAC Os El Capitan 10.11.6, which new version of Mozilla can I install to respect new security standards ?

Thanks for your help

Asked by giovannidigiorgi 3 izinyanga ezidlule

Last reply by James 3 izinyanga ezidlule

Need to backdate Firefox

I know firefox 78 is old but i accidently did the ESR release before backingup bookmarks. ESR is nor working on MAC 10.10.5 I was trying to move forward - now I am stuc… (funda kabanzi)

I know firefox 78 is old but i accidently did the ESR release before backingup bookmarks.

ESR is nor working on MAC 10.10.5

I was trying to move forward - now I am stuck

Jim

Asked by hebnerj 3 izinyanga ezidlule

Last reply by James 3 izinyanga ezidlule

Access to older version of Firefox

I have DLink webcams around my home and I can no longer access their web pages to control them because of certificate issues. I have no success with Microsoft Edge runnin… (funda kabanzi)

I have DLink webcams around my home and I can no longer access their web pages to control them because of certificate issues. I have no success with Microsoft Edge running in IE mode either. Using IE mode I am able to get into two of my D-Link Camera’s web pages but with the other two (one of which is my newest camera) I get this message:

The browser you are using may have difficulty receiving images and video. If you experience any issues viewing this page, we suggest using Internet Explorer.

When I go to the MyDlink website using Firefox Version 128.5.2 ESR I get this message:

Unsupported Browser or Operating System Detected! We recommend you use Firefox 12-51/52 ESR on Windows or MacOS to access the mydlink portal.

Is there a way for me to get the Firefox version they recommend?

Asked by g.kromholtz 3 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 3 izinyanga ezidlule

Any other browser support my older Mac? Firefox or otherwise.

I'd like to keep my antique desktop iMac functional. Firefox appears to want to strand me. Any thoughts on updating my web browser via Firefox or other providers? My syst… (funda kabanzi)

I'd like to keep my antique desktop iMac functional. Firefox appears to want to strand me. Any thoughts on updating my web browser via Firefox or other providers? My system is OS 10.11.6 (El Capitan)

Asked by lightworks_mag 3 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 3 izinyanga ezidlule

Firefox 56

Hello, I am currently using an old version of Firefox (56.0.2) for personal use because of the addons that are no longer supported. I understand the security risks invo… (funda kabanzi)

Hello,

I am currently using an old version of Firefox (56.0.2) for personal use because of the addons that are no longer supported. I understand the security risks involved, but I need this version for a specific project that is critical to me.

If it functions well now, will I encounter any new issues after March 14, 2025? I have disabled all browser updates.

Thank you.

Asked by vinnikia 2 izinyanga ezidlule

Last reply by TyDraniu 2 izinyanga ezidlule

Firefox advises me to Upgrade

Firefox today advised me to upgrade as my current version will cease to function in the near future. I am currently running Win 7 x64 and Firefox 102.10.0 esr . Attemptin… (funda kabanzi)

Firefox today advised me to upgrade as my current version will cease to function in the near future. I am currently running Win 7 x64 and Firefox 102.10.0 esr . Attempting to update results in a request if running Win 7,8 or 8.1 to also download and run additional 115.18.0esr . Attempting to run either 115.18.0esr OR Firefox 128.5.2esr results in a screen stating firstly "Windows 10" and secondly "Unable to install this version requires Win 7 x64 or newer". Win 7 x64 IS the version I'm running.

Asked by werewoolufs 2 izinyanga ezidlule

Last reply by James 2 izinyanga ezidlule

truncation issue in firefox browser

In Firefox browser , truncation of string is not working, when typing into the input box at first time truncation is not working, but when focusing out and typing once ag… (funda kabanzi)

In Firefox browser , truncation of string is not working, when typing into the input box at first time truncation is not working, but when focusing out and typing once again it start working , seems its rendering problem which is not working at first time.

I am using following code <style> input.b { white-space: nowrap; width: 50px; overflow: hidden; text-overflow: ellipsis; border: 1px solid #000000; </style>

text-overflow: clip (default):

<input class="b">



Above code will give the different result in firefox and the the chrome browser.

in chrome it will work at first time , means once user will start the typing into the input box , it will start showing the ellipses once text overflow will happen. but in Firefox it will not work like this, at first time when user will start the typing it will not show ellipses although text exceeds the boundary of input box , but when user focus out from the input box and start once again start typing into the input box ellipses will be shown. this behavior is creating confusion.

Kindly provide the solution for the same I am using 128.5.2 esr firfox version

Asked by Priyesh 2 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 2 izinyanga ezidlule

network.http.strict_response_status_line_parsing missing on new versions

Hello after version 131 network.http.strict_response_status_line_parsing option is missing and i have problem with my site error "The status line of the HTTP response is … (funda kabanzi)

Hello after version 131 network.http.strict_response_status_line_parsing option is missing and i have problem with my site error "The status line of the HTTP response is invalid - NS_ERROR_PARSING_HTTP_STATUS_LINE" Can someone is teal me what is new option replace network.http.strict_response_status_line_parsing ? Now i not able to turn off network.http.strict_response_status_line_parsing and not have irping from my website

Asked by epoc 2 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 2 izinyanga ezidlule

McAfee Truekey has stopped appearing in Firefox browser. App downloaded again, and being asked to enable. How do I do this?

Firefox is default browser. Have used McAfee Truekey for years with no issues. It has now disappeared from browser. Reloaded the app, and McAfee website tells me to activ… (funda kabanzi)

Firefox is default browser. Have used McAfee Truekey for years with no issues. It has now disappeared from browser. Reloaded the app, and McAfee website tells me to activate it. How do I do this/ should I do this?

Asked by hazelhaas 2 izinyanga ezidlule

Last reply by jonzn4SUSE 2 izinyanga ezidlule

FireFox will stop functioning on 14th january and I can't instile a version

Hi! I need a biiig help here. I have a mac OS X Yosemite version 10.10.5 and I would like to keep using this computer. I installed the FireFox 128.5.2esr.dmg. I saved i… (funda kabanzi)

Hi! I need a biiig help here. I have a mac OS X Yosemite version 10.10.5 and I would like to keep using this computer. I installed the FireFox 128.5.2esr.dmg. I saved it to my applications but I click on the icon and nothing happens... My FireFox is not ok now... I open it, but doesn't appear the icons or so (top sites or highlights). Thank you!

Asked by anatcsantos 2 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 2 izinyanga ezidlule

Firefox update ESR has killed my browser

I use a 2009 Mac Mini running OS 10.11.6 dedicated for streaming. I was prompted to update Firefox to ESR which I did, replacing the older version of Firefox. The new ver… (funda kabanzi)

I use a 2009 Mac Mini running OS 10.11.6 dedicated for streaming. I was prompted to update Firefox to ESR which I did, replacing the older version of Firefox. The new version will not open.

It was the only browser I had. Can I undo the installation? Or download 78.15.0 somehow to restore the functionality of this Mac?

Asked by Michael Clark 2 izinyanga ezidlule

Last reply by James 2 izinyanga ezidlule

Browser upgrade possible for iMac 2007 OS X El Capitan impact

I want to know whether I can update my current Firefox version with my very old desktop setup. I am using the Firefox browser version 78.15.0esr (64-bit) on my iMac 2007 … (funda kabanzi)

I want to know whether I can update my current Firefox version with my very old desktop setup. I am using the Firefox browser version 78.15.0esr (64-bit) on my iMac 2007 running OS X El Capitan. This notice came up when opening Firefox: " Your version of Firefox will start to have problems on January 14. A root certificate will expire, causing some preferences and other features to stop working. On March 14, 2025, add-ons and more features will also break." Following the instructions to update, in About Firefox window, it checks for updates and then shows Firefox is up to date. I've interpreted this as there's no version available that I can update to. Is that correct?

Asked by Deidre Seeto 2 izinyanga ezidlule

Last reply by James 2 izinyanga ezidlule

Map graphics bug report

My MacOS is 10.13.6 (cannot go higher on this machine). Since update to 15.119.0esr, embedded map graphics are no longer showing. The map graphic sub-window instead shows… (funda kabanzi)

My MacOS is 10.13.6 (cannot go higher on this machine). Since update to 15.119.0esr, embedded map graphics are no longer showing. The map graphic sub-window instead shows "Sorry, we have no imagery here" in several places across the map. I am getting the same for multiple websites, including the location maps in Zillow.com . Google Maps works fine, and I think the problem is isolated to maps embedded in pages. Did not have this issue last week, prior to updating to 15.119.0esr. This is SO BAD that if it's not fixable, I want to revert to 15.118...

Glenn Schaffer Email removed for privacy

Asked by gss1 2 izinyanga ezidlule

Last reply by jonzn4SUSE 3 emasontweni adlule

Help me to run Firefox 48 on MacOS Sequoia

Background: I need to run an enterprise web app on selected PCs and Macs, the browser will not be used for browsing, do not highlight security risks. I must absolutely u… (funda kabanzi)

Background: I need to run an enterprise web app on selected PCs and Macs, the browser will not be used for browsing, do not highlight security risks.

I must absolutely use Firefox 48 because it is the latest version to support showModalDialog()

I installed Firefox 48 on Windows and everything is ok, it works as it should.

On MacOS Sequoia, on the other hand, Firefox starts, the menus in the “Apple” bar at the top are usable, but the browser window is totally transparent, only the border and title bar are slightly visible.

I read on the support forum that it might be enough to disable hardware acceleration, but I can't do that because the options page doesn't even show!

Asked by Mattia 2 izinyanga ezidlule

Last reply by cor-el 2 izinyanga ezidlule

Local Storage Issues with Firefox Portable on Windows 11

Hello, I am experiencing unexpected behaviour with local storage in Firefox Portable ESR 102.1.0 on Windows 11. In particular, the data is not deleted as expected after c… (funda kabanzi)

Hello, I am experiencing unexpected behaviour with local storage in Firefox Portable ESR 102.1.0 on Windows 11. In particular, the data is not deleted as expected after closing the application, even after clearing the cache in my code, the data persists when I open the application the next time. This behaviour is observed under windows10 but is common under windows11.

I suspect that this issue may be related to:

  • Interactions between Firefox Portable's cache management and Windows 11's system-level caching
  • Specific behavior of the ESR 102.1.0 version on Windows 11

I would appreciate it if you could investigate this issue and provide any insights or solutions.

Asked by rahma.oueslati 1 inyanga edlule

Last reply by jonzn4SUSE 1 inyanga edlule

Firefox

Hello Mozilla, I have a Lenovo G700 laptop with the WINDOWS 7 Pro operating system My browser is Firefox 115.19.0 (see file Firefox.jpg) During the security check in onli… (funda kabanzi)

Hello Mozilla, I have a Lenovo G700 laptop with the WINDOWS 7 Pro operating system My browser is Firefox 115.19.0 (see file Firefox.jpg) During the security check in online banking I am told that the browser is out of date (see firefox2.jpg) But I can only update the version and it says "Firefox is up to date" What's wrong with that?

Best regards Heimo Ganzoort

Asked by Thomas 1 inyanga edlule

Last reply by TyDraniu 1 inyanga edlule