]> git.p6c8.net - policy-templates.git/blobdiff - windows/fr-FR/firefox.adml
Merge pull request #866 from williamtheaker/patch-1
[policy-templates.git] / windows / fr-FR / firefox.adml
index bb7dfbb03c63e4e9951b2803bada708674083863..1784cd0a627687d0dd89abad8aa5e651c4697acd 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>\r
-<policyDefinitionResources revision="3.3" schemaVersion="1.0" >\r
+<policyDefinitionResources revision="3.5" schemaVersion="1.0" >\r
   <displayName/>\r
   <description/>\r
   <resources >\r
@@ -43,6 +43,7 @@
       <string id="SUPPORTED_FF91">Firefox 91 ou supérieur</string>\r
       <string id="SUPPORTED_FF95">Firefox 95 ou supérieur, Firefox 91.4 ESR ou supérieur</string>\r
       <string id="SUPPORTED_FF96">Firefox 96 ou supérieur, Firefox 91.5 ESR ou supérieur</string>\r
+      <string id="SUPPORTED_FF96_ONLY">Firefox 96 ou supérieur</string>\r
       <string id="SUPPORTED_FF97">Firefox 97 ou supérieur, Firefox 91.6 ESR ou supérieur</string>\r
       <string id="SUPPORTED_FF98">Firefox 98 ou supérieur, Firefox 91.7 ESR ou supérieur</string>\r
       <string id="SUPPORTED_FF99">Firefox 99 ou supérieur, Firefox 91.8 ESR ou supérieur</string>\r
@@ -322,6 +323,14 @@ Si cette stratégie est activée ou non configurée, l'accélération matériell
       <string id="LegacyProfiles_Explain">Si cette stratégie est activée, Firefox n'essaiera pas de créer des profils différents pour les installations de Firefox dans différents répertoires. C'est l'équivalent de la variable d'environnement MOZ_LEGACY_PROFILES.\r
 \r
 Si cette stratégie est désactivée ou non configurée, Firefox créera un nouveau profil pour chaque installation unique de Firefox.</string>\r
+      <string id="LegacySameSiteCookieBehaviorEnabled">Revert to legacy SameSite behavior</string>\r
+      <string id="LegacySameSiteCookieBehaviorEnabled_Explain">If this policy is enabled, Firefox will revert to the legacy behavior of SameSite. This means that cookies that don't explicitly specify a SameSite attribute are treated as if they were SameSite=None.\r
+\r
+If this policy is disabled or not configured, Firefox will enforce SameSite=lax.</string>\r
+      <string id="LegacySameSiteCookieBehaviorEnabledForDomainList">Revert to legacy SameSite behavior on specific domains</string>\r
+      <string id="LegacySameSiteCookieBehaviorEnabledForDomainList_Explain">If this policy is enabled, Firefox will revert to the legacy behavior of SameSite for the specified domains. This means that cookies that don't explicitly specify a SameSite attribute are treated as if they were SameSite=None.\r
+\r
+If this policy is disabled or not configured, Firefox will enforce SameSite=lax for all domains.</string>\r
       <string id="LocalFileLinks">Liens de fichiers locaux</string>\r
       <string id="LocalFileLinks_Explain">Si cette stratégie est activée, vous pouvez spécifier les origines où la liaison à des fichiers locaux est autorisée.\r
 \r
@@ -808,6 +817,12 @@ If this policy is disabled or not configured, onboarding messages will be shown
       <string id="DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA">TLS_RSA_WITH_3DES_EDE_CBC_SHA</string>\r
       <string id="DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256">TLS_RSA_WITH_AES_128_GCM_SHA256</string>\r
       <string id="DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384">TLS_RSA_WITH_AES_256_GCM_SHA384</string>\r
+      <string id="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA">TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA</string>\r
+      <string id="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA">TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA</string>\r
+      <string id="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384">TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384</string>\r
+      <string id="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256">TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256</string>\r
+      <string id="DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384">TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384</string>\r
+      <string id="DisabledCiphers_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256">TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256</string>\r
       <string id="DisabledCiphers_Explain">If this policy is enabled, the corresponding cipher is disabled.\r
 \r
 If this policy is disabled, the corresponding cipher is enabled.\r
@@ -1163,6 +1178,9 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</s
       <presentation id="Preferences_security_default_personal_cert">\r
         <dropdownList refId="Preferences_security_default_personal_cert"/>\r
       </presentation>\r
+      <presentation id="LegacySameSiteCookieBehaviorEnabledForDomainList">\r
+        <listBox refId="LegacySameSiteCookieBehaviorEnabledForDomainList"/>\r
+      </presentation>\r
       <presentation id="LocalFileLinks">\r
         <listBox refId="LocalFileLinks"/>\r
       </presentation>\r

patrick-canterino.de