Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How to stop firefox displaying the privacy page on startup with my home page using mozilla.cfg file ?

  • 3 ответа
  • 6 имеют эту проблему
  • 38 просмотров
  • Последний ответ от cor-el

more options

How to stop Firefox displaying the privacy page on startup with my home page using mozilla.cfg file ? also How do to change Firefox to use the home page rather than using the topsite page using mozilla.cfg?

Thanks

How to stop Firefox displaying the privacy page on startup with my home page using mozilla.cfg file ? also How do to change Firefox to use the home page rather than using the topsite page using mozilla.cfg? Thanks

Выбранное решение

What are the current startup settings?

The startup page is set via browser.startup.homepage and possibly browser.startup.page

Note that the classic about:home and about:newtab pages will be removed in future Firefox versions (60+0 and only the Activity Stream page is available for the home page and the new tab page.

For the home page you can disable the Activity Stream design by setting this pref to false on the about:config page.

  • browser.newtabpage.activity-stream.aboutHome.enabled = false
  • mozilla.cfg: lockPref("browser.newtabpage.activity-stream.aboutHome.enabled", false);
Прочитайте этот ответ в контексте 👍 0

Все ответы (3)

more options

Did you save your homepage that you wanted in FF Options? That is where you would set your homepage to sites you want or another site.

more options

Do you already have a mozilla.cfg file??? I'm not sure why you need to go to that extent to fix your home page.

Please check out these articles first:

more options

Выбранное решение

What are the current startup settings?

The startup page is set via browser.startup.homepage and possibly browser.startup.page

Note that the classic about:home and about:newtab pages will be removed in future Firefox versions (60+0 and only the Activity Stream page is available for the home page and the new tab page.

For the home page you can disable the Activity Stream design by setting this pref to false on the about:config page.

  • browser.newtabpage.activity-stream.aboutHome.enabled = false
  • mozilla.cfg: lockPref("browser.newtabpage.activity-stream.aboutHome.enabled", false);