firefox: prepare security 131.0.2 release for testing
This commit is contained in:
parent
e73c07bd61
commit
3f05530d6f
10 changed files with 398 additions and 245 deletions
|
|
@ -294,3 +294,10 @@ defaultPref("browser.search.serpEventTelemetry.enabled",false);
|
|||
|
||||
// Disable Privacy-Preserving Attribution submition
|
||||
pref("dom.private-attribution.submission.enabled", false);
|
||||
|
||||
// Disable Machine Learning
|
||||
defaultPref("browser.ml.enabled", false);
|
||||
defaultPref("browser.ml.chat.enabled", false);
|
||||
// Hide from UI
|
||||
defaultPref("browser.ml.chat.hideFromLabs", true);
|
||||
defaultPref("browser.ml.chat.hideLabsShortcuts", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue