feat(firefox): disable "data submission" #60

Merged
chef merged 1 commit from opt-out-firefox-data-collection into main 2024-07-15 16:54:11 +00:00
Showing only changes of commit 6dbac68885 - Show all commits

View file

@ -33,6 +33,7 @@
]; ];
settings = { settings = {
"dom.private-attribution.submission.enable" = false;
"toolkit.legacyUserProfileCustomizations.stylesheets" = true; "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
}; };