From 46a27b15ff918ec3b392bee65f43ee973d7fda44 Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:15:58 -0400 Subject: [PATCH] DLP --- Securefox.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Securefox.js b/Securefox.js index ed1352d..7925653 100644 --- a/Securefox.js +++ b/Securefox.js @@ -293,6 +293,12 @@ user_pref("security.pki.crlite_mode", 2); //user_pref("security.enterprise_roots.enabled", false); //user_pref("security.certerrors.mitm.auto_enable_enterprise_roots", false); +// PREF: disable content analysis by DLP (Data Loss Prevention) agents [FF124+] +// 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. +// [1] https://github.com/chromium/content_analysis_sdk +//user_pref("browser.contentanalysis.default_allow", false); // DEFAULT + /**************************************************************************** * SECTION: SSL (Secure Sockets Layer) / TLS (Transport Layer Security) * ****************************************************************************/