搜索 | 用户支持

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

详细了解

What happened to the Exit option?

  • 2 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

In the previous version, I could pull down the Firefox bar and click Exit. That closed Firefox, and any later relaunch required the master password to access my memorized passwords,.

In the new version, I tried pulling down the 3-bar Menu button on the right-side of the Navigation Bar, and clicking on the Exit icon. That does not trigger a complete "exit." When I re-launch, all of my memorized passwords are still available, without the entry of the master password.

This is a security problem. I cant use Firefox if I can't protect my passwords.

In the previous version, I could pull down the Firefox bar and click Exit. That closed Firefox, and any later relaunch required the master password to access my memorized passwords,. In the new version, I tried pulling down the 3-bar Menu button on the right-side of the Navigation Bar, and clicking on the Exit icon. That does not trigger a complete "exit." When I re-launch, all of my memorized passwords are still available, without the entry of the master password. This is a security problem. I cant use Firefox if I can't protect my passwords.

所有回复 (2)

more options

Settings for privacy, browsing history and do-not-track

  1. Click the ≡ Menu Button and choose Options.
  2. Click the Privacy icon.
  3. Select "Firefox will: Use custom settings for history".
  4. Check the "Clear history when Firefox closes" box.
  5. Click the Settings button.
  6. Check "Active Logins" and uncheck everything you don't want to clear.
more options

Details like websites remembering you (log you in automatically) are stored in a cookie.

Are you reopening those pages automatically via "Show my windows and tabs from last time"?

If that is the case then it is likely that the involved cookies are stored as part of the session data stored in the sessionstore.js file.

You can let the cookies expire when you close Firefox, but that only works if you log out before closing Firefox.

You can set the browser.sessionstore.privacy_level pref to 2 (never) or 1 (non-HTTPS) on the about:config page to disable saving cookies via session restore in the sessionstore.js file.

The browser.sessionstore.privacy_level_deferred pref is used when you do not reopen the previous session automatically via "Show my windows and tabs from last time" and uses the same values.