搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

firefox switching to tab with login prompt everytime on startup

  • 3 个回答
  • 0 人有此问题
  • 203 次查看
  • 最后回复者为 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 ?
已附加屏幕截图

被采纳的解决方案

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.

定位到答案原位置 👍 2

所有回复 (3)

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

选择的解决方案

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.

由cor-el于修改

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