Distributing Mozilla Firefox settings with CCK2
CCK2 is another popular method to create locked Firefox configurations. CCK2 is a Firefox add-on with a GUI which allows you to set many different Firefox preferences. CCK2 will produce AutoConfig settings which can be extracted into the Firefox installation directory. Optionally, CCK2 can also export these settings as a Firefox extension that can be distributed to users.
https://mike.kaply.com/cck2
Install CCK2 into Firefox
Install Mike Kaply's CCK2 extension into Firefox. Configure a few test settings in the CCK2 extension GUI interface and "install it" by following its documentation. After this is done, you should end up with a cck2.cfg file in your Mozilla Firefox program files folder. Relaunching Firefox should result in those few test settings being applied.
Add group policy support into CCK2
In your Firefox program files folder (example: C:\Program Files\Mozilla Firefox) create a cck-import-gpo subfolder and copy cck-import-gpo.jsm into it. This is the module that extends CCK2 by reading registry settings defined via group policy settings and applying them into the CCK2.
Included in this repository is a sample cck2.cfg file. To make use of the GPO module from step 2, copy lines 115-140 (the indented lines) from this sample cck2.cfg file into your own cck2.cfg file generated from step 1. You'll need to add them right ABOVE your last line containing "CCK2.init(..."..
Create group policy settings
Copy the GPO template files into your local system or AD. For example, to experiment with local group policy settings, add Firefox-CCK.admx into your %WINDIR%\PolicyDefinitions folder and copy Firefox-CCK.adml into this folder's en-us subfolder.
Create a new AD group policy or edit your local group policy (run gpedit.msc ) with custom Mozilla Firefox settings. The settings are found under Computer Configuration → Administrative Templates → Mozilla → Firefox. Basic settings descriptions are provided. For more details on specific settings, you'll need to run the CCK2 wizard and read the notes provided within the GUI.
Источник на GitHub: https://github.com/scottcopus/firefox-cck2-gpo
Распространение настроек Mozilla Firefox при помощи CCK2
CCK2 является другим (альтернативным) популярным методом создания locked конфигураций Mozilla Firefox. CCK2 представляет собой дополнение Mozilla Firefox с графическим интерфейсом, которое позволяет вам устанавливать множество различных настроек Mozilla Firefox. CCK2 создаст настройки AutoConfig, которые можно извлечь в установочный каталог Mozilla Firefox. При желании CCK2 также может экспортировать эти настройки как расширение Mozilla Firefox, которое можно распространить среди пользователей.
https://mike.kaply.com/cck2