From b3c6c43ab06f4b998cd13b5966caeffbdba06709 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 24 Jun 2024 02:20:23 +0000 Subject: [PATCH] punctuation, add FPP defaults cc @Jee-Hex --- user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user.js b/user.js index d0f6b52..e9d0c22 100644 --- a/user.js +++ b/user.js @@ -594,7 +594,7 @@ user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: fa /* 2630: disable content analysis by DLP (Data Loss Prevention) agents * DLP agents are background processes on managed computers that allow enterprises to monitor locally running * applications for data exfiltration events, which they can allow/block based on customer defined DLP policies. - * 0=Block all requests 1=Warn on all requests (which lets the user decide) 2=Allow all requests + * 0=Block all requests, 1=Warn on all requests (which lets the user decide), 2=Allow all requests * [1] https://github.com/chromium/content_analysis_sdk */ user_pref("browser.contentanalysis.enabled", false); // [FF121+] [DEFAULT: false] user_pref("browser.contentanalysis.default_result", 0); // [FF127+] [DEFAULT: 0] @@ -727,6 +727,8 @@ user_pref("privacy.sanitize.timeSpan", 0); by ETP (2701). FPP will also use Remote Services in future to relax FPP protections on a per site basis for compatibility (4004). + https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargetsDefault.inc + 1826408 - restrict fonts to system (kBaseFonts + kLangPackFonts) (Windows, Mac, some Linux) https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc 1858181 - subtly randomize canvas per eTLD+1, per session and per window-mode (FF120+)