forked from poz/niksos
enough for now I think
This commit is contained in:
parent
bbffc11d5d
commit
35d6e75d94
1 changed files with 44 additions and 0 deletions
|
@ -271,6 +271,50 @@
|
|||
"privacy.clearOnShutdown.cookies" = true;
|
||||
"privacy.clearOnShutdown.offlineApps" = true;
|
||||
"privacy.clearsitedata.cache.enabled" = true;
|
||||
"privacy.cpd.cache" = true;
|
||||
"privacy.cpd.formdata" = true;
|
||||
"privacy.cpd.history" = true;
|
||||
"privacy.cpd.sessions" = true;
|
||||
"privacy.cpd.offlineApps" = true;
|
||||
"privacy.cpd.cookies" = true;
|
||||
"privacy.cpd.downloads" = true;
|
||||
"privacy.cpd.openWindows" = false;
|
||||
"privacy.cpd.passwords" = true;
|
||||
"privacy.cpd.siteSettings" = true;
|
||||
"privacy.sanitize.timeSpan" = 0;
|
||||
"privacy.resistFingerprint" = false;
|
||||
# we won't be installing extensions through mozilla's website I don't think
|
||||
"privacy.resistFingerprinting.block_mozAddonManager" = true;
|
||||
"privacy.resistFingerprinting.letterboxing" = true;
|
||||
"layout.css.font-visibility.resistFingerprinting" = 1;
|
||||
"browser.display.use_system_colors" = false;
|
||||
"widget.non-native-theme.enabled" = true;
|
||||
"browser.link.open_newwindow" = 3;
|
||||
"browser.link.open_newwindow.restriction" = 0;
|
||||
"webgl.disabled" = false;
|
||||
"signon.rememberSignons" = false;
|
||||
"permissions.memory_only" = true;
|
||||
"security.nocertdb" = true;
|
||||
"browser.chrome.site_icons" = true;
|
||||
"browser.session.max_tabs_undo" = 0;
|
||||
"browser.sessionstore.resume_from_crash" = true;
|
||||
"browser.urlbar.autoFill" = false;
|
||||
"places.history.enabled" = false;
|
||||
"extensions.formautofill.addresses.enabled" = false;
|
||||
"extensions.formautofill.creditCards.enabled" = false;
|
||||
"extensions.formautofill.heuristics.enabled" = false;
|
||||
"dom.popup_allowed_events" = "click dblclick mousedown pointerdown";
|
||||
"javascript.options.ion" = false;
|
||||
"javascript.options.baselinejit" = false;
|
||||
"javascript.options.jit_trustedprincipals" = true;
|
||||
"javascript.options.wasm" = false;
|
||||
"extensions.blocklist.enabled" = true;
|
||||
"network.http.referer.spoofSource" = false;
|
||||
"security.dialog_enable_delay" = 1000;
|
||||
"privacy.firstparty.isolate" = false;
|
||||
"extensions.webcompat.enable_shims" = true;
|
||||
"security.tls.version.enable-deprecated" = false;
|
||||
"extensions.webcompat-reporter.enabled" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue