```
### 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):
+```
+<enabled/>
+<data id="SecurityDevices" value="NAME_OF_DEVICE_TO_ADDPATH_TO_LIBRARY_FOR_DEVICE"/>
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Delete
+```
+Value (string):
+```
+<enabled/>
+<data id="SecurityDevices" value="1NAME_OF_DEVICE_TO_REMOVE"/>
+```
+#### macOS
+```
+<dict>
+ <key>SecurityDevices</key>
+ <dict>
+ <key>Add<key>
+ <dict>
+ <key>NAME_OF_DEVICE_TO_ADD</key>
+ <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
+ </dict>
+ <key>Delete</add>
+ <array>
+ <string>NAME_OF_DEVICE_TO_DELETE</string>
+ </array>
+ </dict>
+</dict>
+```
+#### 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\
</dict>
</dict>
```
-
#### policies.json
```
{
<string id="PDFjs_group">PDF.js</string>
<string id="PictureInPicture_group">Bild in Bild</string>
<string id="ProxySettings_group">Proxy</string>
+ <string id="SecurityDevices_group">Security Devices</string>
<string id="Allow">Erlaubte Seiten</string>
<string id="AllowSession">Erlaubte Seiten (Session Only)</string>
<string id="Block">Gesperrte Seiten</string>
<string id="SecurityDevices_Explain">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.</string>
+ <string id="SecurityDevices_Add">Add</string>
+ <string id="SecurityDevices_Delete">Delete</string>
+ <string id="SecurityDevices_Delete_Explain">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.</string>
<string id="SearchBar">Position der Suchleiste</string>
<string id="SearchBar_Explain">Wenn Sie die Richtlinieneinstellung aktivieren, können Sie festlegen, ob die Suchleiste von der Adressleiste getrennt ist.
<string id="PDFjs_group">PDF.js</string>
<string id="PictureInPicture_group">Picture-in-Picture</string>
<string id="ProxySettings_group">Proxy Settings</string>
+ <string id="SecurityDevices_group">Security Devices</string>
<string id="Allow">Allowed Sites</string>
<string id="AllowSession">Allowed Sites (Session Only)</string>
<string id="Block">Blocked Sites</string>
<string id="SecurityDevices_Explain">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.</string>
+ <string id="SecurityDevices_Add">Add</string>
+ <string id="SecurityDevices_Delete">Delete</string>
+ <string id="SecurityDevices_Delete_Explain">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.</string>
<string id="SearchBar">Search bar location</string>
<string id="SearchBar_Explain">If this policy is enabled, you can set whether the search bar is separate from the URL bar.
<string id="PDFjs_group">PDF.js</string>
<string id="PictureInPicture_group">Picture-in-Picture</string>
<string id="ProxySettings_group">Proxy Settings</string>
+ <string id="SecurityDevices_group">Security Devices</string>
<string id="Allow">Sitios permitidos</string>
<string id="AllowSession">Sitios permitidos (Session Only)</string>
<string id="Block">Sitios bloqueados</string>
<string id="SecurityDevices_Explain">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.</string>
+ <string id="SecurityDevices_Add">Add</string>
+ <string id="SecurityDevices_Delete">Delete</string>
+ <string id="SecurityDevices_Delete_Explain">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.</string>
<string id="SearchBar">Ubicación de la barra de búsqueda</string>
<string id="SearchBar_Explain">Si esta política está habilitada, podrá establecer si la barra de búsqueda está separada de la barra de URL.
<category displayName="$(string.ProxySettings_group)" name="ProxySettings">
<parentCategory ref="firefox"/>
</category>
+ <category displayName="$(string.SecurityDevices_group)" name="SecurityDevices">
+ <parentCategory ref="firefox"/>
+ </category>
</categories>
<policies>
<policy name="AppAutoUpdate" class="Both" displayName="$(string.AppAutoUpdate)" explainText="$(string.AppAutoUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="AppAutoUpdate">
<multiText id="JSON" valueName="Containers" maxLength="16384"/>
</elements>
</policy>
+ <policy name="SecurityDevices_Add" class="Both" displayName="$(string.SecurityDevices_Add)" explainText="$(string.SecurityDevices_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.SecurityDevices)" >
+ <parentCategory ref="SecurityDevices"/>
+ <supportedOn ref="SUPPORTED_FF114"/>
+ <elements>
+ <list id="SecurityDevices" key="Software\Policies\Mozilla\Firefox\SecurityDevices\Add" valuePrefix="" explicitValue="true" expandable="true"/>
+ </elements>
+ </policy>
+ <policy name="SecurityDevices_Delete" class="Both" displayName="$(string.SecurityDevices_Delete)" explainText="$(string.SecurityDevices_Delete_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.SecurityDevices)" >
+ <parentCategory ref="SecurityDevices"/>
+ <supportedOn ref="SUPPORTED_FF114"/>
+ <elements>
+ <list id="SecurityDevices" key="Software\Policies\Mozilla\Firefox\SecurityDevices\Delete" valuePrefix=""/>
+ </elements>
+ </policy>
</policies>
</policyDefinitions>
<string id="PDFjs_group">PDF.js</string>
<string id="PictureInPicture_group">Picture-in-Picture</string>
<string id="ProxySettings_group">Proxy Settings</string>
+ <string id="SecurityDevices_group">Security Devices</string>
<string id="Allow">Sites autorisés</string>
<string id="AllowSession">Sites autorisés (Session Only)</string>
<string id="Block">Sites bloqués</string>
<string id="SecurityDevices_Explain">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é..</string>
+ <string id="SecurityDevices_Add">Add</string>
+ <string id="SecurityDevices_Delete">Delete</string>
+ <string id="SecurityDevices_Delete_Explain">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.</string>
<string id="SearchBar">Emplacement de la barre de recherche</string>
<string id="SearchBar_Explain">Si cette stratégie est activée, vous pouvez définir si la barre de recherche est distincte de la barre d'URL.
<string id="PDFjs_group">PDF.js</string>
<string id="PictureInPicture_group">Picture-in-Picture</string>
<string id="ProxySettings_group">Proxy Settings</string>
+ <string id="SecurityDevices_group">Security Devices</string>
<string id="Allow">Siti consentiti</string>
<string id="AllowSession">Siti consentiti (solo sessione)</string>
<string id="Block">Siti bloccati</string>
<string id="SecurityDevices_Explain">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.</string>
+ <string id="SecurityDevices_Add">Add</string>
+ <string id="SecurityDevices_Delete">Delete</string>
+ <string id="SecurityDevices_Delete_Explain">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.</string>
<string id="SearchBar">Posizione barra di ricerca</string>
<string id="SearchBar_Explain">Se questo criterio è abilitato, è possibile impostare se la barra di ricerca sarà separata dalla barra degli indirizzi.
<string id="PDFjs_group">PDF.js</string>
<string id="PictureInPicture_group">Картинка в картинке</string>
<string id="ProxySettings_group">Proxy Settings</string>
+ <string id="SecurityDevices_group">Security Devices</string>
<string id="Allow">Разрешённые сайты</string>
<string id="AllowSession">Разрешённые сайты (Session Only)</string>
<string id="Block">Заблокированные сайты</string>
<string id="SecurityDevices_Explain">Если эта политика включена, вы можете указать список модулей PKCS # 11 для установки. Модули указываются в виде имени и полного пути.
Если эта политика отключена или не настроена, дополнительные модули PKCS # 11 не будут установлены.</string>
+ <string id="SecurityDevices_Add">Add</string>
+ <string id="SecurityDevices_Delete">Delete</string>
+ <string id="SecurityDevices_Delete_Explain">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.</string>
<string id="SearchBar">Расположение панели поиска</string>
<string id="SearchBar_Explain">Если эта политика включена, вы можете указать, будет ли панель поиска отделена от строки URL.
<string id="PDFjs_group">PDF.js</string>
<string id="PictureInPicture_group">子母画面</string>
<string id="ProxySettings_group">Proxy Settings</string>
+ <string id="SecurityDevices_group">Security Devices</string>
<string id="Allow">允许的网站</string>
<string id="AllowSession">允许的网站(仅当次浏览阶段)</string>
<string id="Block">封锁的网站</string>
<string id="SecurityDevices_Explain">若启用此原则,将可以指定要安装的 PKCS #11 模块列表。 需于设定中指定模块名称及完整路径。
若禁用或不设定此原则,则不会安装其他的 PKCS #11 模块。</string>
+ <string id="SecurityDevices_Add">Add</string>
+ <string id="SecurityDevices_Delete">Delete</string>
+ <string id="SecurityDevices_Delete_Explain">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.</string>
<string id="SearchBar">搜索行位置</string>
<string id="SearchBar_Explain">若启用此原则,将可以设定搜索列是否要自网址列分离。
<string id="PDFjs_group">PDF.js</string>
<string id="PictureInPicture_group">子母畫面</string>
<string id="ProxySettings_group">Proxy Settings</string>
+ <string id="SecurityDevices_group">Security Devices</string>
<string id="Allow">允許的網站</string>
<string id="AllowSession">允許的網站(僅當次瀏覽階段)</string>
<string id="Block">封鎖的網站</string>
<string id="SecurityDevices_Explain">若啟用此原則,將可以指定要安裝的 PKCS #11 模組清單。需於設定中指定模組名稱及完整路徑。
若停用或不設定此原則,則不會安裝其他的 PKCS #11 模組。</string>
+ <string id="SecurityDevices_Add">Add</string>
+ <string id="SecurityDevices_Delete">Delete</string>
+ <string id="SecurityDevices_Delete_Explain">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.</string>
<string id="SearchBar">搜尋列位置</string>
<string id="SearchBar_Explain">若啟用此原則,將可以設定搜尋列是否要自網址列分離。