Browse Source

Removing unnecessary settings as arkenfox now defaults the same way

master
Ryan Reed 1 year ago
parent
commit
d126e8a043
1 changed files with 1 additions and 13 deletions
  1. +1
    -13
      private_dot_mozilla/private_firefox/private_personal-profile.default/user-overrides.js.tmpl

+ 1
- 13
private_dot_mozilla/private_firefox/private_personal-profile.default/user-overrides.js.tmpl View File

@ -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


Loading…
Cancel
Save