Merge branch 'master' of gitlab.com:librewolf-community/librewolf

This commit is contained in:
BeatLink 2019-07-17 13:51:07 -05:00
commit 37ff4de9ad
2 changed files with 12 additions and 44 deletions

View file

@ -13,4 +13,10 @@ This project is an independent fork of Firefox, with the primary goals of privac
https://librewolf-community.gitlab.io/docs
The docs are built from the [`content/docs`](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/tree/master/content/docs) folder of [the librewolf-community.gitlab.io repo](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io).
The docs are built from the [LibreWolf docs repo](https://gitlab.com/librewolf-community/librewolf-docs).
## [Website](https://librewolf-community.gitlab.io)
https://librewolf-community.gitlab.io
The website is built from the [`librewolf-community.gitlab.io` repo](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io). [Hugo](https://gohugo.io) is used to generate the site.

View file

@ -190,75 +190,37 @@ lockPref("signon.autofillForms.http", false);
//lockPref("browser.urlbar.autoFill", false);
//lockPref("browser.urlbar.autoFill.typed", false);
// ----------------------------------------------------------------------------------------------------
// ----------------------------------------------
// User Settings : Check default browser Settings
// ----------------------------------------------------------------------------------------------------
// ----------------------------------------------
// Pref : 0101 : disable default browser check
// [SETTING] General>Startup>Always check if Firefox is your default browser
lockPref("browser.shell.checkDefaultBrowser", false);
// ----------------------------------------------------------------------------------------------------
// User Settings : DRM/CDM - Main
// ----------------------------------------------------------------------------------------------------
// -----------------------
// User Settings : DRM/CDM
// -----------------------
// Pref : DRM/CDM
// DRM is disabled because it's a closed source blob
// Encrypted Media Extensions
lockPref("media.eme.enabled", false);
lockPref("media.gmp-provider.enabled", false);
lockPref("media.gmp-manager.url", "data:text/plain,");
lockPref("media.gmp-manager.url.override", "data:text/plain,");
lockPref("media.gmp-manager.updateEnabled", false);
// Windows 10
lockPref("media.gmp.trial-create.enabled", false);
// ----------------------------------------------------------------------------------------------------
// User Settings : DRM/CDM - Widevine
// ----------------------------------------------------------------------------------------------------
// Pref : 1825 : disable widevine CDM (Content Decryption Module)
lockPref("media.gmp-widevinecdm.visible", false);
lockPref("media.gmp-widevinecdm.enabled", false);
lockPref("media.gmp-widevinecdm.autoupdate", false);
// ----------------------------------------------------------------------------------------------------
// User Settings : DRM/CDM - OpenH264
// ----------------------------------------------------------------------------------------------------
// Pref : Disable automatic downloading of OpenH264 codec
// Why is there OpenH264 ? hhttps://support.mozilla.org/en-US/kb/open-h264-plugin-firefox
// How to manually install OpenH264 ? https://support.mozilla.org/en-US/questions/1029174
// https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_media-capabilities
// https://andreasgal.com/2014/10/14/openh264-now-in-firefox/
// If you want to enable this webrtc need to be enabled too
lockPref("media.gmp-gmpopenh264.enabled", false);
lockPref("media.gmp-gmpopenh264.autoupdate", false);
lockPref("media.peerconnection.video.enabled", false); //Deprecated Active
// Pref : Force OpenH264 On (Not necessary)
//lockPref("media.peerconnection.video.h264", true);
// ----------------------------------------------------------------------------------------------------
// User Settings : DRM/CDM - Adobe Primetime
// ----------------------------------------------------------------------------------------------------
// Pref :
lockPref("media.gmp-eme-adobe.enabled", false);
// ----------------------------------------------------------------------------------------------------
// User Settings : DRM/CDM - IJWY To Shut Up
// ----------------------------------------------------------------------------------------------------
// Pref :
lockPref("media.gmp-manager.certs.2.commonName", "");
// Default Value
// aus5.mozilla.org
// Pref :
lockPref("media.gmp-manager.certs.1.commonName", "");
// Default Value
// aus5.mozilla.org
// ----------------------------------------------------------------------------------------------------
// User Settings : WebRTC (Very efficient for fingerprinting this is why its disabled)