Viser spørsmål tagget med: Vis alle spørsmål
  • Låst
  • Arkivert

how to download and install an older version of Firefox

I currently am running FF vers. 109.0.1 64 bit on Win 10 pro. I don't like what I've been reading about the latest update, my machines are old and I'm not ready to upgra… (les mer)

I currently am running FF vers. 109.0.1 64 bit on Win 10 pro. I don't like what I've been reading about the latest update, my machines are old and I'm not ready to upgrade so I don't want an even more overloaded/uses up more CPU, etc., version of Firefox. I don't have complex needs in a browser, so some of the "upgrades" haven't been useful for me or have made using FF more difficult.

  I found a list of what I guess are older versions but no information was provided on how to choose a version of say v. 110, to make sure it's the right one for my laptop and/desktop (or the one that will work w/the fewest problems) that it's in English, etc.   
  My impression is that FF is mostly worked on by people who have a variety of needs & interests so increasing sophistication is what they want and that's fine, I'd like to keep using FF w/my current machines, w/as simple a version ,ie., useful for an unsophisticated user.    Is that possible?    If so, I'd like to upgrade to 110 64 bit or perhaps 111 64 bit unless either or both had huge security holes, etc and many users found they weren't very functional.   I do have security software.

Asked by azure7 8 måneder siden

Last reply by azure7 6 måneder siden

  • Løst
  • Arkivert

The last firefox update ruined my firefox browser

Ever since Firefox updated today I've been unable to use the browser. It takes at least 5 minutes or more minutes to load, I can't manually log into any websites until th… (les mer)

Ever since Firefox updated today I've been unable to use the browser. It takes at least 5 minutes or more minutes to load, I can't manually log into any websites until the speeddial finally loads, and the speeddial addon refuses to come up for at least 5 minutes, I can't log into Dropbox even with the speeddial up and running because the capcha won't popup...and on and on.

What in the world has been done to it? I'm using another browser just to contact support.

Asked by joyce.greer2 1 år siden

Answered by jonzn4SUSE 1 år siden

  • Løst
  • Arkivert

why did firefox suddenly start asking for primary password after update?

I have never used a primary/master password. I updated to 109.0.1 on a computer that had not been used for a few weeks. I do NOT sync FF on any computer. "Use Primary … (les mer)

I have never used a primary/master password. I updated to 109.0.1 on a computer that had not been used for a few weeks. I do NOT sync FF on any computer. "Use Primary Password" is NOW checked on this 2nd computer. (never used or needed before) In order to try to change this, I was required to enter my password. When I enter the password I use to access mozilla support (the only FF password I have ever had), nothing happens and I do not get any options, i.e., forgot password. I have never been requested to enter a password on any computer (to access FF; only to reach mozilla support.) On my primary computer, "Use Primary Password" is not checked, as it should not be. Thanks in advance.

Asked by LSR 1 år siden

Answered by cor-el 1 år siden

  • Løst
  • Arkivert

Firefox saves files that I only wanted to open

Firefox saves files that I only wanted to open with another application. I checked the previous solutions in the forum, but they did not work for me. (Windows 11) I ch… (les mer)

Firefox saves files that I only wanted to open with another application.

I checked the previous solutions in the forum, but they did not work for me. (Windows 11) I changed in system> general > download , applications > the app to open that file type and it works, but besides this Firefox keeps saving the files in the default download folder.

I tried also about:config browser.download.improvements_to_download_panel to false. browser.download.start_downloads_in_tmp_dir change to true No change - still saving copies.

Asked by gsm600 1 år siden

Answered by cor-el 1 år siden

  • Løst
  • Arkivert

Sync is not appearing in settings

I don't know why but sync button is not appearing in my Firefox settings (image attached). I guess it's because something I've done in settings that has cause this to dis… (les mer)

I don't know why but sync button is not appearing in my Firefox settings (image attached). I guess it's because something I've done in settings that has cause this to disappear. Can you help me? Thanks!!

Asked by wherewell 1 år siden

Answered by TyDraniu 1 år siden

  • Løst
  • Arkivert

Random website popping up while using Firefox.

When browsing in some websites such as "facebook.com", "mozilla.org", "lenovo.com", I sometimes get a popup to this link, but I don't have any kind of extension that coul… (les mer)

When browsing in some websites such as "facebook.com", "mozilla.org", "lenovo.com", I sometimes get a popup to this link, but I don't have any kind of extension that could be causing that I think. What would be a way to troubleshoot this so that I can prevent that from happening? It's really annoying and the site also seems really sketchy.

Asked by NotReallyEight 1 år siden

Answered by jonzn4SUSE 1 år siden

  • Løst
  • Arkivert

Choose where bookmarks saved

Win 7 64 bit. 109.0.1 (64-bit) I have two admin user accounts. On number two when I bookmark a page it automatically puts a folder on the toolbar. in number one it put… (les mer)

Win 7 64 bit. 109.0.1 (64-bit) I have two admin user accounts. On number two when I bookmark a page it automatically puts a folder on the toolbar.

in number one it puts in the bookmark pull down [where you click Bookmarks from the menu bar] and I can create a folder on the toolbar if I want. I want.

I do not want all boomarks to be on the toolbar but want the toolbar shown as i want to be able to add a folder

Asked by GardenSurfer 11 måneder siden

Answered by cor-el 11 måneder siden

  • Løst
  • Arkivert

False https-requests?

Hello, Not sure exactly where the problem lies with this one. We have a local UrBackup server running, exposing its http-only web interface on http://hostname.local.domai… (les mer)

Hello, Not sure exactly where the problem lies with this one. We have a local UrBackup server running, exposing its http-only web interface on http://hostname.local.domain:55414.

I can no longer browse to this address, Firefox responds with

Secure connection failed and the error code SSL_ERROR_RX_RECORD_TOO_LONG

Looking at the GET request, the scheme is set to https and there is only one request, no redirect.

I can however access the site fine by IP, http://192.168.x.x:55414, AND, by using hostname only, http://hostname:55414, letting Windows fill in our DNS suffix as the network is in an Active Directory domain.

I also have a local Apache server running on my machine, only listening on http on standard port 80. Accessing http://localhost is fine, accessing http://myhostname is fine, but accessing http://myhostname.local.domain again causes FF to switch to an https-request.

What makes me confused is that this behaviour is consistent across browsers, Edge, Chrome, Android on my mobile...

Using Bitdefender for AV/FW, disabling it makes no change.

Tried downloading an older version of Firefox (89) and it does NOT show the same behaviour, URLs load as plain http.

Finally, I tried to add test.subdomain.com as a zone in our DNS and add an A record for the IP of the UrBackup-server, and voila, Firefox requests that site as http without complaining!?

Has the global browser market collectively decided that non TLD:s can no longer be accessed using http, or am I overlooking something obvious?

Best regards Alexander

EDIT: I originally included "false HSTS-requests" in the subject, before realizing that this came from FF redirecting to 443 on my local machine, which has a docker instance listening on that port but using a cert for our public domain, not our local one.

Asked by alexander76 1 år siden

Answered by cor-el 1 år siden

  • Løst
  • Arkivert

copy 2 folders from Desktop "Bookmark Toolbar" to another PC?

My wife has a desktop and a laptop. She wants to move 2 or 3 folders only, not the whole thing, nor merge ALL the bookmarks. Lets say 2 of the bookmark folders are cal… (les mer)

My wife has a desktop and a laptop. She wants to move 2 or 3 folders only, not the whole thing, nor merge ALL the bookmarks. Lets say 2 of the bookmark folders are called "Eyes" and Birds. She wants to copy those 2 folders, with their links inside the folder from her desktop FIREFOX and want to add them to her laptop FIREFOX Bookmarks Toolbar. Add them, not replace any of the bookmarks on the laptop, not overwrite anything else. How do I copy a folder from one FIREFOX running computer and put it on a USB drive to then ADD to the Bookmarks Toolbar on her laptop? I can right click and choose COPY but then when I try to "paste" the "paste" is greyed out.

Asked by Vernon Jenewein 1 år siden

Answered by Terry 1 år siden

  • Løst

Lost tabs

I lost my tabs. Firefox has been opened and closed several times after losing tabs. I went here https://www.jeffersonscher.com/ffu/scrounger.html. I was able to find the … (les mer)

I lost my tabs. Firefox has been opened and closed several times after losing tabs. I went here https://www.jeffersonscher.com/ffu/scrounger.html. I was able to find the file containing my lost tabs, it is sessionstore(1706800631216_9931f324-5558-4488-a36c-a5b3cb9e8c54_event_jsonlz4).json What do I do with this file now? Thank you.

Asked by WW13 1 måned siden

Answered by cor-el 1 måned siden

  • Løst
  • Arkivert

Changing primary password does not rewrite logins.json?

When changing the primary password I would expect the logins.json file being rewritten with new pairs of encryptedUsername and encryptedPassword (now encrypted based on a… (les mer)

When changing the primary password I would expect the logins.json file being rewritten with new pairs of encryptedUsername and encryptedPassword (now encrypted based on a new primary password). But this is obviously not the case. But maybe I just didn't understand the way this works?

Asked by thefirefox 1 år siden

Answered by cor-el 1 år siden

  • Løst
  • Arkivert

Google Fi Microphone Permissions

Hi, I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from t… (les mer)

Hi,

I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from the Firefox dropdown prompt and I cannot find how to get it back.

When I click the dropdown menu, I see no options to enable or disable permissions. I also do not see anything listed in the Security settings of the browser. When I check the google fi settings, I see it complaining about denied permissions though.

I've attached screenshots. Does anyone know where I can revoke the blocked permissions?

Thanks,

Asked by seankdavis24 1 år siden

Answered by cor-el 1 år siden

  • Låst
  • Arkivert

Make firefox my default browser permanently. Windows10 changes it back when rebooted.

Every time I start the computer or reboot and open firefox I discover that it isn't the default browser, as reported in the firefox settings menu. I then go to Defaults … (les mer)

Every time I start the computer or reboot and open firefox I discover that it isn't the default browser, as reported in the firefox settings menu. I then go to Defaults apps in control pannel settings and set Firefox as the default which sets the default to satisfy the setting menu which then reports that firefox is now the default browser. The next time I turn on the machine or reboot and check the settings menu I discover that firefox is not the default web browser. How do I set firefox as the default browser permanently so that I won't have to do this each time I start the computer? Thank You.

Asked by bt.linder 1 år siden

Last reply by jscher2000 - Support Volunteer 1 år siden

  • Løst
  • Arkivert

New Comment Popup

How can I turn off the new Facebook Comment popup? I want to use the old version where the comments are listed under the original pots not in a seperate narrow popup win… (les mer)

How can I turn off the new Facebook Comment popup? I want to use the old version where the comments are listed under the original pots not in a seperate narrow popup window.

Asked by 1artworkz 1 år siden

Answered by 1artworkz 1 år siden

  • Løst
  • Arkivert

Theme creation question

I've been making my own Firefox theme using the Firefox Color extension. I uploaded an image but I can't figure out how to show the image on the new tab screen. Setting t… (les mer)

I've been making my own Firefox theme using the Firefox Color extension. I uploaded an image but I can't figure out how to show the image on the new tab screen. Setting the new tab page color to transparent only makes everything white. I know the image is uploaded correctly because I can see some of it in the toolbar and tab list. Is it possible to show the image on the new tab page?

Asked by Peter Schachte 1 år siden

Answered by cor-el 1 år siden

  • Løst
  • Arkivert

Extensions missing from customise toolbar menu

After having to refresh Firefox, all extensions are missing from my toolbar. They're still installed and function but some require tweaking options on a per page basis an… (les mer)

After having to refresh Firefox, all extensions are missing from my toolbar. They're still installed and function but some require tweaking options on a per page basis and it's a hassle to have to work through multiple menus when they should just be a click away. From other answers, it seems like the extenstions should be in the customise toolbar page but only the standard options are there. I've tried disabling and enabling them, as well as removing and adding them again already with no results.

How do I either get them back to the toolbar or the customise page so I can add them myself?

Asked by theforbidnone 1 år siden

Answered by TyDraniu 1 år siden

  • Løst
  • Arkivert

How can I revert to a prior version of Fire

I am very unhappy after 2 weeks using the current version of Firefox 109.0.1.8427 on Win 10. Most of my prior add-ons are gone or do not work, even though Firefox shows … (les mer)

I am very unhappy after 2 weeks using the current version of Firefox 109.0.1.8427 on Win 10. Most of my prior add-ons are gone or do not work, even though Firefox shows them as installed.

I can't live with this version; most of my prior add-ons are not accessible (no symbols to click on even though Firefox says they are installed). The others are missing or require me to access the application menu plus several more clicks, instead of single-clicking an icon on the Firefox header.

How can I get back to the prior version (without having to determine and save/restore everything else that changed in my Win 10 sysres since the current Firefox was installed)?

Asked by car-nuts 1 år siden

Answered by car-nuts 1 år siden

  • Løst
  • Arkivert

Firefox Bookmarks

I cleared cache, junk, and history from my computer, and now I have no bookmarks on Firefox, and when I bring up the restore option it give me several options but not boo… (les mer)

I cleared cache, junk, and history from my computer, and now I have no bookmarks on Firefox, and when I bring up the restore option it give me several options but not bookmarks. Can someone please help me to restore them. Thanks

Asked by SPete 1 år siden

Answered by cor-el 1 år siden

  • Låst
  • Arkivert

After downloading latest Firefox, restored bookmarks, but all are still missing.

bold textAfter downloading latest version of Firefox, lost all bookmarks. Followed instructions on restoring, window showed all restored, but all are still missing. … (les mer)

bold textAfter downloading latest version of Firefox, lost all bookmarks. Followed instructions on restoring, window showed all restored, but all are still missing.

Asked by Przybyro 1 år siden

Last reply by Paul 1 år siden

  • Løst
  • Arkivert

Google Apps UI Absent

Hi, I've been trying to transfer from Chrome to Firefox but have been experiencing a graphical error with primarily the toolbar in Google Docs. The places where icons sho… (les mer)

Hi, I've been trying to transfer from Chrome to Firefox but have been experiencing a graphical error with primarily the toolbar in Google Docs. The places where icons should be denoting what each button does are empty - I do not have any extensions, plugins, or themes installed that would be causing this. I did install the Dark Reader extension to see if it would show icons when using it, which it did not. It actually is not exclusive to the toolbar, as drop-down menus that would normally have icons do not either. I tested in both Microsoft Edge and Chrome and this issue does not arise on either.

While Docs has been the primary issue, it persists across all Google Drive apps (Sheets, Slides, Drawings, and more). My version of Firefox is up to date and I am on an HP laptop running Windows 10. If anyone is able to help diagnose the issue at hand or direct me to another support thread where this issue has been resolved, it would be highly appreciated. Thank you so much!

Asked by Anya Elise 1 år siden

Answered by TyDraniu 1 år siden