Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

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”.

Ulteriori informazioni

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

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

  • 3 risposte
  • 6 hanno questo problema
  • 38 visualizzazioni
  • Ultima risposta di 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

Soluzione scelta

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);
Leggere questa risposta nel contesto 👍 0

Tutte le risposte (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

Soluzione scelta

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);