minus-squareguywithoutaname@lemmy.worldtoTechnology@lemmy.world•Just the Browser: tools to remove AI and other bloatware from Chrome, Edge and FirefoxlinkfedilinkEnglisharrow-up39·18 hours agoFYI if you want to edit the Firefox policies directly and save it in /etc/firefox/policies/policies.json, this is the file they are using "policies": { "DisableFirefoxStudies": true, "DisableTelemetry": true, "DontCheckDefaultBrowser": true, "FirefoxHome": { "SponsoredStories": false, "SponsoredTopSites": false, "Stories": false }, "GenerativeAI": { "Enabled": false }, "SearchEngines": { "Remove": [ "Perplexity" ] } } }``` linkfedilink
FYI if you want to edit the Firefox policies directly and save it in /etc/firefox/policies/policies.json, this is the file they are using