mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
LW Overrides Oct 22 (#74)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
/****************************************************************************
|
||||
* BetterFox - LibreWolf overrides (beta) *
|
||||
* Quis custodiet ipsos custodes *
|
||||
* version: September 2022 *
|
||||
* version: October 2022 *
|
||||
* url: https://github.com/yokoffing/Better-Fox *
|
||||
* license: https://github.com/yokoffing/Better-Fox/blob/master/LICENSE *
|
||||
* README: https://github.com/yokoffing/Better-Fox/blob/master/README.md *
|
||||
@@ -46,11 +46,12 @@ defaultPref("security.pki.crlite_mode", 2);
|
||||
/** RFP ***/
|
||||
// Limits refresh rate to 60mHz, breaks timezone, and forced light theme
|
||||
// [1] https://librewolf.net/docs/faq/#what-are-the-most-common-downsides-of-rfp-resist-fingerprinting
|
||||
// defaultPref("privacy.resistFingerprinting", false);
|
||||
defaultPref("privacy.resistFingerprinting", false);
|
||||
|
||||
// WebGL
|
||||
// Breaks Map sites, NYT articles, Nat Geo, and more
|
||||
// [1] https://manu.ninja/25-real-world-applications-using-webgl/
|
||||
// defaultPref("webgl.disabled", false);
|
||||
defaultPref("webgl.disabled", false);
|
||||
|
||||
// DRM
|
||||
// Netflix, Udemy, Spotify, etc.
|
||||
@@ -64,19 +65,19 @@ defaultPref("signon.generation.enabled", false);
|
||||
defaultPref("signon.management.page.breach-alerts.enabled", false);
|
||||
|
||||
/** WEBRTC ***/
|
||||
// Breaks video conferencing. Why is this enabled??
|
||||
// Breaks video conferencing
|
||||
defaultPref("media.peerconnection.ice.no_host", false);
|
||||
|
||||
/** PERMISSIONS ***/
|
||||
// defaultPref("permissions.default.geo", 2);
|
||||
// defaultPref("permissions.default.desktop-notification", 2);
|
||||
// defaultPref("dom.push.enabled", false);
|
||||
defaultPref("permissions.default.geo", 2);
|
||||
defaultPref("permissions.default.desktop-notification", 2);
|
||||
defaultPref("dom.push.enabled", false);
|
||||
|
||||
/****************************************************************************
|
||||
* SECTION: PESKYFOX *
|
||||
****************************************************************************/
|
||||
/** MOZILLA UI ***/
|
||||
// defaultPref("layout.css.prefers-color-scheme.content-override", 2);
|
||||
defaultPref("layout.css.prefers-color-scheme.content-override", 2);
|
||||
defaultPref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
defaultPref("browser.compactmode.show", true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user