From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:31:39 +0000 (-0400) Subject: Update security device policy X-Git-Tag: v4.12~4^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/4f4961eddb2a70b189e10640cd24bdb68d94f19a?ds=sidebyside Update security device policy --- diff --git a/docs/index.md b/docs/index.md index d8223eb..a518721 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5816,6 +5816,68 @@ Value (string): ``` ### SecurityDevices +Add or delete PKCS #11 modules. + +**Compatibility:** Firefox 114, Firefox ESR 112.12\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** N/A + +#### Windows (GPO) +``` +Software\Policies\Mozilla\Firefox\SecurityDevices\Add\NAME_OF_DEVICE_TO_ADD = PATH_TO_LIBRARY_FOR_DEVICE +Software\Policies\Mozilla\Firefox\SecurityDevices\Remove\1 = NAME_OF_DEVICE_TO_REMOVE +``` +#### Windows (Intune) +OMA-URI: +``` +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Add +``` +Value (string): +``` + + +``` +OMA-URI: +``` +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Delete +``` +Value (string): +``` + + +``` +#### macOS +``` + + SecurityDevices + + Add + + NAME_OF_DEVICE_TO_ADD + PATH_TO_LIBRARY_FOR_DEVICE + + Delete + + NAME_OF_DEVICE_TO_DELETE + + + +``` +#### policies.json +``` +{ + "policies": { + "SecurityDevices": { + "Add": { + "NAME_OF_DEVICE_TO_ADD": "PATH_TO_LIBRARY_FOR_DEVICE" + }, + "Delete": ["NAME_OF_DEVICE_TO_DELETE"] + } + } +} +``` +### SecurityDevices (Deprecated) + Install PKCS #11 modules. **Compatibility:** Firefox 64, Firefox ESR 60.4\ @@ -5846,7 +5908,6 @@ Value (string): ``` - #### policies.json ``` { diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml index f4e0b37..2119c8d 100644 --- a/windows/de-DE/firefox.adml +++ b/windows/de-DE/firefox.adml @@ -85,6 +85,7 @@ PDF.js Bild in Bild Proxy + Security Devices Erlaubte Seiten Erlaubte Seiten (Session Only) Gesperrte Seiten @@ -767,6 +768,11 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, verwe Wenn diese Richtlinieneinstellung aktiviert ist, können Sie eine Liste mit PKCS #11 Modulen definieren. Module werden mit einem Namen und einem qualifizierten Pfad benannt. Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden keine weiteren PKCS #11 Module installiert. + Add + Delete + If this policy is enabled, you can specify the names of PKCS #11 modules to be deleted. + +If this policy is disabled or not configured, no PKCS #11 modules will be deleted. Position der Suchleiste Wenn Sie die Richtlinieneinstellung aktivieren, können Sie festlegen, ob die Suchleiste von der Adressleiste getrennt ist. diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 23ce325..b356c54 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -85,6 +85,7 @@ PDF.js Picture-in-Picture Proxy Settings + Security Devices Allowed Sites Allowed Sites (Session Only) Blocked Sites @@ -767,6 +768,11 @@ If this policy is disabled or not configured, the application will use the defau If this policy is enabled, you can specify a list of PKCS #11 modules to be installed. Modules are specified as a name and a fully qualified path. If this policy is disabled or not configured, no additional PKCS #11 modules will be installed. + Add + Delete + If this policy is enabled, you can specify the names of PKCS #11 modules to be deleted. + +If this policy is disabled or not configured, no PKCS #11 modules will be deleted. Search bar location If this policy is enabled, you can set whether the search bar is separate from the URL bar. diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml index c494d0d..854911c 100644 --- a/windows/es-ES/firefox.adml +++ b/windows/es-ES/firefox.adml @@ -85,6 +85,7 @@ PDF.js Picture-in-Picture Proxy Settings + Security Devices Sitios permitidos Sitios permitidos (Session Only) Sitios bloqueados @@ -769,6 +770,11 @@ Si esta política está deshabilitada o no está configurada, la aplicación uti Si esta política está habilitada, podrá especificar una lista de los módulos PKCS #11 que se instalarán. Los módulos se especifican como un nombre y una ruta de acceso completa. Si esta política está deshabilitada o no está configurada, no se instalarán módulos adicionales de PKCS #11. + Add + Delete + If this policy is enabled, you can specify the names of PKCS #11 modules to be deleted. + +If this policy is disabled or not configured, no PKCS #11 modules will be deleted. Ubicación de la barra de búsqueda Si esta política está habilitada, podrá establecer si la barra de búsqueda está separada de la barra de URL. diff --git a/windows/firefox.admx b/windows/firefox.admx index 70911e7..12f710d 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -149,6 +149,9 @@ + + + @@ -4082,5 +4085,19 @@ + + + + + + + + + + + + + + diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml index c215eac..d8ad369 100644 --- a/windows/fr-FR/firefox.adml +++ b/windows/fr-FR/firefox.adml @@ -85,6 +85,7 @@ PDF.js Picture-in-Picture Proxy Settings + Security Devices Sites autorisés Sites autorisés (Session Only) Sites bloqués @@ -768,6 +769,11 @@ Si cette stratégie est désactivée ou non configurée, l'application utilisera Si cette stratégie est activée, vous pouvez spécifier une liste de modules PKCS#11 à installer. Les modules sont spécifiés sous la forme d'un nom et d'un chemin complet. Si cette stratégie est désactivée ou non configurée, aucun module PKCS#11 supplémentaire ne sera installé.. + Add + Delete + If this policy is enabled, you can specify the names of PKCS #11 modules to be deleted. + +If this policy is disabled or not configured, no PKCS #11 modules will be deleted. Emplacement de la barre de recherche Si cette stratégie est activée, vous pouvez définir si la barre de recherche est distincte de la barre d'URL. diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml index 4c514a7..74e1e1d 100644 --- a/windows/it-IT/firefox.adml +++ b/windows/it-IT/firefox.adml @@ -85,6 +85,7 @@ PDF.js Picture-in-Picture Proxy Settings + Security Devices Siti consentiti Siti consentiti (solo sessione) Siti bloccati @@ -769,6 +770,11 @@ Se questo criterio è disabilitato o non configurato, l'applicazione utilizzerà Se questo criterio è abilitato, è possibile specificare un elenco di moduli PKCS #11 da installare. I moduli devono essere specificati come nome e percorso completo. Se questo criterio è disabilitato o non configurato, non sarà installato alcun modulo PKCS #11 aggiuntivo. + Add + Delete + If this policy is enabled, you can specify the names of PKCS #11 modules to be deleted. + +If this policy is disabled or not configured, no PKCS #11 modules will be deleted. Posizione barra di ricerca Se questo criterio è abilitato, è possibile impostare se la barra di ricerca sarà separata dalla barra degli indirizzi. diff --git a/windows/ru-RU/firefox.adml b/windows/ru-RU/firefox.adml index f04e468..c42597a 100644 --- a/windows/ru-RU/firefox.adml +++ b/windows/ru-RU/firefox.adml @@ -85,6 +85,7 @@ PDF.js Картинка в картинке Proxy Settings + Security Devices Разрешённые сайты Разрешённые сайты (Session Only) Заблокированные сайты @@ -769,6 +770,11 @@ If this policy is disabled or not configured, hidden email tracking pixels and s Если эта политика включена, вы можете указать список модулей PKCS # 11 для установки. Модули указываются в виде имени и полного пути. Если эта политика отключена или не настроена, дополнительные модули PKCS # 11 не будут установлены. + Add + Delete + If this policy is enabled, you can specify the names of PKCS #11 modules to be deleted. + +If this policy is disabled or not configured, no PKCS #11 modules will be deleted. Расположение панели поиска Если эта политика включена, вы можете указать, будет ли панель поиска отделена от строки URL. diff --git a/windows/zh-CN/firefox.adml b/windows/zh-CN/firefox.adml index a20df65..2278cd1 100644 --- a/windows/zh-CN/firefox.adml +++ b/windows/zh-CN/firefox.adml @@ -85,6 +85,7 @@ PDF.js 子母画面 Proxy Settings + Security Devices 允许的网站 允许的网站(仅当次浏览阶段) 封锁的网站 @@ -769,6 +770,11 @@ If this policy is disabled or not configured, hidden email tracking pixels and s 若启用此原则,将可以指定要安装的 PKCS #11 模块列表。 需于设定中指定模块名称及完整路径。 若禁用或不设定此原则,则不会安装其他的 PKCS #11 模块。 + Add + Delete + If this policy is enabled, you can specify the names of PKCS #11 modules to be deleted. + +If this policy is disabled or not configured, no PKCS #11 modules will be deleted. 搜索行位置 若启用此原则,将可以设定搜索列是否要自网址列分离。 diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml index 2261228..e75be17 100644 --- a/windows/zh-TW/firefox.adml +++ b/windows/zh-TW/firefox.adml @@ -85,6 +85,7 @@ PDF.js 子母畫面 Proxy Settings + Security Devices 允許的網站 允許的網站(僅當次瀏覽階段) 封鎖的網站 @@ -767,6 +768,11 @@ If this policy is disabled or not configured, hidden email tracking pixels and s 若啟用此原則,將可以指定要安裝的 PKCS #11 模組清單。需於設定中指定模組名稱及完整路徑。 若停用或不設定此原則,則不會安裝其他的 PKCS #11 模組。 + Add + Delete + If this policy is enabled, you can specify the names of PKCS #11 modules to be deleted. + +If this policy is disabled or not configured, no PKCS #11 modules will be deleted. 搜尋列位置 若啟用此原則,將可以設定搜尋列是否要自網址列分離。