Hacker News new | ask | show | jobs
by dingaling 2757 days ago
Sadly there are also 'secret prefs' that are considered so potent that they're not exposed by default in about:config

If you know about them, for example from reading the code, you can create them. So at present about:config is a strange sort of place with lots of knobs but not all of them.

1 comments

is there a good list of those prefs? or perhaps I can scan source code for some string
Frankly, these secret prefs are basically either:

- prefs that a developer was too lazy to add to the list of pref; or - prefs that serve only during automated tests.

You could scan source code for `Services.prefs` and `nsIPreferenceService` if you really want to find them.