summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:07:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:09:36 +0000
commitdf7b7cdb964b5f4c69f8ac60f2443eadd89bcaad (patch)
tree2445dcbc1c894b39a08be81808c71239f6b9050b /debian
parentuser.js: Trimming syntax checks. (diff)
downloadfirefox-df7b7cdb964b5f4c69f8ac60f2443eadd89bcaad.tar.xz
firefox-df7b7cdb964b5f4c69f8ac60f2443eadd89bcaad.zip
user.js: Trimming other OS prefs.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/local/pref/user.js31
1 files changed, 0 insertions, 31 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index c27516307d..b9957da46b 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -16,7 +16,6 @@
0700: DNS / DoH / PROXY / SOCKS
0800: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS
0900: PASSWORDS
- 1000: DISK AVOIDANCE
1200: HTTPS (SSL/TLS / OCSP / CERTS / HPKP)
1700: CONTAINERS
2000: PLUGINS / MEDIA / WEBRTC
@@ -66,8 +65,6 @@ user_pref("browser.newtabpage.activity-stream.default.sites", "");
user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
// user_pref("geo.provider.network.logging.enabled", true); // [HIDDEN PREF]
/* 0202: disable using the OS's geolocation service ***/
-user_pref("geo.provider.ms-windows-location", false); // [WINDOWS]
-user_pref("geo.provider.use_corelocation", false); // [MAC]
user_pref("geo.provider.use_gpsd", false); // [LINUX] [HIDDEN PREF]
user_pref("geo.provider.use_geoclue", false); // [FF102+] [LINUX]
@@ -321,20 +318,6 @@ user_pref("signon.formlessCapture.enabled", false);
* 1 = don't allow cross-origin sub-resources to open HTTP authentication credentials dialogs
* 2 = allow sub-resources to open HTTP authentication credentials dialogs (default) ***/
user_pref("network.auth.subresource-http-auth-allow", 1);
-/* 0906: enforce no automatic authentication on Microsoft sites [FF91+] [WINDOWS 10+]
- * [SETTING] Privacy & Security>Logins and Passwords>Allow Windows single sign-on for...
- * [1] https://support.mozilla.org/kb/windows-sso ***/
- // user_pref("network.http.windows-sso.enabled", false); // [DEFAULT: false]
-
-/*** [SECTION 1000]: DISK AVOIDANCE ***/
-/* 1005: disable automatic Firefox start and session restore after reboot [FF62+] [WINDOWS]
- * [1] https://bugzilla.mozilla.org/603903 ***/
-user_pref("toolkit.winRegisterApplicationRestart", false);
-/* 1006: disable favicons in shortcuts [WINDOWS]
- * URL shortcuts use a cached randomly named .ico file which is stored in your
- * profile/shortcutCache directory. The .ico remains after the shortcut is deleted
- * If set to false then the shortcuts use a generic Firefox icon ***/
-user_pref("browser.shell.shortcutFavicons", false);
/*** [SECTION 1200]: HTTPS (SSL/TLS / OCSP / CERTS / HPKP)
Your cipher and other settings can be used in server side fingerprinting
@@ -641,11 +624,6 @@ user_pref("privacy.sanitize.timeSpan", 1);
* [NOTE] We also clear history and downloads on exit (2811)
* [SETTING] Privacy & Security>History>Custom Settings>Remember browsing and download history ***/
// user_pref("places.history.enabled", false);
-/* 5014: disable Windows jumplist [WINDOWS] ***/
- // user_pref("browser.taskbar.lists.enabled", false);
- // user_pref("browser.taskbar.lists.frequent.enabled", false);
- // user_pref("browser.taskbar.lists.recent.enabled", false);
- // user_pref("browser.taskbar.lists.tasks.enabled", false);
/* 5016: discourage downloading to desktop
* 0=desktop, 1=downloads (default), 2=custom
* [SETTING] To set your custom default "downloads": General>Downloads>Save files to ***/
@@ -661,8 +639,6 @@ user_pref("privacy.sanitize.timeSpan", 1);
user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
/* 5019: disable page thumbnail collection ***/
user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
-/* 5020: disable Windows native notifications and use app notications instead [FF111+] [WINDOWS] ***/
- // user_pref("alerts.useSystemBackend.windows.notificationserver.enabled", false);
/* 5021: disable location bar using search
* Don't leak URL typos to a search engine, give an error message instead
* Examples: "secretplace,com", "secretplace/com", "secretplace com", "secret place.com"
@@ -924,13 +900,6 @@ user_pref("browser.urlbar.showSearchTerms.enabled", false);
// [-] https://bugzilla.mozilla.org/1838415
// user_pref("layout.css.font-visibility.resistFingerprinting", 1); // [DEFAULT: 1]
// FF117
-// 1221: disable Windows Microsoft Family Safety cert [FF50+] [WINDOWS]
- // 0=disable detecting Family Safety mode and importing the root
- // 1=only attempt to detect Family Safety mode (don't import the root)
- // 2=detect Family Safety mode and import the root
- // [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/21686
- // [-] https://bugzilla.mozilla.org/1844908
-user_pref("security.family_safety.mode", 0);
// 7018: disable service worker Web Notifications [FF44+]
// [WHY] Web Notifications are behind a prompt (7002)
// [1] https://blog.mozilla.org/en/products/firefox/block-notification-requests/