diff --git a/private_dot_mozilla/private_firefox/private_personal-profile.default/user-overrides.js.tmpl b/private_dot_mozilla/private_firefox/private_personal-profile.default/user-overrides.js.tmpl index 4b8d8d0..cc8e17d 100644 --- a/private_dot_mozilla/private_firefox/private_personal-profile.default/user-overrides.js.tmpl +++ b/private_dot_mozilla/private_firefox/private_personal-profile.default/user-overrides.js.tmpl @@ -39,12 +39,6 @@ user_pref("browser.startup.homepage", "about:home"); // Use Firefox Home user_pref("browser.newtabpage.enabled", true); // Use New Tab page (for new tabs) -/*** [SECTION 0800]: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS ***/ - -/* 0801: disable location bar using search */ -user_pref("keyword.enabled", true); // Allow searching in the omnibar - - /*** [SECTION 1000]: DISK AVOIDANCE ***/ /* 1006: disable favicons in shortcuts */ @@ -56,10 +50,6 @@ user_pref("browser.shell.shortcutFavicons", true); // Store actual favicons inst /* 1601: control when to send a cross-origin referer */ user_pref("network.http.referer.XOriginPolicy", 1); // 0 - Always (FF Default), 1 - Base Domain Only, 2 - Host Only (Arkenfox Default) -/*** [SECTION 2000]: PLUGINS / MEDIA / WEBRTC ***/ -/* 2022: disable all DRM content (EME: Encryption Media Extension) */ -user_pref("media.eme.enabled", true); // Enable for DRM streaming site, such as Netflix, YoutubeTV, etc. - /*** [SECTION 2800]: SHUTDOWN & SANITIZING ***/ @@ -84,9 +74,7 @@ user_pref("privacy.clearOnShutdown.sessions", false); // [DEFAULT: true] // Kee /*** [SECTION 4500]: RFP (RESIST FINGERPRINTING) ***/ /* 4501: enable privacy.resistFingerprinting [FF41+] */ -// Still using the arkenfox setting - causes sites to be unable to detect system theme (dark vs light) and timezone -// This causes twitch to not allow login due to unsupported browser. Uncomment, login, and comment out again when needed -// user_pref("privacy.resistFingerprinting", false); +user_pref("privacy.resistFingerprinting", false); // Twitch will not work with this enabled /* 4504: enable RFP letterboxing [FF67+] */ // Reason: Disabled as this really makes video players and sites take up much less space