Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Firefox source code: How Do I set custom preferences or settings?

  • 3 antwurd
  • 0 hawwe dit probleem
  • 138 werjeftes
  • Lêste antwurd fan Sytaxian

more options

I have built firefox using mozillabuild but I want the change the default settings or preferences, for example the homepage or more preferences page. I want to do this directly from the code.

I have built firefox using mozillabuild but I want the change the default settings or preferences, for example the homepage or more preferences page. I want to do this directly from the code.
Keppele skermôfbyldingen

Keazen oplossing

I've locked your previous thread about this issue.

Note that you need to make these changes each time Firefox is updated to stay safe and get the latest security updates.

Newer prefs are set in StaticPrefList.yaml as opposed to firefox.js and all.js. There are also prefs that aren't set by default and will only appear in about:config when user set. See also:

Dit antwurd yn kontekst lêze 👍 2

Alle antwurden (3)

more options

If you know the names of the preferences you want to modify -- after making changes interactively, view the modified preferences in about:config -- you should be able to find them set to their default values somewhere in the source code.

more options

Keazen oplossing

I've locked your previous thread about this issue.

Note that you need to make these changes each time Firefox is updated to stay safe and get the latest security updates.

Newer prefs are set in StaticPrefList.yaml as opposed to firefox.js and all.js. There are also prefs that aren't set by default and will only appear in about:config when user set. See also:

more options

Thank you! , I may need more help later on.