Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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

  • 2 risposte
  • 1 ha questo problema
  • 2 visualizzazioni
  • Ultima risposta di Red Raspberry

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.

Soluzione scelta

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
Leggere questa risposta nel contesto 👍 1

Tutte le risposte (2)

more options

Soluzione scelta

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.