Comments inline.

On Wed, Nov 7, 2018 at 6:17 AM, nextmaritime - Victor Martinez <
[email protected]> wrote:

> Hi Team!
>
>
>
> I deploy settings throught a login script (by GPO)… Actually I am using
> FF ESR  52.x and want to migrate to 60.x to be able to use admx templates
> (Why did take so long to develop admx support???? L) .
>
>
>
> Admx support will be “for ever”? I mean… Can I relax and use admx for many
> years witout worring about support ending?
>

Yes. This will be the official way to do enterprise customizations and it
will continue to be supported.


> Taken in mind the releases roadmap, which ESR 60.x version should I use as
> a kick start? My goal is to not have to update as much as  I can, keeping
> FF safe and stable.
>

I would use the latest ESR. We are adding policy changes to the ESR.


> Why only “computer settings” is now supported by admx and not “user
> settings”? Would be great if we could set settings by user and not only
> computer.
>
> I wandering if the setting starting with  “*”  will be supported by admx
> templates? Bellow my settings on user.js:
>

This is only happening on rapid release, not the ESR, and even so, I'm
going to change them back to user for the next release.


>
> *quote*
>
> rem writing cache directory into user.js
>
> user_pref("browser.cache.disk.parent_directory",
> "C:\Users\test\AppData\Local\Temp\CacheFirefox");
>

This has been requests, but not added yet.


>
>
> rem writing default page into user.js
>
> user_pref("browser.startup.homepage", "www.google.com");
>

This is available.

>
>
> rem writing disable healt report into user.js
>
> user_pref("datareporting.healthreport.uploadEnabled", false);
>

This is obsolete.

>
>
> rem writing disable Allow Firefox to send backlogged crash reports on your
> behalf into user.js
>
> *user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", fasle);
>

This is the default so it shouldn't need to be set.

>
>
> rem writing DISABLE clear cache on exit settings into user.js
>
> user_pref("privacy.clearOnShutdown.cookies", true);
>
> user_pref("privacy.clearOnShutdown.downloads", false);
>
> user_pref("privacy.clearOnShutdown.formdata", false);
>
> user_pref("privacy.clearOnShutdown.history", false);
>
> user_pref("privacy.clearOnShutdown.sessions", true);
>
> user_pref("privacy.sanitize.didShutdownSanitize", false);
>
> user_pref("privacy.sanitize.sanitizeOnShutdown", false);
>

I'm planning to break out these individual options soon.


>
>
> rem writing Request that sites not track you into user.js
>
> *user_pref("privacy.donottrackheader.enabled", true);
>

I have no plans to add this. Do not track never took off.

>
>
> rem writing Disable Automatics Updates into user.js
>
> user_pref("app.update.auto", false);
>
> user_pref("app.update.enabled", false);
>
>
>
> rem writing Disable Use a background service to install updates into
> user.js
>
> *user_pref("app.update.service.enabled", false);
>
>
>
> rem writing Disable install updates silent into user.js
>
> *user_pref("app.update.silent", false);
>
>
>
> rem writing Disable install updates silent into user.js
>
> *user_pref("app.update.staging.enabled", false);
>
> *unquote*
>

Turning off update completely is supported in policy.


>
>
> Best regards!!!!!
>
>
>
> Victor Martinez
>
> _______________________________________________
> Enterprise mailing list
> [email protected]
> https://mail.mozilla.org/listinfo/enterprise
>
> To unsubscribe from this list, please visit https://mail.mozilla.org/
> listinfo/enterprise or send an email to [email protected]
> with a subject of "unsubscribe"
>
>
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"

Reply via email to