]> git.p6c8.net - policy-templates.git/commitdiff
Add documentaton for XSLTEnabled
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 20 May 2026 17:09:30 +0000 (13:09 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 20 May 2026 17:09:30 +0000 (13:09 -0400)
windows/de-DE/firefox.adml
windows/en-US/firefox.adml
windows/firefox.admx
windows/fr-FR/firefox.adml
windows/ru-RU/firefox.adml

index de6f7a375a73f2aee0deb59ed09de80e06636e3d..68499c02b7b6b78d12c78d0a396bbc42ad073ea9 100644 (file)
@@ -1425,6 +1425,12 @@ Wenn auf "blocked" gesetzt, ist die intelligente Fensterverwaltung deaktiviert u
       <string id="AIControls_SmartWindow_Locked_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, kann der Benutzer die Einstellung für die intelligente Fensterverwaltung nicht ändern.
 
 Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, kann der Benutzer die Einstellung für die intelligente Fensterverwaltung ändern.</string>
+      <string id="XSLTEnabled">XSLT aktivieren</string>
+      <string id="XSLTEnabled_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, wird XSLT (Extensible Stylesheet Language Transformations) aktiviert.
+
+Wenn diese Richtlinieneinstellung deaktiviert ist, wird XSLT (Extensible Stylesheet Language Transformations) deaktiviert.
+
+Wenn diese Richtlinieneinstellung nicht konfiguriert ist, gilt die Firefox-Standardeinstellung.</string>
       <string id="Preferences_Boolean_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf true gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, ist die Einstellung auf false gesperrt.
 
 Für eine Beschreibung der Einstellung, siehe:
index b6beb6a11c1c896db32a5d44044b05c1658b9239..bde91144cf5bcc40f415eab2f441285ee17e5b6d 100644 (file)
@@ -1419,6 +1419,12 @@ If set to "blocked", smart window is disabled and users will not see the feature
       <string id="AIControls_SmartWindow_Locked_Explain">If this policy is enabled, the user cannot change the smart window setting.
 
 If this policy is disabled or not configured, the user can change the smart window setting.</string>
+      <string id="XSLTEnabled">Enable XSLT</string>
+      <string id="XSLTEnabled_Explain">If this policy is enabled, XSLT (Extensible Stylesheet Language Transformations) is enabled.
+
+If this policy is disabled, XSLT (Extensible Stylesheet Language Transformations) is disabled.
+
+If this policy is not configured, the Firefox default applies.</string>
       <string id="Preferences_Boolean_Explain">If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.
 
 For a description of the preference, see:
index b1d974c747b63fe88306b0f9795f8989dd931158..158a5c4b9e1dcf382c3328748948f39e6478a4e9 100644 (file)
         <decimal value="0"/>
       </disabledValue>
     </policy>
+    <policy name="XSLTEnabled" class="Both" displayName="$(string.XSLTEnabled)" explainText="$(string.XSLTEnabled_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="XSLTEnabled">
+      <parentCategory ref="firefox"/>
+      <supportedOn ref="SUPPORTED_FF151_ONLY"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
   </policies>
 </policyDefinitions>
index 3c214577f21242dd93f9396473368e89756d5cb6..d364586620df6bc70c1d51b49c82fca164a97af4 100644 (file)
@@ -1426,6 +1426,12 @@ Si défini sur "blocked", la fenêtre intelligente est désactivée et les utili
       <string id="AIControls_SmartWindow_Locked_Explain">Si cette stratégie est activée, l’utilisateur ne peut pas modifier le paramètre de fenêtre intelligente.
 
 Si cette stratégie est désactivée ou non configurée, l’utilisateur peut modifier le paramètre de fenêtre intelligente.</string>
+      <string id="XSLTEnabled">Activer XSLT</string>
+      <string id="XSLTEnabled_Explain">Si cette stratégie est activée, XSLT (Extensible Stylesheet Language Transformations) est activé.
+
+Si cette stratégie est désactivée, XSLT (Extensible Stylesheet Language Transformations) est désactivé.
+
+Si cette stratégie n’est pas configurée, le paramètre par défaut de Firefox s’applique.</string>
       <string id="Preferences_Boolean_Explain">Si cette stratégie est activée, la préférence est verrouillée sur "true". Si cette stratégie est désactivée, la préférence est verrouillée sur "false".
 
 Pour une description de la préférence, consultez :
index 00469aa0f80a316e60715e28d8c884522823bffb..96b9a63f60c328ff7f608f853563b90269cc22d2 100644 (file)
@@ -1421,6 +1421,12 @@ Mozilla рекомендует не отключать телеметрию. И
       <string id="AIControls_SmartWindow_Locked_Explain">Если эта политика включена, пользователь не может изменить настройку умного окна.
 
 Если эта политика отключена или не настроена, пользователь может изменить настройку умного окна.</string>
+      <string id="XSLTEnabled">Включить XSLT</string>
+      <string id="XSLTEnabled_Explain">Если эта политика включена, XSLT (Extensible Stylesheet Language Transformations) включён.
+
+Если эта политика отключена, XSLT (Extensible Stylesheet Language Transformations) отключён.
+
+Если эта политика не настроена, применяется настройка Firefox по умолчанию.</string>
       <string id="Preferences_Boolean_Explain">Если эта политика включена, предпочтение заблокировано на true. Если эта политика отключена, предпочтение заблокировано на false.
 
 Описание предпочтения см.:

patrick-canterino.de