Hello Xavier,
thanks for your suggestion.
I add the “lockPref("extensions.enabledScopes", 15);” to the configfile, but
the problem is still the same.
The options were set the right way and are visible in about:config,
screenshot1
but the language packs are still disabled after I create a new profile.
screenshot2
The same happens, if I add a normal extension to the ..\browser\extensions
directory
These are the other settings form my config file:
// Proxy Server Einstellungen
pref("network.proxy.autoconfig_url", "http://server/proxy_ff.pac");
pref("network.proxy.type", 2);
// Don't show 'know your rights' on first run
pref("browser.rights.3.shown", true);
// Don't show WhatsNew on first run after every update
pref("browser.startup.homepage_override.mstone","ignore");
// Set default homepage - users can change
// Requires a complex preference
defaultPref("browser.startup.homepage","data:text/plain,browser.startup.homepage=https://www.google.com|http://newintranet|about:config|about:support");
//Import Windows Root Zertifikate
lockPref("security.enterprise_roots.enabled", true);
// FF als Standardbrowser
lockPref("browser.shell.checkDefaultBrowser", false);
lockPref("pref.general.disable_button.default_browser", true);
// Ordner fuer Downloads jedesmal erfragen
pref("browser.download.useDownloadDir", false);
// Inhalte (JavaScript und Java)
pref("javascript.enabled", true);
lockPref("security.enable_java", false);
// NTLM für interne Webseiten
pref("network.automatic-ntlm-auth.trusted-uris", "newintranet, kbmysite");
//add-ons will be disabled by default so we enable it
lockPref("extensions.autoDisableScopes", 0);
lockPref("extensions.enabledScopes", 15);
// Disable the internal PDF viewer
pref("pdfjs.disabled", true);
// Disable health reporter
lockPref("datareporting.healthreport.service.enabled", false);
// Disable all data upload (Telemetry and FHR)
lockPref("datareporting.policy.dataSubmissionEnabled", false);
// Disable crash reporter
lockPref("toolkit.crashreporter.enabled", false);
Components.classes["@mozilla.org/toolkit/crash-reporter;1"].getService(Components.interfaces.nsICrashReporter).submitReports
= false;
Any further ideas or can I provide any further log files or other files which
help to get the cause?
Regards,
Stefan
________________________________
Kienbaum Consultants International GmbH, Sitz der Gesellschaft: Köln, HR
Amtsgericht Köln, Nr. HRB 39418, Geschäftsführung: Jochen Kienbaum (Vors.),
Erik Bethkenhagen, Henning Böhne, Prof. Dr. Walter Jochmann, Fabian Kienbaum,
Hans Ochmann, Dr. Alexander v. Preen, Falk Runge, Dr. Hilmar Schmidt
Diese E-Mail könnte vertrauliche und/oder rechtlich geschützte Informationen
enthalten. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail sind nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are
not the intended recipient (or have received this e-mail in error) please
notify the sender immediately and destroy this e-mail. Any unauthorised
copying, disclosure or distribution of the material in this e-mail is strictly
forbidden.
_______________________________________________
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"