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