Upload files to "config"
This commit is contained in:
parent
1f8b8be95a
commit
fe51454af3
|
@ -96,6 +96,8 @@ lockPref("browser.discovery.enabled", false);
|
|||
// -------------------------------------
|
||||
// Disable shopping experience [FF116+]
|
||||
defaultPref("browser.shopping.experience2023.enabled", false); // [DEFAULT: false]
|
||||
defaultPref("browser.shopping.experience2023.opted", 2);
|
||||
defaultPref("browser.shopping.experience2023.active", false);
|
||||
//
|
||||
// TELEMETRY
|
||||
//
|
||||
|
@ -664,6 +666,15 @@ defaultPref("privacy.cpd.cookies", true);
|
|||
lockPref("privacy.sanitize.timeSpan", 0);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// FPP (fingerprintingProtection)
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
// Enable FPP in PB mode [FF114+]
|
||||
// defaultPref("privacy.fingerprintingProtection.pbmode", true); // [DEFAULT: true FF118+]
|
||||
// -------------------------------------
|
||||
// Set global FPP overrides [FF114+]
|
||||
// defaultPref("privacy.fingerprintingProtection.overrides", "");
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// RFP (resistFingerprinting)
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
//
|
||||
|
@ -947,7 +958,7 @@ defaultPref("privacy.donottrackheader.enabled", false);
|
|||
// Customize ETP settings
|
||||
defaultPref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5 FF103+]
|
||||
// defaultPref("privacy.fingerprintingProtection", true); // [FF114+] [ETP FF119+]
|
||||
// lockPref("privacy.partition.network_state.ocsp_cache", true);
|
||||
// lockPref("privacy.partition.network_state.ocsp_cache", true); // [DEFAULT: true FF123+]
|
||||
// lockPref("privacy.query_stripping.enabled", true); // [FF101+]
|
||||
defaultPref("privacy.query_stripping.strip_list", "__hsfp __hssc __hstc __s _hsenc _openstat dclid fbclid gbraid gclid hsCtaTracking igshid mc_eid ml_subscriber ml_subscriber_hash msclkid oft_c oft_ck oft_d oft_id oft_ids oft_k oft_lk oft_sk oly_anon_id oly_enc_id rb_clickid s_cid twclid vero_conv vero_id wbraid wickedid yclid");
|
||||
// lockPref("network.http.referer.disallowCrossSiteRelaxingDefault", true);
|
||||
|
|
Loading…
Reference in New Issue