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?
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.
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:
quote
rem writing cache directory into user.js
user_pref("browser.cache.disk.parent_directory",
"C:\Users\test\AppData\Local\Temp\CacheFirefox");
rem writing default page into user.js
user_pref("browser.startup.homepage", "www.google.com");
rem writing disable healt report into user.js
user_pref("datareporting.healthreport.uploadEnabled", false);
rem writing disable Allow Firefox to send backlogged crash reports on your
behalf into user.js
*user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", fasle);
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);
rem writing Request that sites not track you into user.js
*user_pref("privacy.donottrackheader.enabled", true);
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
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"