firefox: restore telemetry, enable DAP

This commit is contained in:
Aminda Suomalainen 2025-03-04 20:36:43 +02:00
parent 65121667e9
commit d3ba608c8f
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 13 additions and 2 deletions

View File

@ -101,6 +101,11 @@ lockPref("reader.parse-on-load.force-enabled", true);
// Ensure OCSP stapling is enabled, especially if the server has it
lockPref("security.ssl.enable_ocsp_must_staple", true);
// Distributed Aggregation Protocol for Privacy Preserving Measurement
// https://github.com/ietf-wg-ppm/draft-ietf-ppm-dap
// This should be better for privacy with telemetry enabled.
lockPref("toolkit.telemetry.dap_enabled", true);
// New sidebar
lockPref("sidebar.revamp", true);
lockPref("sidebar.verticalTabs", true);

View File

@ -182,8 +182,8 @@
"InvalidCertificate": true,
"SafeBrowsing": false
},
"DisableTelemetry": true,
"DisableTelemetry_comment": "Mozilla Anonym ad attribution is disabled by this policy and starting from 25-04-2025 the promise to never sell user data expires.",
"DisableTelemetry": false,
"DisableTelemetry_comment": "Mozilla Anonym ad attribution is controlled by this policy (and dom.private-attribution.submission.enabled) and starting from 25-04-2025 the promise to never sell user data expires. And yet I am not convinced disabling telemetry is the right way to protest. https://blog.glyph.im/2023/03/telemetry-is-not-your-enemy.html",
"DisplayBookmarksToolbar": "never",
"DontCheckDefaultBrowser": true,
"EnableTrackingProtection": {
@ -859,6 +859,12 @@
"Type": "boolean",
"Value": "always-show"
},
"toolkit.telemetry.dap_enabled": {
"Comment": "Preference not allowed for stability reasons. Distributed Aggregation Protocol for making telemetry more private. https://github.com/ietf-wg-ppm/draft-ietf-ppm-dap",
"Status": "default",
"Type": "boolean",
"Value": true
},
"ui.systemUsesDarkTheme": {
"Comment": "Another theme option that should be let to system, thus clear.",
"Status": "clear"