Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Privacy
  3. Should I use firefox sync in librewolf, Is it private enough?

Should I use firefox sync in librewolf, Is it private enough?

Scheduled Pinned Locked Moved Privacy
linuxfirefoxprivacymozillabrowser
27 Posts 14 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C This user is from outside of this forum
    C This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #1

    Following video of thelinuxexperiment and all the news against mozilla.
    I finally switched to librewolf completely.
    I exported and imported all kind of data too.

    But I want to use ffsync only to keep my mobile (android) in sync with my pc (want to sync history also so flocuss etc will not work)
    So I want to enable ffsync in librewolf

    I have seen faq but as mozilla recently introduced their terms of usage (and all the hate against it)
    Is it still private enough to use ffsync? what can be downsides?

    libb@jlai.luL S L zerush@lemmy.mlZ O 6 Replies Last reply
    0
    • System shared this topic on
    • C [email protected]

      Following video of thelinuxexperiment and all the news against mozilla.
      I finally switched to librewolf completely.
      I exported and imported all kind of data too.

      But I want to use ffsync only to keep my mobile (android) in sync with my pc (want to sync history also so flocuss etc will not work)
      So I want to enable ffsync in librewolf

      I have seen faq but as mozilla recently introduced their terms of usage (and all the hate against it)
      Is it still private enough to use ffsync? what can be downsides?

      libb@jlai.luL This user is from outside of this forum
      libb@jlai.luL This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #2

      what can be downsides?

      The same that pushed you to stop using FF the browser to begin with?

      I mean, if you worry about FF/Mozilla doing naughty things with your browsing data, should you not worry as much if not more about the data you ask them to sync for you and save on their very own servers?

      For the time being, it's not a definitive decision as I'm waiting to see what they will do next, I've quit using FF (using Waterfox instead) and for me not using FF obviously also meant to stop using their sync feature.

      C 1 Reply Last reply
      0
      • C [email protected]

        Following video of thelinuxexperiment and all the news against mozilla.
        I finally switched to librewolf completely.
        I exported and imported all kind of data too.

        But I want to use ffsync only to keep my mobile (android) in sync with my pc (want to sync history also so flocuss etc will not work)
        So I want to enable ffsync in librewolf

        I have seen faq but as mozilla recently introduced their terms of usage (and all the hate against it)
        Is it still private enough to use ffsync? what can be downsides?

        S This user is from outside of this forum
        S This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #3

        You can self-host Firefox sync

        ddash@lemmy.dbzer0.comD C 2 Replies Last reply
        0
        • S [email protected]

          You can self-host Firefox sync

          ddash@lemmy.dbzer0.comD This user is from outside of this forum
          ddash@lemmy.dbzer0.comD This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #4

          Last time I heard about the possibility it seemed a bit hacky, did it get easier by now?

          K S 2 Replies Last reply
          0
          • ddash@lemmy.dbzer0.comD [email protected]

            Last time I heard about the possibility it seemed a bit hacky, did it get easier by now?

            K This user is from outside of this forum
            K This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #5

            Have a look at YunoHost.

            1 Reply Last reply
            0
            • C [email protected]

              Following video of thelinuxexperiment and all the news against mozilla.
              I finally switched to librewolf completely.
              I exported and imported all kind of data too.

              But I want to use ffsync only to keep my mobile (android) in sync with my pc (want to sync history also so flocuss etc will not work)
              So I want to enable ffsync in librewolf

              I have seen faq but as mozilla recently introduced their terms of usage (and all the hate against it)
              Is it still private enough to use ffsync? what can be downsides?

              L This user is from outside of this forum
              L This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #6

              You say you've already read Librewolf's FAQ, so I can skip over what they've provided in their response.

              The only possible downside I could see would be that your encrypted data is stored on Mozilla servers. Which isn't a very major downside--it's properly end-to-end-encrypted. This is mentioned both by Mozilla themselves, as well as in the Librewolf docs. This is the only downside I can see right now, but for the paranoid, it might be worth looking toward the future; who knows, maybe some day, Firefox will randomly decide to disable E2EE for Firefox sync. That could be a potential downside down the road. But I find that to be pretty unrealistic... I honestly can't see a lot of ways for Mozilla to screw this up.

              If the prospect of relying on Mozilla servers still makes you uncomfortable, then you can self-host a sync server, but it's not exactly a quick setup. They do provide a Docker method of installation, at least. The sync server code is found here, along with installation instructions for self-hosting and how to connect it to Firefox/Librewolf/other derivatives: https://github.com/mozilla-services/syncstorage-rs

              C W 2 Replies Last reply
              0
              • ddash@lemmy.dbzer0.comD [email protected]

                Last time I heard about the possibility it seemed a bit hacky, did it get easier by now?

                S This user is from outside of this forum
                S This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #7

                No idea - this is my firefox sync NixOS config, in its entirety:

                  age.secrets.ffsync.rekeyFile = secrets.ffsync;
                  services.firefox-syncserver = {
                    enable = true;
                    secrets = config.age.secrets.ffsync.path;
                    settings.hostname = "localhost";
                
                    singleNode = {
                      enable = true;
                      hostname = "0.0.0.0";
                      capacity = 2;
                    };
                  };
                
                T 1 Reply Last reply
                0
                • libb@jlai.luL [email protected]

                  what can be downsides?

                  The same that pushed you to stop using FF the browser to begin with?

                  I mean, if you worry about FF/Mozilla doing naughty things with your browsing data, should you not worry as much if not more about the data you ask them to sync for you and save on their very own servers?

                  For the time being, it's not a definitive decision as I'm waiting to see what they will do next, I've quit using FF (using Waterfox instead) and for me not using FF obviously also meant to stop using their sync feature.

                  C This user is from outside of this forum
                  C This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #8

                  But i heard
                  Sync feature encrypts data on client side
                  And it is end to end encrypt

                  povoq@slrpnk.netP 1 Reply Last reply
                  0
                  • C [email protected]

                    Following video of thelinuxexperiment and all the news against mozilla.
                    I finally switched to librewolf completely.
                    I exported and imported all kind of data too.

                    But I want to use ffsync only to keep my mobile (android) in sync with my pc (want to sync history also so flocuss etc will not work)
                    So I want to enable ffsync in librewolf

                    I have seen faq but as mozilla recently introduced their terms of usage (and all the hate against it)
                    Is it still private enough to use ffsync? what can be downsides?

                    zerush@lemmy.mlZ This user is from outside of this forum
                    zerush@lemmy.mlZ This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #9

                    The alternative to Mozilla sync is eg. Filen, an German Opensource encrypted, no knowledge cloud service. 10GB for free.

                    https://github.com/FilenCloudDienste

                    C J 2 Replies Last reply
                    0
                    • C [email protected]

                      Following video of thelinuxexperiment and all the news against mozilla.
                      I finally switched to librewolf completely.
                      I exported and imported all kind of data too.

                      But I want to use ffsync only to keep my mobile (android) in sync with my pc (want to sync history also so flocuss etc will not work)
                      So I want to enable ffsync in librewolf

                      I have seen faq but as mozilla recently introduced their terms of usage (and all the hate against it)
                      Is it still private enough to use ffsync? what can be downsides?

                      O This user is from outside of this forum
                      O This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #10

                      That’s like not using Google but using drive

                      C asap@lemmy.worldA 2 Replies Last reply
                      0
                      • C [email protected]

                        But i heard
                        Sync feature encrypts data on client side
                        And it is end to end encrypt

                        povoq@slrpnk.netP This user is from outside of this forum
                        povoq@slrpnk.netP This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #11

                        You still need to log into their servers and thus provide them a lot of meta-data, like IP addresses, when and approximatly where you are using your browser, on how many devices etc.

                        C 1 Reply Last reply
                        0
                        • O [email protected]

                          That’s like not using Google but using drive

                          C This user is from outside of this forum
                          C This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #12

                          Is not ffsync encrypted??
                          I guess the downside is

                          1. Unencrypted metadata
                          2. Projected future
                          1 Reply Last reply
                          0
                          • S [email protected]

                            You can self-host Firefox sync

                            C This user is from outside of this forum
                            C This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #13

                            Can I self host it from termux for localhost only??
                            Without need of domain and other resources??

                            S 1 Reply Last reply
                            0
                            • L [email protected]

                              You say you've already read Librewolf's FAQ, so I can skip over what they've provided in their response.

                              The only possible downside I could see would be that your encrypted data is stored on Mozilla servers. Which isn't a very major downside--it's properly end-to-end-encrypted. This is mentioned both by Mozilla themselves, as well as in the Librewolf docs. This is the only downside I can see right now, but for the paranoid, it might be worth looking toward the future; who knows, maybe some day, Firefox will randomly decide to disable E2EE for Firefox sync. That could be a potential downside down the road. But I find that to be pretty unrealistic... I honestly can't see a lot of ways for Mozilla to screw this up.

                              If the prospect of relying on Mozilla servers still makes you uncomfortable, then you can self-host a sync server, but it's not exactly a quick setup. They do provide a Docker method of installation, at least. The sync server code is found here, along with installation instructions for self-hosting and how to connect it to Firefox/Librewolf/other derivatives: https://github.com/mozilla-services/syncstorage-rs

                              C This user is from outside of this forum
                              C This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #14

                              So I should use ffsync for now i guess.
                              Is there any info regarding what unencrypted metadata they can link to me i use ff account?

                              1 Reply Last reply
                              0
                              • povoq@slrpnk.netP [email protected]

                                You still need to log into their servers and thus provide them a lot of meta-data, like IP addresses, when and approximatly where you are using your browser, on how many devices etc.

                                C This user is from outside of this forum
                                C This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #15

                                Hmm,
                                Will self hosting sync solve the problem??

                                povoq@slrpnk.netP 1 Reply Last reply
                                0
                                • zerush@lemmy.mlZ [email protected]

                                  The alternative to Mozilla sync is eg. Filen, an German Opensource encrypted, no knowledge cloud service. 10GB for free.

                                  https://github.com/FilenCloudDienste

                                  C This user is from outside of this forum
                                  C This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #16

                                  I use filen actively

                                  But, how to use it as an Alternative to firefox sync??

                                  zerush@lemmy.mlZ 1 Reply Last reply
                                  0
                                  • C [email protected]

                                    Hmm,
                                    Will self hosting sync solve the problem??

                                    povoq@slrpnk.netP This user is from outside of this forum
                                    povoq@slrpnk.netP This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #17

                                    Yes, in theory, but in praxis no because self-hosting the sync server alone still depends on the centralized auth server from Mozilla, and self-hosting that as well is possible but complicated. It's sadly a mess, and you might be better off not using Firefox sync at all.

                                    As for your other question, depends on the specific addon, but usually no.

                                    1 Reply Last reply
                                    0
                                    • C [email protected]

                                      Can I self host it from termux for localhost only??
                                      Without need of domain and other resources??

                                      S This user is from outside of this forum
                                      S This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #18

                                      Probably... I mean, I'd at least start it in a systemd service, but sure, you don't need a domain.

                                      But of course your mobile won't be able to access that domain outside your network

                                      1 Reply Last reply
                                      0
                                      • C [email protected]

                                        I use filen actively

                                        But, how to use it as an Alternative to firefox sync??

                                        zerush@lemmy.mlZ This user is from outside of this forum
                                        zerush@lemmy.mlZ This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #19

                                        Firefox, same as any other Browser, has a local folder with all the settings, bookmarks and passwords, this is the folder which you have to sync with your other devices. Firefox sync don't do other thing, but with Mozilla and not with Filen.

                                        C 1 Reply Last reply
                                        0
                                        • O [email protected]

                                          That’s like not using Google but using drive

                                          asap@lemmy.worldA This user is from outside of this forum
                                          asap@lemmy.worldA This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #20

                                          It's nothing at all like using Drive, because the payload is encrypted.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups