Comment on Firefox deletes promise to never sell personal data, asks users not to panic
rfr_Foglia@feddit.it 3 days agoShouldn’t the Zen team be able to avoid sending data to Mozilla considering that FireFox is open-source and they can change the code?
NaibofTabr@infosec.pub 3 days ago
Really depends on where and how the data collection is integrated.
Browser forks mostly make changes to the application UI which wraps the engine, not to the engine itself. Browser engines are these fantastically complex things, extremely difficult to keep operational and secure, which is why there aren’t many of them and why they’re all developed by large organizations. Forking the engine is basically doomed to failure because you won’t be able to keep up, you’ll be out of date in a month and drastically insecure in a year.
This is basically all there is.
rfr_Foglia@feddit.it 3 days ago
Very good point, hold they won’t implement this telemetry deep in the engine.