• Gelöst
  • Archiviert

Firefox 101.1 Says "SSL_ERROR_BAD_CERT_DOMAIN"

Getting error SSL_ERROR_BAD_CERT_DOMAIN on all my sites that are signed with a SSL Cert from my internal CA since updating past version 99 This appears to be a bug star… (Lesen Sie mehr)

Getting error SSL_ERROR_BAD_CERT_DOMAIN on all my sites that are signed with a SSL Cert from my internal CA since updating past version 99

This appears to be a bug starting after Firefox version 99 on Windows because after i upgraded to Firefox version 100 i started getting this on all my SSL Certs from my CA and they worked fine prior to the update. Can anyone confirm if something changed after version 100 that is causing this?

Thank you.

Gefragt von rpmurph83 vor 1 Jahr

Beantwortet von TyDraniu vor 1 Jahr

  • Gelöst
  • Archiviert

Lost Tabs Please Help!

Please help, I just screwed up so bad I accidentally pressed the red "close" button on Firefox on my Mac instead of the yellow "minimise" button and lost a bunch of tabs … (Lesen Sie mehr)

Please help, I just screwed up so bad I accidentally pressed the red "close" button on Firefox on my Mac instead of the yellow "minimise" button and lost a bunch of tabs I need (they were from a while back so not in history)

There is no option to "restore previous session" or "reopen tabs" is there any way whatsoever to recover my lost tabs I am freaking out big time there was some really important stuff in there that I hadn't bookmarked yet like an absolute IDIOT!!! My session had stayed active through computer being shut down and restarted and Firefox updates but pressing the red "close" button has seemingly nuked it. Is there a way to go into folders and find the tabs? Anything please help :(

Any help appreciated, I'm desperate.

Gefragt von stickybeak7 vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

Secure Connection Failed - PR_END_OF_FILE_ERROR

Immediately on update to 96.0 this afternoon, multiple sites failed to load - Google(Maps, News etc), Yahoo, Flightradar24 etc - others partially loaded - then sat there … (Lesen Sie mehr)

Immediately on update to 96.0 this afternoon, multiple sites failed to load - Google(Maps, News etc), Yahoo, Flightradar24 etc - others partially loaded - then sat there blank. Explanation of errors is NOT clear -

Is it possible to revert to previous version? Everything seems to work fine when using EDGE!

Gefragt von randb08 vor 1 Jahr

Beantwortet von FredMcD vor 1 Jahr

  • Archiviert

Application error: a client-side exception has occurred (see the browser console for more information).

A website I use frequently has recently been causing error; "Application error: a client-side exception has occurred (see the browser console for more information)." to s… (Lesen Sie mehr)

A website I use frequently has recently been causing error; "Application error: a client-side exception has occurred (see the browser console for more information)." to show up when I visit some of their pages but not all.

Example: https://www.guitarcenter.com/Used/Ibanez/RG5121-Prestige-Solid-Body-Electric-Guitar.gc

The page begins to load and then presents this error. Any help would be appreciated.

Gefragt von jtr11 vor 1 Jahr

Letzte Antwort von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Open ALL FF tabs on one sync'd computer to another sync'd computer

This "half-answer" summarizes my frustration. FWIW, both computers are late-model MacBook Pro - call them Mac1 and Mac2. Both have Sync set up. I have about 40 tabs open … (Lesen Sie mehr)

This "half-answer" summarizes my frustration. FWIW, both computers are late-model MacBook Pro - call them Mac1 and Mac2. Both have Sync set up. I have about 40 tabs open in 3 FF windows on Mac1. I need to open all 40 tabs (which can all be in one window if that's easier) on Mac2.

On Mac 2, I can see the list of open tabs from Mac1 when I click the account name (after clicking the "hamburger patties"). If I click on one of them, that tab is opened on the current tab... terrific - BUT, I don't want to repeat this 40 times!!

Is there no way to select ALL tabs, or export all open tabs to a file - or something that makes a little more sense than repeating a task 40 times?

Gefragt von tmp003 vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

XULRunner: Error: Platform version '95.0.1' is not compatible with minVersion >= 95.0 maxVersion <= 95.0

Hello. I have two profiles, for separating work and personal tabs/bookmarks/etc. I wanted to update Firefox from 95.0 to 95.0.1 but in both profiles I saw "Firefox is be… (Lesen Sie mehr)

Hello.

I have two profiles, for separating work and personal tabs/bookmarks/etc. I wanted to update Firefox from 95.0 to 95.0.1 but in both profiles I saw "Firefox is being updated by another instance" in the About Firefox dialog when both were running. So I closed one of them and the other offered me the usual button to update immediately. I did it, restarted that Firefox instance/profile, which restarted normally, but now the second one does not open. Instead, I get the error transcribed above in the subject (see attached screenshot).

So my question is: please, how do I regain access to my second profile without losing that profile's data?

Gefragt von a.r vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

userChrome.css not working

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozill… (Lesen Sie mehr)

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozilla.org/t/make-addressbar-text-extension-name-of-the-extension-shorter-or-hide/28026/3

The instructions I followed are listed below:

"Users can apply custom style rules to modify Firefox’s toolbar area by creating a userChrome.css file. This takes about 10 minutes so when you have time to take it slowly and carefully:

(1) Set up your chrome folder and userChrome.css file following the five six steps in this article:

https://www.userchrome.org/how-create-userchrome-css.html 45

I have a boring video there if you like demonstrations.

(2) This is the code to paste into the file. You can edit the file using Notepad or a better editor. Make sure to keep it in a plain text format with a .css file extension (not .css.txt).

See improved rule down in: Make addressbar text "Extension (Name Of The Extension)" shorter or hide

/*
   Hide Extension Name in the identity area unless
   hovered for half a second (updated for Fx80)
*/
#identity-box.extensionPage #identity-icon-labels,
#identity-box.extensionPage #identity-icon-label {
  visibility: collapse !important;
  transition: visibility 250ms ease-in-out;
}
#identity-box.extensionPage:hover #identity-icon-labels,
#identity-box.extensionPage:hover #identity-icon-label {
  visibility: visible !important;
  transition: visibility 250ms ease-in-out 500ms;
}

(3) Firefox should read the file at its next startup and apply it to every extension page you load."

Edit: So, yeah, I need help getting this tag off. I'm new to Firefox so it could be something obvious I'm missing. I have also tried CTRL+SHIFT+R to reload the page for changes and also closed and reopened my Firefox entirely.

Thanks in advance.

Gefragt von MaxwellQ vor 2 Jahren

Beantwortet von Wesley Branton vor 2 Jahren

  • Gelöst
  • Archiviert

account and password from logins.json file

Hello, I have folder with old Firefox data, I need Google account name and password, mostly name. How can i decrypt the name from file logins.json or how can I import it … (Lesen Sie mehr)

Hello, I have folder with old Firefox data, I need Google account name and password, mostly name. How can i decrypt the name from file logins.json or how can I import it to my current Firefox profile? In properties of passwords in Firefox I don't have option to import from file, I don't know how to find option that will let me do it.

Gefragt von sawicka.katarzyna91 vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Prevent websites from opening new tabs

I just reinstalled my operative system, and with that my Firefox settings got reset. I know there is an entry in about:config to prevent ads from opening new tabs and pop… (Lesen Sie mehr)

I just reinstalled my operative system, and with that my Firefox settings got reset. I know there is an entry in about:config to prevent ads from opening new tabs and pop ups without authorization, even from legit websites like the login pop-up windows when doing a sign in in Google, in those cases to allow the windows it's needed to click on the lock icon next to the URL bar and allow it from there. The problem is that I don't remember the name of that setting and I have spend an hour looking for it on Google.

Gefragt von ttfh3500 vor 1 Jahr

Beantwortet von ttfh3500 vor 1 Jahr

  • Gelöst
  • Archiviert

Hide Tab bar if there is only one tab

Hello! I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows): tab:only-of-type, tab:only-of-type + #tabs-newtab-button { … (Lesen Sie mehr)

Hello!

I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows):

tab:only-of-type, tab:only-of-type + #tabs-newtab-button {

   display: none !important;

}

#tabbrowser-tabs, #tabbrowser-arrowscrollbox, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
   min-height: 0 !important;

}

Since one of the recent Firefox updates, this code does no longer work. Maybe because there is a new element in the tab bar: A drop-down list at the right.

Any idea how to make the above code work again?

Peter

Gefragt von peter596 vor 11 Monaten

Beantwortet von cor-el vor 7 Monaten

  • Gelöst
  • Archiviert

XULRunner Error: Could not determine any profile running in backgroundtask mode!

I recently installed new pc with fresh Firefox Developer Edition. Then I transfered the profile folder from old pc to the new pc. All bookmarks, addons, etc is there. Jus… (Lesen Sie mehr)

I recently installed new pc with fresh Firefox Developer Edition. Then I transfered the profile folder from old pc to the new pc. All bookmarks, addons, etc is there. Just the XULRunner popup appears only on the new pc. I uninstalled firefox on the new pc again and reinstalled it with profile cleaning. After profile cleaning firefox got faster and addons got removed. But the XULRunner popup keeps appearing. When I go to taskscheduler and trigger the "Firefox Developer Edition Background Update CA9422711AE1A81C" again, the XULRunner popup appears. Removing this taskscheduler and Firefox keeps readding it and the XULRunner popup are back. Any idea how I can get rid of the XULRunner popup?

Gefragt von simonbergi9 vor 10 Monaten

Beantwortet von simonbergi9 vor 10 Monaten

  • Gelöst
  • Archiviert

Left Swipe/Previous Page - Can I disable?

I find when I am browsing on Firefox and swipe down on my Macbook trackpad, the browser often interprets even a slightly leftward slant as a command to go back a page. I… (Lesen Sie mehr)

I find when I am browsing on Firefox and swipe down on my Macbook trackpad, the browser often interprets even a slightly leftward slant as a command to go back a page. Is there a way to disable the swipe left/previous page function or to make it less sensitive?

Firefox 94.0.2 on Macbook Air 13-inch Early 2015 with MacOS 11.6.1

Thanks!

Gefragt von doug.earl.mail vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

How to stop firefox from forcing a new tab for "new" web pages?

Apologies if this is a bit limited, during typing it I ran into the issue I'm about to describe which navigated me away from this page and lost all the progress of my pos… (Lesen Sie mehr)

Apologies if this is a bit limited, during typing it I ran into the issue I'm about to describe which navigated me away from this page and lost all the progress of my post as I was wrapping up :')

The issue I'm having right now is Firefox forcibly opening pages it thinks are a new site in new tabs, despite the site itself not requesting new tabs or windows. Specifically this is happening with sites between different "iterations" of itself while still being the same and having fully integrated layouts and UI.

For example: Most pages on the site have an update "https://www1" prefix, but some pages have the old "https://" only. Firefox keeps opening new tabs when navigating between these different pages despite them being the same website. I know the pages themselves are not sending new tab requests because this doesn't happen in Chrome.

So far, my "solution" has been to go through about:config to adjust the browser.link.open_newwindow value to 1 instead of 3, which forces all links to stay within the same window. This unfortunately causes a whole host of other issues though.

Because its an override, it also means any links opened from an external program (like discord) forcibly open in the last active tab, navigating away from the page. This is obnoxious and annoying in and of itself because it means to save the tabs I already have open I need to manually open a new tab in FF before clicking any link, which I never remember to do. (Goodbye post progress (': )

If that weren't bad enough, when trying to hit the back button to get to the previous page FF ends up in some sort of weird redirection loop "between" pages, where the last page will disappear but FF won't navigate to the link it was trying to open either, so its just a blank infinitely loading page with the URL of the link that was opened. The only way to stop this from happening is to navigate back 2 pages, losing the current page, before it starts the redirect loop. If the loop starts before this happens, the tab locks up and needs to be hard-refreshed with f5 or completely closed due to the weird lag it causes.

Literally all I want Firefox to do here is not assume a new tab needs to be opened just because the URL "seems" different to it. Is there ANY way to get this behavior?

Gefragt von 7 vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

How, or can, I stop the download manager from opening up automatically?

I'm a little surprised they've taken away the option of choice when it comes to downloading files. But what's most annoying, is the manager opens u and drops down blockin… (Lesen Sie mehr)

I'm a little surprised they've taken away the option of choice when it comes to downloading files. But what's most annoying, is the manager opens u and drops down blocking my view of the page, much less that it makes ms stop and think about what I am about to download.

I do not understand the purpose of this. The old way was safer, cleaner and less annoying. How can, or am I able to get that "choice" back?

When searching for a fix I have seen that that there is/was a similar feature in the Edge browser but it can be undone. I feel Firefox users deserve that option.

Thank you.

Thank you.

Gefragt von springheel vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Remove Search function in Address Bar

Hello. After reading numerous posts addressing similar issues & having no success, I've decided to post a question of my own. I am running the current version of fire… (Lesen Sie mehr)

Hello. After reading numerous posts addressing similar issues & having no success, I've decided to post a question of my own. I am running the current version of firefox, 94.0.2. I use the Search Bar religiously for searches to sites like google, wikipedia, youtube, amazon, and ebay. I NEVER use the address bar for searches. I have attempted to disable all functionality associated with searching via the address bar. When I go to the address bar, it is because I have a specifc url I know I want to type with a specific destination in mind. Occasionally, I have a need to just go to the home page of one of my search sites, most often it's amazon.com. Recently (not sure which version of firefox) I've found when I go to the Address Bar & type amazon.com, I cannot just go to amazon.com, instead the address bar turns into a search bar. How do I disable this? Its driving me mad! I swear I've disabled every option I can within about:config related to urlb. Please Help. I don't want to switch to Chrome, but I'm tired of my settings getting messed up every time mozilla pushes a new version.

Gefragt von andrewpatricksmith vor 1 Jahr

Beantwortet von andrewpatricksmith vor 1 Jahr

  • Gelöst
  • Archiviert

Spell Check

British English Spell Check as you type is no longer reliable, sometimes it works but most times it doesn't. Can't seem to get to the bottom of the problem, all settings… (Lesen Sie mehr)

British English Spell Check as you type is no longer reliable, sometimes it works but most times it doesn't. Can't seem to get to the bottom of the problem, all settings are correct but still doesn't work properly.

Gefragt von Diddy_Pickle_Wicks vor 2 Jahren

Beantwortet von cor-el vor 2 Jahren

  • Archiviert

Firefox downloading 0 byte htm files moz-safe-about resources

I was watching anime today on some site and my firefox was downloading many files without my knowledge into my download folder. I'm worried that it can be some viruses? T… (Lesen Sie mehr)

I was watching anime today on some site and my firefox was downloading many files without my knowledge into my download folder. I'm worried that it can be some viruses? This is a screenshoot. Should i be worried? Thank you for help.

Gefragt von t.martynik vor 1 Jahr

Letzte Antwort von bkilinc vor 11 Monaten