Update 'config/mozilla.cfg'

This commit is contained in:
Narsil 2022-09-13 22:05:19 +00:00
parent 8072a1de9b
commit 6c69d6b09d
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
// **********************************************************************************
// user.js | Firefox Mobian
// user.js | Firefox for Pinephone
// https://git.nixnet.services/Narsil/Pinephone.cfg
// **********************************************************************************
//
@ -7,7 +7,7 @@
//
// Based on : arkenfox : https://github.com/arkenfox/user.js
//
// License : https://git.nixnet.services/Narsil/Pinephone.cfg/raw/branch/master/LICENSE.txt
// License : https://git.nixnet.services/Narsil/Pinephone-mozilla.cfg/raw/branch/master/LICENSE.txt
//
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// PROTECTION
@ -701,8 +701,8 @@ lockPref("privacy.sanitize.timeSpan", 0);
// RFP (RESIST FINGERPRINTING)
// >>>>>>>>>>>>>>>>>>>>>
//
// Enable privacy.resistFingerprinting [FF41+]
defaultPref("privacy.resistFingerprinting", true);
// Disable privacy.resistFingerprinting [FF41+]
// defaultPref("privacy.resistFingerprinting", true);
// -------------------------------------
// Set new window size rounding max values [FF55+]
// lockPref("privacy.window.maxInnerWidth", 1600);
@ -1022,7 +1022,7 @@ lockPref("media.webspeech.synth.enabled", false);
// lockPref("general.buildID.override", "20181001000000"); // [HIDDEN PREF]
// lockPref("general.oscpu.override", ""); // [HIDDEN PREF]
// lockPref("general.platform.override", ""); // [HIDDEN PREF]
// defaultPref("general.useragent.override", "Mozilla/5.0 (Android 10; Mobile; rv:91.0) Gecko/91.0 Firefox/91.0"); // HIDDEN PREF
defaultPref("general.useragent.override", "Mozilla/5.0 (Android 10; Mobile; rv:102.0) Gecko/102.0 Firefox/102.0"); // HIDDEN PREF
// lockPref("ui.use_standins_for_native_colors", true);
//
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>