Upload files to "/"
This commit is contained in:
parent
54110d371e
commit
87edefc73d
13
user.js
13
user.js
|
@ -79,6 +79,8 @@ user_pref("browser.discovery.enabled", false);
|
|||
// -------------------------------------
|
||||
// Disable shopping experience [FF116+]
|
||||
user_pref("browser.shopping.experience2023.enabled", false); // [DEFAULT: false]
|
||||
user_pref("browser.shopping.experience2023.opted", 2);
|
||||
user_pref("browser.shopping.experience2023.active", false);
|
||||
//
|
||||
// TELEMETRY
|
||||
//
|
||||
|
@ -647,6 +649,15 @@ user_pref("privacy.cpd.cookies", true);
|
|||
user_pref("privacy.sanitize.timeSpan", 0);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// FPP (fingerprintingProtection)
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
// Enable FPP in PB mode [FF114+]
|
||||
// user_pref("privacy.fingerprintingProtection.pbmode", true); // [DEFAULT: true FF118+]
|
||||
// -------------------------------------
|
||||
// Set global FPP overrides [FF114+]
|
||||
// user_pref("privacy.fingerprintingProtection.overrides", "");
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// RFP (resistFingerprinting)
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
//
|
||||
|
@ -930,7 +941,7 @@ user_pref("privacy.donottrackheader.enabled", false);
|
|||
// Customize ETP settings
|
||||
// user_pref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5]
|
||||
// user_pref("privacy.fingerprintingProtection", true); // [FF114+] [ETP FF119+]
|
||||
// user_pref("privacy.partition.network_state.ocsp_cache", true);
|
||||
// user_pref("privacy.partition.network_state.ocsp_cache", true); // [DEFAULT: true FF123+]
|
||||
// user_pref("privacy.query_stripping.enabled", true); // [FF101+]
|
||||
user_pref("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");
|
||||
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault", true);
|
||||
|
|
Loading…
Reference in New Issue