Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Any way to NOT snyc the home page on diffrent computers? I use to be able to do this but something has changed.

more options

I have three pages set up for home on my desktop but only want two of those pages on my laptop. This use to be the way it was. But I got a new computer and it will sync all three pages to both computers.

I have three pages set up for home on my desktop but only want two of those pages on my laptop. This use to be the way it was. But I got a new computer and it will sync all three pages to both computers.

Chosen solution

The homepages are set via this pref:

  • browser.startup.homepage

There is a corresponding services.sync.prefs.sync pref that determines whether to include this pref in syncing preferences.You can set this pref to false to exclude syncing the homepage.

  • services.sync.prefs.sync.browser.startup.homepage = false

Maybe also exclude this pref that sets the startup behavior:

  • services.sync.prefs.sync.browser.startup.page = false
Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

The homepages are set via this pref:

  • browser.startup.homepage

There is a corresponding services.sync.prefs.sync pref that determines whether to include this pref in syncing preferences.You can set this pref to false to exclude syncing the homepage.

  • services.sync.prefs.sync.browser.startup.homepage = false

Maybe also exclude this pref that sets the startup behavior:

  • services.sync.prefs.sync.browser.startup.page = false
more options

Yes this appears to have worked.