mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-06 06:30:37 +01:00
firefox: restore telemetry, enable DAP
This commit is contained in:
parent
65121667e9
commit
d3ba608c8f
@ -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);
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user