Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Prevent Firefox from saving page navigation history (and POST data) of closed tabs

  • 3 antwoorden
  • 1 heeft dit probleem
  • 2 weergaven
  • Laatste antwoord van cor-el

more options

Some websites (even HTTPS websites) send my password through a POST request. Even after I log out and close the tab, by reopening the tab and going back to resend the POST request, one can easily log in again into my account. I think that is insecure. How do I prevent that?

Some websites (even HTTPS websites) send my password through a POST request. Even after I log out and close the tab, by reopening the tab and going back to resend the POST request, one can easily log in again into my account. I think that is insecure. How do I prevent that?

Alle antwoorden (3)

more options

See:


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.

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.

more options

Thanks for your reply, but I think you don't understand me. I want session restore to restore the open tabs and the sessions across browser sessions. But I want the browser to forget the session of a closed tab without me restarting the browser!

more options

You can (temporarily) set the browser.sessionstore.max_tabs_undo pref to 0 to clear the "Recently Closed Tabs" list.

If you want to re-use the "Recently Closed Tabs" feature (Undo Closed Tabs) then you can reset the browser.sessionstore.max_tabs_undo pref to the default value via the right-click context menu.