Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

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.

  • 2 відповіді
  • 1 має цю проблему
  • 2 перегляди
  • Остання відповідь від 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.

Обране рішення

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
Читати цю відповідь у контексті 👍 1

Усі відповіді (2)

more options

Вибране рішення

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.