mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 09:22:04 -08:00
Remove privacy.clearOnShutdown config #69
This commit is contained in:
parent
74d016e9a9
commit
cc01ab2088
1 changed files with 2 additions and 19 deletions
|
|
@ -344,25 +344,8 @@ defaultPref("browser.sessionstore.privacy_level", 2);
|
|||
// Bookmark bar
|
||||
defaultPref("browser.toolbars.bookmarks.visibility", "never");
|
||||
|
||||
// Sanitize (from the SanitizeOnShutdown pref)
|
||||
// https://searchfox.org/mozilla-central/source/browser/components/enterprisepolicies/Policies.sys.mjs#2088
|
||||
defaultPref("privacy.clearOnShutdown.cache", true);
|
||||
defaultPref("privacy.clearOnShutdown.cookies", true);
|
||||
defaultPref("privacy.clearOnShutdown.downloads", true);
|
||||
defaultPref("privacy.clearOnShutdown.formdata", true); // Form & Search History
|
||||
defaultPref("privacy.clearOnShutdown.history", true); // Browsing & Download History
|
||||
defaultPref("privacy.clearOnShutdown.offlineApps", true);
|
||||
defaultPref("privacy.clearOnShutdown.openWindows", true); // Opened windows will not be restored
|
||||
defaultPref("privacy.clearOnShutdown.sessions", true); // Active Logins
|
||||
defaultPref("privacy.clearOnShutdown.siteSettings", true); // Site Preference
|
||||
|
||||
// v2
|
||||
defaultPref("privacy.clearOnShutdown_v2.cache", true);
|
||||
defaultPref("privacy.clearOnShutdown_v2.cookiesAndStorage", true);
|
||||
defaultPref("privacy.clearOnShutdown_v2.historyFormDataAndDownloads", true);
|
||||
defaultPref("privacy.clearOnShutdown_v2.siteSettings", true);
|
||||
|
||||
defaultPref("privacy.sanitize.sanitizeOnShutdown", true);
|
||||
// Do not reopen windows on startup
|
||||
defaultPref("privacy.clearOnShutdown.openWindows", true);
|
||||
|
||||
// Clipboard
|
||||
defaultPref("dom.event.clipboardevents.enabled", false); // disable user triggered clipboard access
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue