Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

What happened to the Exit option?

  • 2 respostas
  • 2 têm este problema
  • 1 exibição
  • Última resposta de 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.

Todas as respostas (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.