TL;DR: Mozilla is now enforcing data collection as a pre-requisite to access new features in Firefox Labs. This is backed by the Terms of Use that Mozilla introduced a few months ago.

  • t3rmit3@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    12 days ago

    Forking Firefox means it isn’t Firefox - yes, this means that the original was OSS, but you really need to be an expert to get at all the OSS code running on your machine. I mean that it is literally not Firefox, since your fork doesn’t have permission to use the trademarked name.

    This is only relevant if you are planning to redistribute it after you make changes. You can make any and all changes you want to FF on your machine to remove telemetry, and you do not have to remove the branding.

    If we think of the enabling functionality in Firefox as a virtual lock, breaking that lock is illegal under the DMCA. That seems very weird for code that is ostensibly open source.

    Extending this argument would mean that it’s potentially illegal under DMCA to remove any protection mechanism that it would be ‘hacking’ to bypass during usage (e.g. SSL, authentication, etc) from any OSS project. Thats not the case, because an OSS license gives you explicit permission to modify the application.

    • yoasif@fedia.ioOP
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      Extending this argument would mean that it’s potentially illegal under DMCA to remove any protection mechanism that it would be ‘hacking’ to bypass during usage (e.g. SSL, authentication, etc) from any OSS project. Thats not the case, because an OSS license gives you explicit permission to modify the application.

      I’m talking specifically about the compiled Firefox on my disk - if I break the virtual lock, I have broken the law. Sure, a forked version of Firefox that I compiled on my own would grant me access to the features without breaking the lock - but the copy of Firefox that Mozilla distributes to me only allows me access to the features under a new terms grant – not under the existing open source license.

      Again – yes, Firefox is literally open source. But as I said in my post, this feels to be against the spirit of open source. Obviously we disagree on that front.