Closed mpeter50 closed 3 months ago
You need either prefs or the policy. The preferences are how most people would configure Firefox and how it stores the settings itself and the policy is a way to enforce certain settings system-wide.
prefs:
policy:
Yeah, I assumed policies just make some settings global, so I did not apply them. Being able to only download the prefs also implies that I think. Besides, sometimes you dont want to use policies because you only want settings for a specific profile.
I think it would be better if everything (that is possible) would be set in the prefs too.
@allo- I think that's important for user to know, maybe put it somewhere
I guess the main zip should be marked as "Use This!" and the others are optional alternatives. See #296 for adding better explanations.
Yeah, I assumed policies just make some settings global, so I did not apply them. Being able to only download the prefs also implies that I think.
The usual zip contains everything you only need the policies in addition for a few settings that are not exposed as about:config settings.
Policies are another method to apply certain settings. They are more limited, but for administrators who want to preconfigure things on their company's computers the cleaner method than distributing zipped profiles.
When I generate a profile with no settings other than disabling telemetry, the resulting prefs.js will contain these lines:
However the Enterprise Policy documentation on the DisableTemeletry policy says that it affects these preferences:
datareporting.healthreport.uploadEnabled
datareporting.policy.dataSubmissionEnabled
toolkit.telemetry.archive.enabled
The first two are not included in the
prefs.js
. Are they known to be unneeded?