Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions live/live-root/root/.mozilla/firefox/profile/user.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ user_pref("browser.startup.couldRestoreSession.count", 0);
// disable homepage override on updates
user_pref("browser.startup.homepage_override.mstone", "ignore");

// disable sending Firefox usage and telemetry data for increased privacy
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("datareporting.usage.uploadEnabled", false);
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);

// workaround for non working file picker, disable XDG portal, use the FF native popup
// TODO: make the XDG portal working again, it has more features (mounting USB flash)
user_pref("widget.use-xdg-desktop-portal.file-picker", 0);
Expand Down
6 changes: 6 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 20 08:42:29 UTC 2025 - Ladislav Slezák <[email protected]>

- Disable sending Firefox usage data to Mozilla for increased
privacy, disable installing studies

-------------------------------------------------------------------
Tue May 13 16:56:56 UTC 2025 - Ladislav Slezák <[email protected]>

Expand Down