firefox: prepare v130.0.1 release
This commit is contained in:
parent
4c7f4310c5
commit
26b0e44d7d
16 changed files with 370 additions and 392 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