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
2 changes: 2 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 @@ -20,6 +20,8 @@ user_pref("browser.startup.homepage_override.mstone", "ignore");
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("datareporting.usage.uploadEnabled", false);
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
// hide the "Firefox automatically sends some data to Mozilla..." info bar at the top
user_pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);

// disable downloading the binary H.264 codec from ciscobinary.openh264.org
user_pref("media.gmp-gmpopenh264.enabled", false);
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 Jan 6 16:21:35 UTC 2026 - Ladislav Slezák <lslezak@suse.com>

- Hide the data sharing notification in the Firefox browser
(bsc#1252961)

-------------------------------------------------------------------
Wed Nov 12 15:42:29 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down