1 --- firefox-130.0/browser/app/profile/firefox.js.old 2024-08-08 16:42:17.763558842 -0400
2 +++ firefox-130.0/browser/app/profile/firefox.js 2024-08-08 16:45:00.766707882 -0400
4 pref("toolkit.contentRelevancy.ingestEnabled", false);
5 // Pref to enable extra logging for the content relevancy feature
6 pref("toolkit.contentRelevancy.log", false);
8 +// Audio/video doesn't work with new Utility system
9 +pref("media.allow-audio-non-utility",true);
11 +// Disable privacy-perserving ads
12 +pref("dom.private-attribution.submission.enabled", false);