this post was submitted on 11 Jun 2026
71 points (96.1% liked)

Privacy

4662 readers
353 users here now

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] FiniteBanjo@programming.dev 6 points 2 days ago (3 children)

They might eventually try to pressure Firefox as well, as google is actually the largest funding contributor to Firefox. I wonder what the Open Source license dictates with the GECKO engine that firefox maintains? Could somebody make a fork and profit off of it or would we be forced to a different browser framework entirely?

[–] brucethemoose@lemmy.world 2 points 1 day ago

The biggest effort so far (Ladybird) isn’t using it, nor are they using the Servo engine Mozilla got partway through building for FF.

I don’t know why, though.

[–] RobotToaster@mander.xyz 4 points 2 days ago

It wouldn't be the first time they screwed over extension developers (see XUL extensions being discontinued)

[–] green_copper@kbin.earth 4 points 2 days ago

Firefox and (all I think) of its components are licensed with the MPL 2.0. This means everyone is free to fork it and build their own product with it (free or for profit is not a criteria for FLOSS licenses), given that changes to the forked code must be made publicly available.