Skip to content

Commit 0ab2ab2

Browse files
add DLP
1 parent 7ec8ab8 commit 0ab2ab2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

user.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ user_pref("browser.urlbar.addons.featureGate", false); // [FF115+]
320320
user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+] [HIDDEN PREF]
321321
user_pref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: false]
322322
user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: false]
323-
user_pref("browser.urlbar.yelp.featureGate", false); // [FF123+] [DEFAULT: false]
323+
user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+] [DEFAULT: false]
324324
/* 0807: disable urlbar clipboard suggestions [FF118+] ***/
325325
// user_pref("browser.urlbar.clipboard.featureGate", false); // [DEFAULT: true FF125+]
326326
/* 0810: disable search and form history
@@ -583,6 +583,11 @@ user_pref("pdfjs.disabled", false); // [DEFAULT: false]
583583
user_pref("pdfjs.enableScripting", false); // [FF86+]
584584
/* 2624: disable middle click on new tab button opening URLs or searches using clipboard [FF115+] */
585585
user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: false NON-LINUX]
586+
/* 2630: disable content analysis by DLP (Data Loss Prevention) agents
587+
* DLP agents are background processes on managed computers that allow enterprises to monitor locally running
588+
* applications for data exfiltration events, which they can allow/block based on customer defined DLP policies.
589+
* [1] https://github.com/chromium/content_analysis_sdk */
590+
user_pref("browser.contentanalysis.default_allow", false); // [FF124+] [DEFAULT: false]
586591

587592
/** DOWNLOADS ***/
588593
/* 2651: enable user interaction for security by always asking where to download

0 commit comments

Comments
 (0)