Update 'user.js'
This commit is contained in:
parent
735d0f9289
commit
cfe06a0019
9
user.js
9
user.js
|
@ -303,7 +303,7 @@ user_pref("security.remote_settings.crlite_filters.enabled", false);
|
|||
user_pref("security.remote_settings.crlite_filters.bucket", "");
|
||||
user_pref("security.remote_settings.crlite_filters.collection", "");
|
||||
user_pref("security.remote_settings.crlite_filters.signer", "");
|
||||
user_pref("security.pki.crlite_mode", 1);
|
||||
user_pref("security.pki.crlite_mode", 0);
|
||||
// -------------------------------------
|
||||
// Block unwanted connections
|
||||
user_pref("app.feedback.baseURL", "");
|
||||
|
@ -1051,6 +1051,9 @@ user_pref("permissions.default.microphone", 2);
|
|||
// [NOTE] If you have trouble with some video sites, then add an exception
|
||||
// https://support.mozilla.org/questions/1293231 ***/
|
||||
user_pref("media.autoplay.blocking_policy", 2);
|
||||
// -------------------------------------
|
||||
// Pref : Disable showing avif images
|
||||
// user_pref("image.avif.enabled", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// WINDOW MEDDLING & LEAKS / POPUPS ***/
|
||||
|
@ -1204,7 +1207,7 @@ user_pref("media.navigator.enabled", false);
|
|||
// and parts of Quantum that utilize the GPU will also be affected as they are rolled out
|
||||
// [SETTING] General>Performance>Custom>Use hardware acceleration when available
|
||||
// https://wiki.mozilla.org/Platform/GFX/HardwareAcceleration ***/
|
||||
// user_pref("gfx.direct2d.disabled", true); // [WINDOWS]
|
||||
// user_pref("gfx.direct2d.disabled", true);
|
||||
// user_pref("layers.acceleration.disabled", true);
|
||||
// -------------------------------------
|
||||
// Disable Web Audio API [FF51+]
|
||||
|
@ -1622,7 +1625,7 @@ user_pref("media.video_stats.enabled", false);
|
|||
// Optional protection depending on your device
|
||||
// https://developer.mozilla.org/docs/Web/API/Touch_events
|
||||
// https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/10286
|
||||
// user_pref("dom.w3c_touch_events.enabled", 0);
|
||||
user_pref("dom.w3c_touch_events.enabled", 0);
|
||||
// -------------------------------------
|
||||
// Disable MediaDevices change detection [FF51+]
|
||||
// https://developer.mozilla.org/docs/Web/Events/devicechange
|
||||
|
|
Loading…
Reference in New Issue