On Monday September 25th from 10PM EDT - 12AM EDT (2AM UTC - 4AM UTC on September 26th), we will be performing system maintenance on the Firefox Accounts databases for two hours. During the maintenance window, there will be brief periods of a few minutes where users will not be able to login to their accounts. Please try again at a later time.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

firefox switching to tab with login prompt everytime on startup

  • 5 odpovedí
  • 0 má tento problém
  • 134 zobrazení
  • Posledná odpoveď od kushagraR

more options

everytime I open firefox, it automatically switches tabs like these which require authentication to log in. even though their password is saved, I am still required to click in sign-in button.

Its really annoying that these kind of tabs get opened automatically, and then I have to switch back. Is there a way to disable this autoswitch or better, let the authentication happen automatically since the password is already stored ?

everytime I open firefox, it automatically switches tabs like these which require authentication to log in. even though their password is saved, I am still required to click in sign-in button. Its really annoying that these kind of tabs get opened automatically, and then I have to switch back. Is there a way to disable this autoswitch or better, let the authentication happen automatically since the password is already stored ?
Priložené obrázky

Vybrané riešenie

Firefox comes with two on_demand prefs that determine the behavior on startup. By default pinned tabs are always restored and normal tabs are restored on demand, i.e. if you select them. You can set both prefs to true to open all tabs only when you select them. This also makes startup faster if you have a lot of pinned tabs.

  • browser.sessionstore.restore_on_demand = true
  • browser.sessionstore.restore_pinned_tabs_on_demand = true

You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

Čítať túto odpoveď v kontexte 👍 2

Všetky odpovede (5)

more options

That's not from firefox. You need to change it back to default firefox install page or set a homepage that isn't a login.

more options

yes, this seems to a specific type of dropdown login box which some sites ask before being allowed access to it. I normally see in login pages of routers and here for transmission as well which is running from a different server ( see image attached below ).

Whenver firefox is launched, it loads and focuses the last tab which was active before being closed last time. Then almost second later focus is switched from that tab to this old tab which requires authentication. which should not be desired behaviour imo

pls note that homepage is set to firefox default

more options

That is coming from your tabs to the site your having it open when you open firefox browser. Either you set to save AutoSave Login or you don't open that til your Browser up and running. Or Bookmark it to open your ready.

more options

Vybrané riešenie

Firefox comes with two on_demand prefs that determine the behavior on startup. By default pinned tabs are always restored and normal tabs are restored on demand, i.e. if you select them. You can set both prefs to true to open all tabs only when you select them. This also makes startup faster if you have a lot of pinned tabs.

  • browser.sessionstore.restore_on_demand = true
  • browser.sessionstore.restore_pinned_tabs_on_demand = true

You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

Upravil(a) cor-el dňa

more options

thanks this worked, above tab was infact a pinned tab so it was loading automatically at launch.

> browser.sessionstore.restore_pinned_tabs_on_demand = true

this did the trick