Prevent Firefox Sync on startup

2

1

In Firefox, I have a master password setup for my passwords. I also sync my passwords (and bookmarks, extensions and settings) using Firefox sync.

The annoying thing is that when I start up Firefox, it will always ask for my master password after a few seconds. So when I start up Firefox and type a web address or search query, I get interrupted by the password dialog popping up while I'm typing. I want to get around this because it is annoying me so much.

Questions:

  1. Can I make Firefox sync manually?
  2. Alternatively can I make Firefox sync only when I have to enter a password somewhere?
  3. Alternatively can I enter a delay value somewhere in about:config between starting up Firefox and running Firefox sync?

Blaise

Posted 2014-01-26T15:02:12.517

Reputation: 246

Sorry, can't answer this one. But I will say that I don't use sync to manage passwords. I use LastPass which is a much better tool that works across all major browsers. I don't have your issues when using LastPass. – Julian Knight – 2014-01-26T18:32:37.033

@Blaise Sync timers could be helpful?? Please note that I haven't tried these. To filter these prefs in bulk use sync*sch and/or sync*int in about:config.

– vWil – 2014-01-27T15:03:18.633

@vWil, I tried that before, increasing all sync timers to three hours, but that didn't work. The descriptions also suggest they change the interval between syncing, not delaying the initial sync after start-up. – Blaise – 2014-01-30T11:54:19.497

@JulianKnight, LastPass does not sync extensions and settings and has an obtrusive interface. – Blaise – 2014-01-30T11:56:53.900

Hi Blaise, I know it doesn't sync those things which is why I didn't give it as an answer only a comment. Personally, I've had great problems with sync of FF extensions across platforms and across personal/work machines so I tend not to. I only really want to sync bookmarks since LastPass sync's my passwords and more across ALL browsers and ALL platforms. The interface is a matter of choice. The latest FF interface is pretty good actually. – Julian Knight – 2014-01-30T16:54:10.180

Oh, and like many, I hate the way you have to set up FF sync. Very unintuitive which is why they are changing it soon. – Julian Knight – 2014-01-30T16:55:03.027

Answers

2

I asked the same question on Mozilla Support and got very useful answers. Answer that worked for me:

  • In about:config, create or modify Boolean services.sync.autoconnect and set it to false.

This may work in a future version of Firefox: Create or modify integer services.sync.autoconnectDelay and set it to a delay in seconds. Both settings did not exist for me yet in Firefox 28 beta.

Blaise

Posted 2014-01-26T15:02:12.517

Reputation: 246