about:config settings questions
1. In the past there was a restriction on the suggested number for "network.http.max-persistent-connections-per-server". Is that still the case?
2. Does prefs.js contain all the altered about:config settings? Can I safely transfer "prefs.js" to other profiles in attempt to enable all those settings changes, instead of changing them manually, one by one.
Svi odgovori (1)
1. Yes, that pref is still supported.
2. It is probably better not to copy prefs.js as this file also stores data Firefox uses internally and other profile specific data. You can copy user_pref() lines you recognize to a user.js file and use this user.js to initialize the new profile. You need to remove user.js after you have used it once since this file is read each time you launch Firefox, so you lose changes made during the current session.