• 9tr6gyp3@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    27 days ago

    They add this line earlier in the code:

    Firefox is independent and a part of the not-for-profit Mozilla, which fights for your online rights, keeps corporate powers in check and makes the internet accessible to everyone, everywhere. We believe the internet is for people, not profit. Unlike other companies, we don’t sell access to your data. You’re in control over who sees your search and browsing history. All that and exceptional performance too.

    Seriously, do better and stop needlessly shaming Mozilla.

    [edit] Read the replies to my message. There is good insight. Im probably very wrong here. Leaving my comment intact for context.

    • e0qdk@reddthat.comOP
      link
      fedilink
      arrow-up
      0
      ·
      27 days ago
          {% if switch('firefox-tou') %}
            <p>Firefox is independent and a part of the not-for-profit Mozilla, which fights for your online rights, keeps corporate powers in check and makes the internet accessible to everyone, everywhere. We believe the internet is for people, not profit. You’re in control over who sees your search and browsing history. All that and exceptional performance too.</p>
          {% else %}
            <p>Firefox is independent and a part of the not-for-profit Mozilla, which fights for your online rights, keeps corporate powers in check and makes the internet accessible to everyone, everywhere. We believe the internet is for people, not profit. Unlike other companies, we don’t sell access to your data. You’re in control over who sees your search and browsing history. All that and exceptional performance too.</p>
          {% endif %}
      

      Top paragraph is what they’re changing it to (behind a feature flag) and bottom is what it currently is. i.e. they are REMOVING the bit you marked in bold in your quote when the new ToS is active.

        • El Barto@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          27 days ago

          My dude, there is no “extra” paragraph in there. There is a conditional statement that says:

          if (this_flag_is_set) {
            // [show this paragraph where we remove any mention of us not selling your data]
          } else {
            // [show this paragraph where we mention that we don't sell your data]
          }
          

          So it’s an “either/or,” not a “plus.”

  • boreengreen@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    27 days ago

    So they are gonna sell access to my data. Hmm. I guess I have to go elsewhere. Guess I have to read up on librewolf now.