allo- / ffprofile

A tool to create firefox profiles with personalized defaults.
GNU Affero General Public License v3.0
771 stars 56 forks source link

Sessionstore by site #156

Closed ajay-gh closed 1 year ago

ajay-gh commented 5 years ago

Setting recommended: browser.sessionstore.privacy_level = 2

Title: Do not store extra session data Description: This preference controls when to store extra information about a session including contents of forms, scrollbar positions, cookies, and POST data. Session data could be used for fingerprinting. Meaning of values: 0 = Store extra session data for any site. (Default starting with Firefox 4.) 1 = Store extra session data for unencrypted (non-HTTPS) sites only. (Default before Firefox 4.) 2 = Never store extra session data. Few secure sites do require session data (=0) to function properly.

See https://http://kb.mozillazine.org/Browser.sessionstore.privacy_level for more details.

mattia-b89 commented 1 year ago

related to: #264

allo- commented 1 year ago

This was implemented in eff9ab0ab9b37bab26c77b317057e6988702af28. For further discussion see #264