If `EmailTracking` is set to true, hidden email tracking pixels and scripts on websites are blocked. (Firefox 112)
+If `SuspectedFingerprinting` is set to true, Firefox reduces the amount of information exposed to websites to protect against potential fingerprinting attempts. (Firefox 142, Firefox ESR 140.2)
+
`Exceptions` are origins for which tracking protection is not enabled.
-**Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
+`Category` can be either ```strict``` or ```standard```. If category is set, it overrides all other settings except `Exceptions` and the user cannot change the category. (Firefox 142, Firefox ESR 140.2)
+
+**Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5. Category added in Firefox 142/140.2.)\
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\EmailTracking = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\EnableTrackingProtection\SuspectedFingerprinting = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
+Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Category = "strict" | "standard"
```
#### Windows (Intune)
OMA-URI:
```
<enabled/> or <disabled/>
```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/G_TrackingProtection_Category
+```
+Value (string):
+```
+<data id="TrackingProtection_Category" value="strict | standard"/>
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/H_TrackingProtection_SuspectedFingerprinting
+```
+Value (string):
+```
+<enabled/> or <disabled/>
+```
#### macOS
```
<dict>
<true/> | <false/>
<key>EmailTracking</key>
<true/> | <false/>
+ <key>SuspectedFingerprinting</key>
+ <true/> | <false/>
<key>Exceptions</key>
+ <key>Category</key>
+ <string>strict | standard</string>
<array>
<string>https://example.com</string>
</array>
"Cryptomining": true | false,
"Fingerprinting": true | false,
"EmailTracking": true | false,
+ "SuspectedFingerprinting": true | false,
+ "Category": "strict" | "standard",
"Exceptions": ["https://example.com"]
}
}
### FirefoxHome
Customize the Firefox Home page.
-**Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4, Snippets was deprecated in Firefox 122)
+**Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4, Snippets was deprecated in Firefox 122, Stories and SponsoredStories were added in Firefox 141 to replace Pocket and SponsoredPocket.)
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.newtabpage.activity-stream.showSearch`, `browser.newtabpage.activity-stream.feeds.topsites`, `browser.newtabpage.activity-stream.feeds.section.highlights`, `browser.newtabpage.activity-stream.feeds.section.topstories`, `browser.newtabpage.activity-stream.feeds.snippets`, `browser.newtabpage.activity-stream.showSponsoredTopSites`, `browser.newtabpage.activity-stream.showSponsored`
Value (string):
```
<enabled/>
-<data id="FirefoxHome_Search" value="true | false"/>
-<data id="FirefoxHome_TopSites" value="true | false"/>
-<data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
-<data id="FirefoxHome_Highlights" value="true | false"/>
-<data id="FirefoxHome_Pocket" value="true | false"/>
-<data id="FirefoxHome_SponsoredPocket" value="true | false"/>
-<data id="FirefoxHome_Snippets" value="true | false"/>
-<data id="FirefoxHome_Locked" value="true | false"/>
+<data id="FirefoxHome_Search" value="true | false"/>
+<data id="FirefoxHome_TopSites" value="true | false"/>
+<data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
+<data id="FirefoxHome_Highlights" value="true | false"/>
+<data id="FirefoxHome_Pocket" value="true | false"/>
+<data id="FirefoxHome_SponsoredPocket" value="true | false"/>
+<data id="FirefoxHome_Snippets" value="true | false"/>
+<data id="FirefoxHome_Locked" value="true | false"/>
```
#### macOS
```
<true/> | <false/>
<key>Pocket</key>
<true/> | <false/>
+ <key>Stories</key>
+ <true/> | <false/>
<key>SponsoredPocket</key>
<true/> | <false/>
+ <key>SponsoredStories</key>
+ <true/> | <false/>
<key>Snippets</key>
<true/> | <false/>
<key>Locked</key>
"SponsoredTopSites": true | false,
"Highlights": true | false,
"Pocket": true | false,
+ "Stories": true | false,
"SponsoredPocket": true | false,
+ "SponsoredStories": true | false,
"Snippets": true | false,
"Locked": true | false
}
`Additional` allows for more than one homepage.
-`StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
+`StartPage` is how Firefox starts.
-With Firefox 78, an additional option as added for `Startpage`, `homepage-locked`. If this is value is set for the Startpage, the user will always get the homepage at startup and cannot choose to restore their session.
+| Value | Description
+|-------------------|-----------------------------------------------------------------------------
+| `none` | Start with a blank page (no homepage, no previous session).
+| `homepage` | Start with the homepage in `URL` policy.
+| `previous-session`| Restore the previous session (all tabs and windows reopen).
+| `homepage-locked` | Always force the homepage at startup, users cannot choose session restore. (Firefox 78)
**Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
**CCK2 Equivalent:** `homePage`,`lockHomePage`\
`Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
-**Compatibility:** Firefox 62, Firefox ESR 60.2 (Autoplay added in Firefox 74, Firefox ESR 68.6, Autoplay Default/Locked added in Firefox 76, Firefox ESR 68.8, VirtualReality added in Firefox 80, Firefox ESR 78.2)\
+**Compatibility:** Firefox 62, Firefox ESR 60.2 (Autoplay added in Firefox 74, Firefox ESR 68.6, Autoplay Default/Locked added in Firefox 76, Firefox ESR 68.8, VirtualReality added in Firefox 80, Firefox ESR 78.2, ScreenShare added in Firefox 142, Firefox ESR 140.2)\
**CCK2 Equivalent:** N/A\
-**Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
+**Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`, `permissions.default.screen`
#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\Permissions\ScreenShare\Allow\1 = "https://example.org"
+Software\Policies\Mozilla\Firefox\Permissions\ScreenShare\Allow\2 = "https://example.com"
+Software\Policies\Mozilla\Firefox\Permissions\ScreenShare\Block\1 = "https://example.edu"
+Software\Policies\Mozilla\Firefox\Permissions\ScreenShare\BlockNewRequests = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\Permissions\ScreenShare\Locked = 0x1 | 0x0
```
#### Windows (Intune)
OMA-URI:
```
OMA-URI:
```
-./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~VirtualReality/VirtualReality_Locked
+```
+Value (string):
+```
+<enabled/> or <disabled/>
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~ScreenShare/ScreenShare_Allow
+```
+Value (string):
+```
+<enabled/>
+<data id="Permissions" value="1https://example.org2https://example.com"/>
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~ScreenShare/ScreenShare_Block
+```
+Value (string):
+```
+<enabled/>
+<data id="Permissions" value="1https://example.edu"/>
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~ScreenShare/ScreenShare_BlockNewRequests
+```
+Value (string):
+```
+<enabled/> or <disabled/>
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~ScreenShare/ScreenShare_Locked
```
Value (string):
```
<key>Locked</key>
<true/> | <false/>
</dict>
+ <key>VirtualReality</key>
+ <dict>
+ <key>Allow</key>
+ <array>
+ <string>https://example.org</string>
+ </array>
+ <key>Block</key>
+ <array>
+ <string>https://example.edu</string>
+ </array>
+ <key>BlockNewRequests</key>
+ <true/> | <false/>
+ <key>Locked</key>
+ <true/> | <false/>
+ </dict>
+ <key>ScreenShare</key>
+ <dict>
+ <key>Allow</key>
+ <array>
+ <string>https://example.org</string>
+ </array>
+ <key>Block</key>
+ <array>
+ <string>https://example.edu</string>
+ </array>
+ <key>BlockNewRequests</key>
+ <true/> | <false/>
+ <key>Locked</key>
+ <true/> | <false/>
+ </dict>
</dict>
</dict>
```
"Block": ["https://example.edu"],
"Default": "allow-audio-video" | "block-audio" | "block-audio-video",
"Locked": true | false
+ },
+ "VirtualReality": {
+ "Allow": ["https://example.org"],
+ "Block": ["https://example.edu"],
+ "BlockNewRequests": true | false,
+ "Locked": true | false
+ },
+ "ScreenShare": {
+ "Allow": ["https://example.org"],
+ "Block": ["https://example.edu"],
+ "BlockNewRequests": true | false,
+ "Locked": true | false
}
}
}
keyword.enabled (Firefox 95, Firefox ESR 91.4)
layers.
layout.
+mathml.disabled (Firefox 141, Firefox ESR 140.1)
media.
network.
pdfjs. (Firefox 84, Firefox ESR 78.6)
places.
pref.
print.
+privacy.baselineFingerprintingProtection, privacy.baselineFingerprintingProtection.* (Firefox 141, Firefox ESR 140.1)
+privacy.fingerprintingProtection, privacy.fingerprintingProtection.* (Firefox 141, Firefox ESR 140.1)
privacy.globalprivacycontrol.enabled (Firefox 127, Firefox ESR 128.0)
privacy.userContext.enabled (Firefox 126, Firefox ESR 115.11)
privacy.userContext.ui.enabled (Firefox 126, Firefox ESR 115.11)
signon. (Firefox 83, Firefox ESR 78.5)
spellchecker. (Firefox 84, Firefox ESR 78.6)
+svg.context-properties.content.enabled (Firefox 141, Firefox ESR 140.1)
+svg.disabled (Firefox 141, Firefox ESR 140.1)
toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
ui.
+webgl.disabled (Firefox 141, Firefox ESR 140.1)
+webgl.force-enabled (Firefox 141, Firefox ESR 140.1)
widget.
+xpinstall.enabled (Firefox 141, Firefox ESR 140.1)
xpinstall.signatures.required (Firefox ESR 102.10, Firefox ESR only)
xpinstall.whitelist.required (Firefox 118, Firefox ESR 115.3)
```
| Preference | Type | Default
| --- | --- | --- |
+| security.csp.reporting.enabled | bool | true
+| If set to false, disables CSP reporting. (Firefox 141, Firefox ESR 140.1)
| security.default_personal_cert | string | Ask Every Time
| If set to Select Automatically, Firefox automatically chooses the default personal certificate.
| security.disable_button.openCertManager | string | N/A
-| If set to true and locked, the View Certificates button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
+| If set to true and locked, the View Certificates button in preferences is disabled. (Firefox 121, Firefox ESR 115.6)
| security.disable_button.openDeviceManager | string | N/A
-| If set to true and locked, the Security Devices button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
+| If set to true and locked, the Security Devices button in preferences is disabled. (Firefox 121, Firefox ESR 115.6)
| security.insecure_connection_text.enabled | bool | false
| If set to true, adds the words "Not Secure" for insecure sites.
| security.insecure_connection_text.pbmode.enabled | bool | false
"Cryptomining": true | false,
"Fingerprinting": true | false,
"EmailTracking": true | false,
+ "SuspectedFingerprinting": true | false,
+ "Category": "strict" | "standard",
"Exceptions": ["https://example.com"]
},
"EncryptedMediaExtensions": {
"Block": ["https://example.edu"],
"Default": "allow-audio-video" | "block-audio" | "block-audio-video",
"Locked": true | false
- }
+ },
+ "VirtualReality": {
+ "Allow": ["https://example.org"],
+ "Block": ["https://example.edu"],
+ "BlockNewRequests": true | false,
+ "Locked": true | false
+ },
+ "ScreenShare": {
+ "Allow": ["https://example.org"],
+ "Block": ["https://example.edu"],
+ "BlockNewRequests": true | false,
+ "Locked": true | false
+ },
},
"PictureInPicture": {
"Enabled": true | false,
<true/>
<key>EmailTracking</key>
<true/>
+ <key>SuspectedFingerprinting</key>
+ <true/>
+ <key>Category</key>
+ <string>strict</string>
<key>Exceptions</key>
<array>
<string>https://example.com</string>
<key>Locked</key>
<true/>
</dict>
+ <key>ScreenShare</key>
+ <dict>
+ <key>Allow</key>
+ <array>
+ <string>https://example.org</string>
+ </array>
+ <key>Block</key>
+ <array>
+ <string>https://example.edu</string>
+ </array>
+ <key>BlockNewRequests</key>
+ <true/>
+ <key>Locked</key>
+ <true/>
+ </dict>
</dict>
<key>PictureInPicture</key>
<dict>
<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitionResources revision="7.0" schemaVersion="1.0">
+<policyDefinitionResources revision="7.2" schemaVersion="1.0">
<displayName/>
<description/>
<resources>
<string id="SUPPORTED_FF129">Firefox 129 oder höher, Firefox 128.1 ESR oder höher</string>
<string id="SUPPORTED_FF130">Firefox 130 oder höher, Firefox 128.2 ESR oder höher</string>
<string id="SUPPORTED_FF130_ONLY">Firefox 130 oder höher</string>
- <string id="SUPPORTED_FF131">Firefox 131 oder höher, Firefox 128.3 ESR oder höhe</string>
+ <string id="SUPPORTED_FF131">Firefox 131 oder höher, Firefox 128.3 ESR oder höher</string>
<string id="SUPPORTED_FF137_ONLY">Firefox 137 oder höher</string>
<string id="SUPPORTED_FF138_ONLY">Firefox 138 oder höher</string>
- <string id="SUPPORTED_FF138">Firefox 138 oder höher, Firefox 128.10 ESR oder höhe</string>
+ <string id="SUPPORTED_FF138">Firefox 138 oder höher, Firefox 128.10 ESR oder höher</string>
+ <string id="SUPPORTED_FF142">Firefox 142 oder höher, Firefox 140.2 ESR oder höher</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Berechtigungen</string>
<string id="Camera_group">Kamera</string>
<string id="Notifications_group">Benachrichtigungen</string>
<string id="Autoplay_group">Automatische Wiedergabe</string>
<string id="VirtualReality_group">Virtual Reality</string>
+ <string id="ScreenShare_group">Bildschirmfreigabe</string>
<string id="Authentication_group">Authentifizierung</string>
<string id="Bookmarks_group">Lesezeichen</string>
<string id="Certificates_group">Zertifikate</string>
<string id="VirtualReality_Locked_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, können die Einstellungen zu Virtual Reality nicht vom Anwender geändert werden.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, können Nutzer ihre Einstellungen zu Virtual Reality ändern.</string>
+ <string id="ScreenShare_Allow_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, ist die Bildschirmfreigabe für angegebene Ursprünge immer erlaubt.
+
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, folgen Anfragen zur Bildschirmfreigabe der Standardrichtlinie.</string>
+ <string id="ScreenShare_Block_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, wird die Bildschirmfreigabe für angegebene Ursprünge blockiert.
+
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, folgen Anfragen zur Bildschirmfreigabe der Standardrichtlinie.</string>
+ <string id="ScreenShare_BlockNewRequests">Neue Anfragen zur Bildschirmfreigabe blockieren</string>
+ <string id="ScreenShare_BlockNewRequests_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, können Websites, die nicht in der Richtlinie „Erlauben“ aufgeführt sind, keine Bildschirmfreigabe anfordern.
+
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, können alle Websites, die nicht in der Richtlinieneinstellung „Blockieren“ aufgeführt sind, eine Bildschirmfreigabe anfordern.</string>
+ <string id="ScreenShare_Locked">Ändern der Einstellungen zur Bildschirmfreigabe nicht zulassen</string>
+ <string id="ScreenShare_Locked_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, können die Einstellungen zur Bildschirmfreigabe vom Benutzer nicht geändert werden.
+
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, kann der Benutzer seine Einstellungen zur Bildschirmfreigabe ändern.</string>
<string id="FirefoxHome">Firefox Home anpassen</string>
<string id="FirefoxHome_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, können die Sektionen festgelegt werden, die der Anwender sieht und der Anwender kann diese nicht mehr anpassen.
<string id="TrackingProtection_EmailTracking_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, werden versteckte E-Mail-Pixel und Skripte auf Websites blockiert.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden versteckte E-Mail-Pixel und Skripte auf Websites nicht blockiert.</string>
+ <string id="TrackingProtection_Category">Modus für den Schutz vor Aktivitätenverfolgung</string>
+ <string id="TrackingProtection_Category_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, kann der Modus für den Schutz vor Aktivitätenverfolgung auf Standard oder Streng festgelegt werden, und der Benutzer kann ihn nicht ändern.
+
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird der Standardmodus für den Schutz vor Aktivitätenverfolgung verwendet und der Benutzer kann ihn ändern.</string>
+ <string id="Strict">Streng</string>
+ <string id="Standard">Standard</string>
+ <string id="TrackingProtection_SuspectedFingerprinting">Verdächtiges Fingerprinting</string>
+ <string id="TrackingProtection_SuspectedFingerprinting_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, reduziert Firefox die Menge an Informationen, die Websites zur Verfügung gestellt werden, um potenzielle Fingerprinting-Versuche zu verhindern.
+
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, reduziert Firefox die bereitgestellten Informationen für verdächtiges Fingerprinting nicht.</string>
<string id="RequestedLocales">Angefordertes Gebietsschema</string>
<string id="RequestedLocalesString">Angefordertes Gebietsschema (Zeichenfolge)</string>
<string id="RequestedLocales_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, können Sie eine Liste der angeforderten Gebietsschemata für die Anwendung in der Reihenfolge ihrer Präferenz angeben. Dadurch wird das entsprechende Sprachpaket aktiv.
<presentation id="ContentAnalysis_TimeoutResult">
<dropdownList refId="ContentAnalysis_TimeoutResult"/>
</presentation>
+ <presentation id="TrackingProtection_Category">
+ <dropdownList refId="TrackingProtection_Category"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>
<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitionResources revision="7.0" schemaVersion="1.0">
+<policyDefinitionResources revision="7.2" schemaVersion="1.0">
<displayName/>
<description/>
<resources>
<string id="SUPPORTED_FF137_ONLY">Firefox 137 or later</string>
<string id="SUPPORTED_FF138_ONLY">Firefox 138 or later</string>
<string id="SUPPORTED_FF138">Firefox 138, Firefox 128.10 ESR</string>
+ <string id="SUPPORTED_FF142">Firefox 142 or later, Firefox 140.2 ESR or later</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Permissions</string>
<string id="Camera_group">Camera</string>
<string id="Notifications_group">Notifications</string>
<string id="Autoplay_group">Autoplay</string>
<string id="VirtualReality_group">Virtual Reality</string>
+ <string id="ScreenShare_group">Screen Sharing</string>
<string id="Authentication_group">Authentication</string>
<string id="Bookmarks_group">Bookmarks</string>
<string id="Certificates_group">Certificates</string>
If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
-If this policy is not configured, the user can choose whether not Firefox is automatically updated.</string>
+If this policy is not configured, the user can choose whether or not Firefox is automatically updated.</string>
<string id="AppUpdateURL">Custom Update URL</string>
<string id="AppUpdateURL_Explain">If this policy is enabled, you can set a URL to an update server other than the default. This could be helpful if you run your own update server on your network.
For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication.</string>
<string id="Authentication_NTLM">NTLM</string>
- <string id="Authentication_NTLM_Explain">If this policy is enabled, the specified websites are trusted to use NTLM authentification. Entries in the list are formatted as mydomain.com or https://myotherdomain.com.
+ <string id="Authentication_NTLM_Explain">If this policy is enabled, the specified websites are trusted to use NTLM authentication. Entries in the list are formatted as mydomain.com or https://myotherdomain.com.
-If this policy is disabled or not configured, no websites are trusted to use NTLM authentification.
+If this policy is disabled or not configured, no websites are trusted to use NTLM authentication.
For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication.</string>
<string id="Authentication_AllowNonFQDN">Allow Non FQDN</string>
If this policy is disabled or not configured, web developer tools are available within Firefox.</string>
<string id="DisableFeedbackCommands">Disable Feedback Commands</string>
- <string id="DisableFeedbackCommands_Explain">If this policy is enabled, the "Submit Feedback" and "Report Deceptive Site" menuitems are not available from the help menu.
+ <string id="DisableFeedbackCommands_Explain">If this policy is enabled, the "Submit Feedback" and "Report Deceptive Site" menu items are not available from the help menu.
-If this policy is disabled or not configured, the "Submit Feedback" and "Report Deceptive Site" menuitems are available from the help menu.</string>
+If this policy is disabled or not configured, the "Submit Feedback" and "Report Deceptive Site" menu items are available from the help menu.</string>
<string id="DisableFirefoxAccounts">Disable Firefox Accounts</string>
<string id="DisableFirefoxAccounts_Explain">If this policy is enabled, Firefox Accounts is disabled which includes disabling Sync.
If this policy is disabled or not configured, the bookmarks toolbar is not displayed by default.</string>
<string id="DisplayBookmarksToolbar_Enum">Display Bookmarks Toolbar</string>
- <string id="DisplayBookmarksToolbar_Enum_Explain">If this policy is enabled, the default bokmarks toolbar display can be configured.
+ <string id="DisplayBookmarksToolbar_Enum_Explain">If this policy is enabled, the default bookmarks toolbar display can be configured.
If this policy is disabled or not configured, the bookmarks toolbar is displayed on the new tab page by default.</string>
<string id="DisplayBookmarksToolbar_Always">Always</string>
<string id="Microphone_Locked">Do not allow preferences to be changed</string>
<string id="Microphone_Locked_Explain">If this policy is enabled, microphone preferences cannot be changed by the user.
-If this policy is disabled or not configured, the user can change their camera preferences.</string>
+If this policy is disabled or not configured, the user can change their microphone preferences.</string>
<string id="Location_Allow_Explain">If this policy is enabled, access to location is always allowed for the origins indicated.
If this policy is disabled or not configured, the default location policy is followed.</string>
<string id="VirtualReality_Block_Explain">If this policy is enabled, access to virtual reality devices is blocked for the origins indicated.
If this policy is disabled or not configured, access to virtual reality devices is not blocked by default.</string>
- <string id="VirtualReality_BlockNewRequests">Block new requests asking to access virtual reality devices.</string>
+ <string id="VirtualReality_BlockNewRequests">Block new requests asking to access virtual reality devices</string>
<string id="VirtualReality_BlockNewRequests_Explain">If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to access virtual reality devices.
-If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to virtual reality devices.</string>
+If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to access virtual reality devices.</string>
<string id="VirtualReality_Locked">Do not allow preferences to be changed</string>
<string id="VirtualReality_Locked_Explain">If this policy is enabled, virtual reality preferences cannot be changed by the user.
If this policy is disabled or not configured, the user can change their virtual reality preferences.</string>
+ <string id="ScreenShare_Allow_Explain">If this policy is enabled, screen sharing is always allowed for specified origins.
+
+If this policy is disabled or not configured, screen sharing requests follow the default policy.</string>
+ <string id="ScreenShare_Block_Explain">If this policy is enabled, screen sharing is blocked for specified origins.
+
+If this policy is disabled or not configured, screen sharing requests follow the default policy.</string>
+ <string id="ScreenShare_BlockNewRequests">Block new screen sharing requests</string>
+ <string id="ScreenShare_BlockNewRequests_Explain">If this policy is enabled, sites that are not in the Allow policy cannot request screen sharing.
+
+If this policy is disabled or not configured, any site that is not in the Block policy can request screen sharing.</string>
+ <string id="ScreenShare_Locked">Do not allow screen sharing preferences to be changed</string>
+ <string id="ScreenShare_Locked_Explain">If this policy is enabled, screen sharing preferences cannot be changed by the user.
+
+If this policy is disabled or not configured, the user can change their screen sharing preferences.</string>
<string id="FirefoxHome">Customize Firefox Home</string>
<string id="FirefoxHome_Explain">If this policy is enabled, you can choose the sections displayed on Firefox Home and prevent the user from changing them.
<string id="OverridePostUpdatePage">Override the upgrade page</string>
<string id="OverridePostUpdatePage_Explain">If this policy is enabled, you can specify a URL to be displayed after Firefox is updated. If you leave the URL blank, no upgrade page will be shown.
-If this policy is disabled or not configured, the upgrade is displayed.</string>
+If this policy is disabled or not configured, the upgrade page is displayed.</string>
<string id="SanitizeOnShutdown">Clear data when browser is closed (Moved)</string>
<string id="SanitizeOnShutdown_Explain">If this policy is enabled, you can choose data to be cleared when Firefox is closed.
If this policy is disabled or not configured, browsing history, download history, search history, and form data are not cleared when the browser is closed.</string>
<string id="SanitizeOnShutdown_Sessions">Active Logins</string>
- <string id="SanitizeOnShutdown_Sessions_Explain">If the policy is enabled, sessions cleared when the browser is closed.
+ <string id="SanitizeOnShutdown_Sessions_Explain">If the policy is enabled, sessions are cleared when the browser is closed.
-If this policy is disabled or not configured, sessions not cleared when the browser is closed.</string>
+If this policy is disabled or not configured, sessions are not cleared when the browser is closed.</string>
<string id="SanitizeOnShutdown_SiteSettings">Site Preferences</string>
<string id="SanitizeOnShutdown_SiteSettings_Explain">If the policy is enabled, site preferences are cleared when the browser is closed.
<string id="TrackingProtection_EmailTracking_Explain">If this policy is enabled, hidden email tracking pixels and scripts on websites are blocked.
If this policy is disabled or not configured, hidden email tracking pixels and scripts on websites are not blocked.</string>
+ <string id="TrackingProtection_Category">Tracking Protection Mode</string>
+ <string id="TrackingProtection_Category_Explain">If this policy is enabled, the tracking protection mode can be set to either Standard or Strict, and the user cannot change it.
+
+If this policy is disabled or not configured, the default tracking protection mode is used and the user can change it.</string>
+ <string id="Strict">Strict</string>
+ <string id="Standard">Standard</string>
+ <string id="TrackingProtection_SuspectedFingerprinting">Suspected Fingerprinting</string>
+ <string id="TrackingProtection_SuspectedFingerprinting_Explain">If this policy is enabled, Firefox reduces the amount of information exposed to websites to protect against potential fingerprinting attempts.
+
+If this policy is disabled or not configured, Firefox does not reduce information exposure for suspected fingerprinting.</string>
<string id="RequestedLocales">Requested locale</string>
<string id="RequestedLocalesString">Requested locale (string)</string>
<string id="RequestedLocales_Explain">If this policy is enabled, you can specify a list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
<string id="TLS1_2">TLS 1.2</string>
<string id="TLS1_3">TLS 1.3</string>
<string id="SupportMenu">Support Menu</string>
- <string id="SupportMenu_Explain">If this policy is enabled, a new menuitem is added to the help menu with support information.
+ <string id="SupportMenu_Explain">If this policy is enabled, a new menu item is added to the help menu with support information.
-If this policy is disabled or not configured, no menuitem is added.</string>
+If this policy is disabled or not configured, no menu item is added.</string>
<string id="UserMessaging_WhatsNew">What's New (Deprecated)</string>
- <string id="UserMessaging_WhatsNew_Explain">If this policy is disabled, the What's new icon and menuitem will not be displayed.
+ <string id="UserMessaging_WhatsNew_Explain">If this policy is disabled, the What's new icon and menu item will not be displayed.
-If this policy is enabled or not configured, the What's New icon and menuitem will be displayed.</string>
+If this policy is enabled or not configured, the What's New icon and menu item will be displayed.</string>
<string id="UserMessaging_ExtensionRecommendations">Extension Recommendations</string>
<string id="UserMessaging_ExtensionRecommendations_Explain">If this policy is disabled, extensions will not be recommended as the user visits websites.
<string id="EncryptedMediaExtensions_Locked">Lock Encrypted Media Extensions</string>
<string id="EncryptedMediaExtensions_Locked_Explain">If this policy is enabled and EncryptedMediaExtensions are disabled, Firefox will not download encrypted media extensions (like Widevine) or ask the user to install them.
-If this policy is not disabled or not configured, it has no effect.</string>
+If this policy is disabled or not configured, it has no effect.</string>
<string id="PDFjs_Enabled">Enable PDF.js</string>
<string id="PDFjs_Enabled_Explain">If this policy is disabled, the built-in PDF viewer is not used.
<string id="PDFjs_EnablePermissions">Enable Permissions</string>
<string id="PDFjs_EnablePermissions_Explain">If this policy is enabled, the built-in PDF viewer will honor document permissions like preventing the copying of text.
-If this policy is not disabled or not configured, document permissions are ignored.</string>
+If this policy is disabled or not configured, document permissions are ignored.</string>
<string id="PictureInPicture_Enabled">Enabled</string>
<string id="PictureInPicture_Enabled_Explain">If this policy is disabled, the Picture-in-Picture toggle does not appear on videos.
<string id="PictureInPicture_Locked">Locked</string>
<string id="PictureInPicture_Locked_Explain">If this policy is enabled, Picture-in-Picture settings cannot be changed by the user.
-If this policy is disabled or not configured,Picture-in-Picture settings can be changed by the user.</string>
+If this policy is disabled or not configured, Picture-in-Picture settings can be changed by the user.</string>
<string id="PrimaryPassword">Primary (Master) Password</string>
<string id="PrimaryPassword_Explain">If this policy is enabled, a primary password is required.
If this policy is disabled or not configured, users can access any account on Google Workspace as well as Gmail.</string>
<string id="BackgroundAppUpdate">Background updater</string>
- <string id="BackgroundAppUpdate_Explain">If this policy disabled, the application will not try to install updates when the application is not running.
+ <string id="BackgroundAppUpdate_Explain">If this policy is disabled, the application will not try to install updates when the application is not running.
If this policy is enabled or not configured, application updates may be installed (without user approval) in the background, even when the application is not running. The operating system might still require approval.</string>
<string id="AutoLaunchProtocolsFromOriginsOneLine">Auto Launch Protocols From Origins (JSON on one line)</string>
For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#exemptdomainfiletypepairsfromfiletypedownloadwarnings.</string>
<string id="StartDownloadsInTempDirectory">Start Downloads in Temporary Directory</string>
- <string id="StartDownloadsInTempDirectory_Explain">If this policy is enabled, Firefox will start downloads in a temporary directory and automatically deleted when you close the browser.
+ <string id="StartDownloadsInTempDirectory_Explain">If this policy is enabled, Firefox will start downloads in a temporary directory and they will be automatically deleted when you close the browser.
-If this policy is disabled or not configured, Firefox will to the download folder and will not be automatically deleted when you close the browser.</string>
+If this policy is disabled or not configured, Firefox will put downloads in the download folder and they will not be automatically deleted when you close the browser.</string>
<string id="GoToIntranetSiteForSingleWordEntryInAddressBar">Force direct intranet site navigation on single word entries in the address bar</string>
<string id="GoToIntranetSiteForSingleWordEntryInAddressBar_Explain">If this policy is enabled, typing single word entries in the address bar will attempt to navigate to intranet sites first, falling back to search if the DNS request fails.
If this policy is disabled, DNS is not proxied when using SOCKS.
-If this policy not configured, DNS is not proxied when using SOCKS v4, but proxied when using SOCKS v5.</string>
+If this policy is not configured, DNS is not proxied when using SOCKS v4, but proxied when using SOCKS v5.</string>
<string id="DisableThirdPartyModuleBlocking">Disable Third Party Module Blocking</string>
<string id="DisableThirdPartyModuleBlocking_Explain">If this policy is enabled, users are not allowed to block third-party modules from the about:third-party page.
-If this policy is disabled or not configured, users users are allowed to block third-party modules from the about:third-party page.</string>
+If this policy is disabled or not configured, users are allowed to block third-party modules from the about:third-party page.</string>
<string id="ContainersOneLine">Containers (JSON on one line)</string>
<string id="Containers">Containers</string>
<string id="Containers_Explain">If this policy is enabled, you can use JSON to configure the default containers.
If this policy is disabled, you will not get these suggestions.
-If this policy is not configured, , you will get suggestions from Firefox related to your search.</string>
+If this policy is not configured, you will get suggestions from Firefox related to your search.</string>
<string id="FirefoxSuggest_SponsoredSuggestions">Suggestions from sponsors</string>
<string id="FirefoxSuggest_SponsoredSuggestions_Explain">If this policy is enabled, you will support the development of Firefox with occasional sponsored suggestions.
<string id="HttpsOnlyMode_Enabled">On by default</string>
<string id="HttpsOnlyMode_ForceEnabled">On and locked</string>
<string id="HttpAllowlist">HTTP Allowlist</string>
- <string id="HttpAllowlist_Explain">If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
+ <string id="HttpAllowlist_Explain">If this policy is enabled, you can specify a list of origins that will not be upgraded to HTTPS.
If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled.</string>
<string id="PrivateBrowsingModeAvailability">Private Browsing Mode Availability</string>
<string id="ContentAnalysis_BypassForSameTabOperations">Bypass For Same Tab Operations</string>
<string id="ContentAnalysis_BypassForSameTabOperations_Explain">If this policy is enabled, Firefox will automatically allow DLP requests whose data comes from the same tab and frame - for example, if data is copied to the clipboard and then pasted on the same page.
-If this policy is disabled or not configured, Firefox Firefox will not pass DLP requests whose data comes from the same tab and frame to the DLP agent as normal.</string>
+If this policy is disabled or not configured, Firefox will not pass DLP requests whose data comes from the same tab and frame to the DLP agent as normal.</string>
<string id="ContentAnalysis_ClientSignature">Client Signature</string>
<string id="ContentAnalysis_ClientSignature_Explain">If this policy is enabled, you can set the required signature of the DLP agent connected to the pipe. If this is a non-empty string and the DLP agent does not have a signature with a Subject Name that exactly matches this value, Firefox will not connect to the pipe.
For a description of the preference, see:
https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.</string>
- <string id="Preferences_Unsupported_Explain">This preference is no longer support on Windows. We are investigating creating a policy.</string>
+ <string id="Preferences_Unsupported_Explain">This preference is no longer supported on Windows. We are investigating creating a policy.</string>
<string id="Preferences_accessibility_force_disabled_auto">Auto (0)</string>
<string id="Preferences_accessibility_force_disabled_off">Always Off (1)</string>
<string id="Preferences_security_default_personal_cert_Ask_Every_Time">Ask Every Time</string>
</presentation>
<presentation id="FirefoxHome">
<checkBox refId="FirefoxHome_Search">Search</checkBox>
- <checkBox refId="FirefoxHome_TopSites">Top Sites</checkBox>
- <checkBox refId="FirefoxHome_SponsoredTopSites">Sponsored Top Sites</checkBox>
- <checkBox refId="FirefoxHome_Highlights">Download History</checkBox>
- <checkBox refId="FirefoxHome_Pocket">Recommended by Pocket</checkBox>
- <checkBox refId="FirefoxHome_SponsoredPocket">Sponsored Pocket Stories</checkBox>
- <checkBox refId="FirefoxHome_Snippets">Snippets</checkBox>
+ <checkBox refId="FirefoxHome_TopSites">Shortcuts</checkBox>
+ <checkBox refId="FirefoxHome_SponsoredTopSites">Sponsored shortcuts</checkBox>
+ <checkBox refId="FirefoxHome_Highlights">Recent activity</checkBox>
+ <checkBox refId="FirefoxHome_Pocket">Recommended stories</checkBox>
+ <checkBox refId="FirefoxHome_SponsoredPocket">Sponsored stories</checkBox>
+ <checkBox refId="FirefoxHome_Snippets">Snippets (deprecated)</checkBox>
<checkBox refId="FirefoxHome_Locked">Don't allow settings to be changed</checkBox>
</presentation>
<presentation id="ExtensionSettings">
<presentation id="ContentAnalysis_TimeoutResult">
<dropdownList refId="ContentAnalysis_TimeoutResult"/>
</presentation>
+ <presentation id="TrackingProtection_Category">
+ <dropdownList refId="TrackingProtection_Category"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>
<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitions revision="7.0" schemaVersion="1.0">
+<policyDefinitions revision="7.2" schemaVersion="1.0">
<policyNamespaces>
<target prefix="firefox" namespace="Mozilla.Policies.Firefox"/>
<using prefix="Mozilla" namespace="Mozilla.Policies"/>
</policyNamespaces>
- <resources minRequiredRevision="7.0"/>
+ <resources minRequiredRevision="7.2"/>
<supportedOn>
<definitions>
<definition name="UNSUPPORTED" displayName="$(string.UNSUPPORTED)"/>
<definition name="SUPPORTED_FF131" displayName="$(string.SUPPORTED_FF131)"/>
<definition name="SUPPORTED_FF137_ONLY" displayName="$(string.SUPPORTED_FF137_ONLY)"/>
<definition name="SUPPORTED_FF138_ONLY" displayName="$(string.SUPPORTED_FF138_ONLY)"/>
+ <definition name="SUPPORTED_FF142" displayName="$(string.SUPPORTED_FF142)"/>
</definitions>
</supportedOn>
<categories>
<category displayName="$(string.VirtualReality_group)" name="VirtualReality">
<parentCategory ref="Permissions"/>
</category>
+ <category displayName="$(string.ScreenShare_group)" name="ScreenShare">
+ <parentCategory ref="Permissions"/>
+ </category>
<category displayName="$(string.Preferences_group)" name="Preferences">
<parentCategory ref="firefox"/>
</category>
<disabledValue>
<decimal value="0"/>
</disabledValue>
+ </policy> <policy name="ScreenShare_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.ScreenShare_Allow_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions" presentation="$(presentation.Permissions)">
+ <parentCategory ref="ScreenShare"/>
+ <supportedOn ref="SUPPORTED_FF142"/>
+ <elements>
+ <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Permissions\ScreenShare\Allow" valuePrefix=""/>
+ </elements>
+ </policy>
+ <policy name="ScreenShare_Block" class="Both" displayName="$(string.Block)" explainText="$(string.ScreenShare_Block_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions" presentation="$(presentation.Permissions)">
+ <parentCategory ref="ScreenShare"/>
+ <supportedOn ref="SUPPORTED_FF142"/>
+ <elements>
+ <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Permissions\ScreenShare\Block" valuePrefix=""/>
+ </elements>
+ </policy>
+ <policy name="ScreenShare_BlockNewRequests" class="Both" displayName="$(string.ScreenShare_BlockNewRequests)" explainText="$(string.ScreenShare_BlockNewRequests_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions\ScreenShare" valueName="BlockNewRequests">
+ <parentCategory ref="ScreenShare"/>
+ <supportedOn ref="SUPPORTED_FF142"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="ScreenShare_Locked" class="Both" displayName="$(string.ScreenShare_Locked)" explainText="$(string.ScreenShare_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions\ScreenShare" valueName="Locked">
+ <parentCategory ref="ScreenShare"/>
+ <supportedOn ref="SUPPORTED_FF142"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
</policy>
<policy name="DefaultDownloadDirectory" class="Both" displayName="$(string.DefaultDownloadDirectory)" explainText="$(string.DefaultDownloadDirectory_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Preferences_String)">
<parentCategory ref="firefox"/>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="G_TrackingProtection_Category" class="Both" displayName="$(string.TrackingProtection_Category)" explainText="$(string.TrackingProtection_Category_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" presentation="$(presentation.TrackingProtection_Category)">
+ <parentCategory ref="TrackingProtection"/>
+ <supportedOn ref="SUPPORTED_FF142"/>
+ <elements>
+ <enum id="TrackingProtection_Category" valueName="Category">
+ <item displayName="$(string.Strict)">
+ <value>
+ <string>strict</string>
+ </value>
+ </item>
+ <item displayName="$(string.Standard)">
+ <value>
+ <string>standard</string>
+ </value>
+ </item>
+ </enum>
+ </elements>
+ </policy>
+ <policy name="H_TrackingProtection_SuspectedFingerprinting" class="Both" displayName="$(string.TrackingProtection_SuspectedFingerprinting)" explainText="$(string.TrackingProtection_SuspectedFingerprinting_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="SuspectedFingerprinting">
+ <parentCategory ref="TrackingProtection"/>
+ <supportedOn ref="SUPPORTED_FF142"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="UserMessaging_WhatsNew" class="Both" displayName="$(string.UserMessaging_WhatsNew)" explainText="$(string.UserMessaging_WhatsNew_Explain)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="WhatsNew">
<parentCategory ref="UserMessaging"/>
<supportedOn ref="SUPPORTED_FF75_ONLY"/>
<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitionResources revision="7.0" schemaVersion="1.0">
+<policyDefinitionResources revision="7.2" schemaVersion="1.0">
<displayName/>
<description/>
<resources>
<stringTable>
<string id="SUPPORTED_WINXPSP2">Microsoft Windows XP SP2 ou supérieur</string>
- <string id="UNSUPPORTED">Non pris en charge.</string>
+ <string id="UNSUPPORTED">N’est plus pris en charge</string>
<string id="SUPPORTED_FF60">Firefox 60 ou supérieur, Firefox 60 ESR ou supérieur</string>
<string id="SUPPORTED_FF62">Firefox 62 ou supérieur, Firefox 60.2 ESR ou supérieur</string>
<string id="SUPPORTED_FF63">Firefox 63 ou supérieur</string>
<string id="SUPPORTED_FF137_ONLY">Firefox 137 ou supérieur</string>
<string id="SUPPORTED_FF138_ONLY">Firefox 138 ou supérieur</string>
<string id="SUPPORTED_FF138">Firefox 138 ou supérieur, Firefox 128.10 ESR ou supérieur</string>
+ <string id="SUPPORTED_FF142">Firefox 142 ou supérieur, Firefox 140.2 ESR ou supérieur</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Permissions</string>
<string id="Camera_group">Caméra</string>
<string id="Microphone_group">Microphone</string>
<string id="Location_group">Localisation</string>
<string id="Notifications_group">Notifications</string>
- <string id="Autoplay_group">Autoplay</string>
+ <string id="Autoplay_group">Lecture automatique</string>
<string id="VirtualReality_group">Réalité Virtuelle</string>
+ <string id="ScreenShare_group">Partage d’écran</string>
<string id="Authentication_group">Authentification</string>
<string id="Bookmarks_group">Favoris</string>
<string id="Certificates_group">Certificats</string>
- <string id="Popups_group">Popups</string>
+ <string id="Popups_group">Fenêtres contextuelles</string>
<string id="Cookies_group">Cookies</string>
<string id="Addons_group">Addons</string>
<string id="Extensions_group">Extensions</string>
<string id="DisabledCiphers_group">Chiffrements désactivés</string>
<string id="EncryptedMediaExtensions_group">Extensions de médias cryptés</string>
<string id="PDFjs_group">PDF.js</string>
- <string id="PictureInPicture_group">Picture-in-Picture</string>
+ <string id="PictureInPicture_group">Image dans l’image</string>
<string id="ProxySettings_group">Paramètres Proxy</string>
<string id="SecurityDevices_group">Périphériques de sécurité</string>
- <string id="FirefoxSuggest_group">Firefox Suggest (US seulement)</string>
- <string id="ContentAnalysis_group">Content Analysis (DLP)</string>
- <string id="InterceptionPoints_group">Interception Points</string>
- <string id="InterceptionPoints_Clipboard_group">Clipboard</string>
- <string id="InterceptionPoints_DragAndDrop_group">Drag And Drop</string>
+ <string id="FirefoxSuggest_group">Firefox Suggest (États-Unis uniquement)</string>
+ <string id="ContentAnalysis_group">Analyse de contenu (DLP)</string>
+ <string id="InterceptionPoints_group">Points d’interception</string>
+ <string id="InterceptionPoints_Clipboard_group">Presse-papiers</string>
+ <string id="InterceptionPoints_DragAndDrop_group">Glisser-déposer</string>
<string id="Allow">Sites autorisés</string>
<string id="AllowSession">Sites autorisés (Session seulement)</string>
<string id="Block">Sites bloqués</string>
- <string id="AppAutoUpdate">Application Autoupdate</string>
+ <string id="AppAutoUpdate">Mise à jour automatique de l’application</string>
<string id="AppAutoUpdate_Explain">Si cette stratégie est activée, Firefox est automatiquement mis a jour sans aprobation de l'utilisateur.
Si cette stratégie est désactivée, les mises à jour de Firefox sont téléchargées mais l'utilisateur peut choisir quand installer la mise à jour.
Si cette stratégie est désactivée ou non configurée, aucun site Web n'est approuvé pour utiliser l'authentification NTLM.
Pour plus d'informations, voir https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication.</string>
- <string id="Authentication_AllowNonFQDN">Autoriser les noms de domaine imcomplets</string>
+ <string id="Authentication_AllowNonFQDN">Autoriser les noms de domaine incomplets</string>
<string id="Authentication_AllowNonFQDN_Explain">Si cette stratégie est activée, vous pouvez toujours autoriser SPNEGO ou NTLM sur des noms de domaine autres que FQDN.
Si cette stratégie est désactivée ou non configurée, NTLM et SPNEGO ne sont pas activés sur des noms de domaine autres que le nom de domaine complet.</string>
- <string id="Authentication_AllowProxies">Autoriser les Proxys</string>
+ <string id="Authentication_AllowProxies">Autoriser les proxy</string>
<string id="Authentication_AllowProxies_Explain">Si cette option est désactivée, SPNEGO et NTLM ne s'authentifieront pas auprès des serveurs Proxy.
Si cette stratégie est activée (et les cases à cocher sont cochées) ou non configurée, NTLM et SPNEGO s'authentifieront toujours avec des Proxys.</string>
<string id="DNSOverHTTPS_Enabled_Explain">Si cette stratégie est désactivée, DNS sur HTTPS est désactivé.
Si cette stratégie est activée ou non configurée, DNS sur HTTPS est activé.</string>
- <string id="DNSOverHTTPS_ProviderURL">Fournisseur URL</string>
+ <string id="DNSOverHTTPS_ProviderURL">URL du fournisseur</string>
<string id="DNSOverHTTPS_ProviderURL_Explain">Si cette stratégie est activée, l'URL spécifiée est utilisée comme URL du fournisseur.
Si cette stratégie est désactivée ou n'est pas configurée, le fournisseur par défaut est utilisé.</string>
<string id="NetworkPrediction_Explain">Si cette stratégie est désactivée, la prédiction du réseau (prédiction DNS) sera désactivée.
Si cette stratégie est activée ou non configurée, la prédiction du réseau (prédiction DNS) sera activée.</string>
- <string id="NewTabPage">Page Nouvel onglet</string>
+ <string id="NewTabPage">Page du nouvel onglet</string>
<string id="NewTabPage_Explain">Si cette stratégie est désactivée, la page du nouvel onglet sera vide.
Si cette stratégie est activée ou non configurée, la page du nouvel onglet sera celle par défaut.</string>
<string id="Cookies_Behavior_Accept">Accepter tous les cookies</string>
<string id="Cookies_Behavior_RejectForeign">Rejeter les cookies tiers</string>
<string id="Cookies_Behavior_Reject">Rejeter tous les cookies</string>
- <string id="Cookies_Behavior_LimitForeign">Reject third party cookies for sites you haven't visited</string>
- <string id="Cookies_Behavior_RejectTracker">Rejeter les cookies tiers pour les sites que vous n'avez pas visités</string>
+ <string id="Cookies_Behavior_LimitForeign">Rejeter les cookies tiers pour les sites que vous n'avez pas visités</string>
+ <string id="Cookies_Behavior_RejectTracker">Rejeter les cookies des traqueurs connus</string>
<string id="Cookies_Behavior_RejectTrackerAndPartitionForeign">Rejeter les cookies pour les traceurs connus et partitionner les cookies tiers (Protection totale des cookies)</string>
<string id="Camera_Allow_Explain">Si cette stratégie est activée, l'accès à la caméra est toujours autorisé pour les origines indiquées.
<string id="VirtualReality_Locked_Explain">Si cette stratégie est activée, les préférences de réalité virtuelle ne peuvent pas être modifiées par l'utilisateur.
Si cette stratégie est désactivée ou non configurée, l'utilisateur peut modifier ses préférences de réalité virtuelle.</string>
+ <string id="ScreenShare_Allow_Explain">Si cette stratégie est activée, le partage d’écran est toujours autorisé pour les origines spécifiées.
+
+Si cette stratégie est désactivée ou non configurée, les demandes de partage d’écran suivent la stratégie par défaut.</string>
+ <string id="ScreenShare_Block_Explain">Si cette stratégie est activée, le partage d’écran est bloqué pour les origines spécifiées.
+
+Si cette stratégie est désactivée ou non configurée, les demandes de partage d’écran suivent la stratégie par défaut.</string>
+ <string id="ScreenShare_BlockNewRequests">Bloquer les nouvelles demandes de partage d’écran</string>
+ <string id="ScreenShare_BlockNewRequests_Explain">Si cette stratégie est activée, les sites qui ne figurent pas dans la stratégie « Autoriser » ne peuvent pas demander le partage d’écran.
+
+Si cette stratégie est désactivée ou non configurée, tout site qui ne figure pas dans la stratégie « Bloquer » peut demander le partage d’écran.</string>
+ <string id="ScreenShare_Locked">Ne pas autoriser la modification des préférences de partage d’écran</string>
+ <string id="ScreenShare_Locked_Explain">Si cette stratégie est activée, les préférences de partage d’écran ne peuvent pas être modifiées par l’utilisateur.
+
+Si cette stratégie est désactivée ou non configurée, l’utilisateur peut modifier ses préférences de partage d’écran.</string>
<string id="FirefoxHome">Personnaliser Firefox Home</string>
<string id="FirefoxHome_Explain">Si cette stratégie est activée, vous pouvez choisir les sections affichées sur la page d'accueil de Firefox et empêcher l'utilisateur de les modifier.
<string id="TrackingProtection_EmailTracking_Explain">Si cette stratégie est activée, les pixels et scripts de suivi des e-mails cachés sur les sites web sont bloqués.
Si cette stratégie est désactivée ou non configurée, les pixels et scripts de suivi des e-mails cachés sur les sites web ne sont pas bloqués.</string>
+ <string id="TrackingProtection_Category">Mode de protection contre le pistage</string>
+ <string id="TrackingProtection_Category_Explain">Si cette stratégie est activée, le mode de protection contre le pistage peut être défini sur Standard ou Strict, et l’utilisateur ne peut pas le modifier.
+
+Si cette stratégie est désactivée ou non configurée, le mode de protection contre le pistage par défaut est utilisé et l’utilisateur peut le modifier.</string>
+ <string id="Strict">Strict</string>
+ <string id="Standard">Standard</string>
+ <string id="TrackingProtection_SuspectedFingerprinting">Empreinte numérique suspectée</string>
+ <string id="TrackingProtection_SuspectedFingerprinting_Explain">Si cette stratégie est activée, Firefox réduit la quantité d’informations exposées aux sites Web afin de se protéger contre les tentatives potentielles d’empreinte numérique.
+
+Si cette stratégie est désactivée ou non configurée, Firefox ne réduit pas les informations exposées pour les cas d’empreinte numérique suspectée.</string>
<string id="RequestedLocales">Langue demandée</string>
<string id="RequestedLocalesString">Langue demandée (chaîne)</string>
<string id="RequestedLocales_Explain">Si cette stratégie est activée, vous pouvez spécifier une liste de langues demandées pour l'application, par ordre de préférence. Cela activera le pack linguistique correspondant.
<string id="PrivateBrowsingModeAvailability_0">Autoriser le mode de navigation privée</string>
<string id="PrivateBrowsingModeAvailability_1">Désactiver le mode de navigation privée</string>
<string id="PrivateBrowsingModeAvailability_2">Forcer le mode de navigation privée</string>
- <string id="ContentAnalysis_AgentName">Agent Name</string>
- <string id="ContentAnalysis_AgentName_Explain">If this policy is enabled, you can specify the name of the DLP agent, used in dialogs and notifications about DLP operations.
+ <string id="ContentAnalysis_AgentName">Nom de l’agent</string>
+ <string id="ContentAnalysis_AgentName_Explain">Si cette stratégie est activée, vous pouvez spécifier le nom de l’agent DLP, utilisé dans les boîtes de dialogue et notifications concernant les opérations DLP.
-If this policy is disabled or not configured, the agent name "A DLP Agent" is used.</string>
- <string id="ContentAnalysis_AgentTimeout">Agent Timeout</string>
- <string id="ContentAnalysis_AgentTimeout_Explain">If this policy is enabled, you can specify the timeout in number of seconds after a DLP request is sent to the agent. After this timeout, the request will be denied unless 'Default Result' is set to 1 or 2.
+Si cette stratégie est désactivée ou non configurée, le nom par défaut « Un agent DLP » est utilisé.</string>
+ <string id="ContentAnalysis_AgentTimeout">Délai d’attente de l’agent</string>
+ <string id="ContentAnalysis_AgentTimeout_Explain">Si cette stratégie est activée, vous pouvez spécifier le délai en secondes après l’envoi d’une requête DLP à l’agent. Après ce délai, la requête sera refusée sauf si le « Résultat par défaut » est défini sur 1 ou 2.
-If this policy is disabled or not configured, the timeout is 30 seconds.</string>
- <string id="ContentAnalysis_AllowUrlRegexList">Allow Url Regex List</string>
- <string id="ContentAnalysis_AllowUrlRegexList_Explain">If this policy is enabled, you can specify a space-separated list of regular expressions that indicates URLs for which DLP operations will always be allowed without consulting the agent. The default is "^about:(?!blank|srcdoc).*", meaning that any pages that start with "about:" will be exempt from DLP except for "about:blank" and "about:srcdoc", as these can be controlled by web content.
+Si cette stratégie est désactivée ou non configurée, le délai est de 30 secondes.</string>
+ <string id="ContentAnalysis_AllowUrlRegexList">Liste d’URL autorisées (expression régulière)</string>
+ <string id="ContentAnalysis_AllowUrlRegexList_Explain">Si cette stratégie est activée, vous pouvez spécifier une liste d’expressions régulières (séparées par des espaces) indiquant les URL pour lesquelles les opérations DLP seront toujours autorisées sans consulter l’agent. La valeur par défaut est « ^about:(?!blank|srcdoc).* », ce qui signifie que toutes les pages commençant par « about: » seront exemptées du DLP sauf « about:blank » et « about:srcdoc », car elles peuvent être contrôlées par le contenu web.
-If this policy is disabled or not configured, the DLP agent will always be consulted.</string>
- <string id="ContentAnalysis_BypassForSameTabOperations">Bypass For Same Tab Operations</string>
- <string id="ContentAnalysis_BypassForSameTabOperations_Explain">If this policy is enabled, Firefox will automatically allow DLP requests whose data comes from the same tab and frame - for example, if data is copied to the clipboard and then pasted on the same page.
+Si cette stratégie est désactivée ou non configurée, l’agent DLP sera toujours consulté.</string>
+ <string id="ContentAnalysis_BypassForSameTabOperations">Contourner pour les opérations dans le même onglet</string>
+ <string id="ContentAnalysis_BypassForSameTabOperations_Explain">Si cette stratégie est activée, Firefox autorisera automatiquement les requêtes DLP dont les données proviennent du même onglet et cadre — par exemple, si des données sont copiées dans le presse-papiers puis collées sur la même page.
-If this policy is disabled or not configured, Firefox Firefox will not pass DLP requests whose data comes from the same tab and frame to the DLP agent as normal.</string>
- <string id="ContentAnalysis_ClientSignature">Client Signature</string>
- <string id="ContentAnalysis_ClientSignature_Explain">If this policy is enabled, you can set the required signature of the DLP agent connected to the pipe. If this is a non-empty string and the DLP agent does not have a signature with a Subject Name that exactly matches this value, Firefox will not connect to the pipe.
+Si cette stratégie est désactivée ou non configurée, Firefox ne transmettra pas ces requêtes DLP à l’agent et les traitera normalement.</string>
+ <string id="ContentAnalysis_ClientSignature">Signature du client</string>
+ <string id="ContentAnalysis_ClientSignature_Explain">Si cette stratégie est activée, vous pouvez définir la signature requise de l’agent DLP connecté au canal. Si une chaîne non vide est indiquée et que l’agent DLP ne possède pas de signature dont le nom du sujet correspond exactement, Firefox ne se connectera pas au canal.
-If this policy is disabled or not configured, the signature will not be verified.</string>
- <string id="ContentAnalysis_DefaultResult">Default Result</string>
- <string id="ContentAnalysis_DefaultResult_Explain">If this policy is enabled, you can indicate the desired behavior for DLP requests if there is a problem connecting to the DLP agent.
+Si cette stratégie est désactivée ou non configurée, la signature n’est pas vérifiée.</string>
+ <string id="ContentAnalysis_DefaultResult">Résultat par défaut</string>
+ <string id="ContentAnalysis_DefaultResult_Explain">Si cette stratégie est activée, vous pouvez indiquer le comportement souhaité pour les requêtes DLP en cas de problème de connexion à l’agent DLP.
-If this policy is disabled or not configured, the DLP request will be denied if there is a problem connecting to the agent.</string>
- <string id="ContentAnalysis_DefaultResult_0">Deny the request</string>
- <string id="ContentAnalysis_DefaultResult_1">Warn the user and allow them to choose whether to allow or deny</string>
- <string id="ContentAnalysis_DefaultResult_2">Allow the request</string>
- <string id="ContentAnalysis_DenyUrlRegexList">Deny Url Regex List</string>
- <string id="ContentAnalysis_DenyUrlRegexList_Explain">If this policy is enabled, you can specify a space-separated list of regular expressions that indicates URLs for which DLP operations will always be denied without consulting the agent.
+Si cette stratégie est désactivée ou non configurée, la requête DLP sera refusée en cas de problème de connexion à l’agent.</string>
+ <string id="ContentAnalysis_DefaultResult_0">Refuser la requête</string>
+ <string id="ContentAnalysis_DefaultResult_1">Avertir l’utilisateur et lui permettre de choisir d’autoriser ou non</string>
+ <string id="ContentAnalysis_DefaultResult_2">Autoriser la requête</string>
-If this policy is disabled or not configured, the DLP agent will always be consulted.</string>
- <string id="ContentAnalysis_Enabled">Enabled</string>
- <string id="ContentAnalysis_Enabled_Explain">If this policy is enabled, Firefox will use DLP.
+ <string id="ContentAnalysis_DenyUrlRegexList">Liste d’URL refusées (expression régulière)</string>
+ <string id="ContentAnalysis_DenyUrlRegexList_Explain">Si cette stratégie est activée, vous pouvez spécifier une liste d’expressions régulières (séparées par des espaces) indiquant les URL pour lesquelles les opérations DLP seront toujours refusées sans consulter l’agent.
-If this policy is disabled or not configured, Firefox will not use DLP.
+Si cette stratégie est désactivée ou non configurée, l’agent DLP sera toujours consulté.</string>
+ <string id="ContentAnalysis_Enabled">Activé</string>
+ <string id="ContentAnalysis_Enabled_Explain">Si cette stratégie est activée, Firefox utilisera le DLP.
-Note: If this policy is enabled and no DLP agent is running, all DLP requests will be denied unless Default Result is set to 1 or 2.</string>
- <string id="ContentAnalysis_IsPerUser">Is Per User</string>
- <string id="ContentAnalysis_IsPerUser_Explain">If this policy is disabled, the pipe the DLP agent creates is per-system.
+Si cette stratégie est désactivée ou non configurée, Firefox n’utilisera pas le DLP.
-If this policy is enabled or not configured, the pipe the DLP agent creates is per-user.</string>
- <string id="ContentAnalysis_PipePathName">Pipe Path Name</string>
- <string id="ContentAnalysis_PipePathName_Explain">If this policy is enabled, you can change the name of the pipe for the DLP agent.
+Remarque : si cette stratégie est activée et qu’aucun agent DLP n’est en cours d’exécution, toutes les requêtes DLP seront refusées sauf si le Résultat par défaut est défini sur 1 ou 2.</string>
+ <string id="ContentAnalysis_IsPerUser">Par utilisateur</string>
+ <string id="ContentAnalysis_IsPerUser_Explain">Si cette stratégie est désactivée, le canal créé par l’agent DLP est au niveau du système.
-If this policy is disabled or not configured, the default pipe name of 'path_user' is used.</string>
- <string id="ContentAnalysis_ShowBlockedResult">Show Blocked Result</string>
- <string id="ContentAnalysis_ShowBlockedResult_Explain">If this policy is disabled, Firefox will not show a notification when a DLP request is denied.
+Si cette stratégie est activée ou non configurée, le canal créé par l’agent DLP est au niveau de l’utilisateur.</string>
+ <string id="ContentAnalysis_PipePathName">Nom du canal</string>
+ <string id="ContentAnalysis_PipePathName_Explain">Si cette stratégie est activée, vous pouvez modifier le nom du canal pour l’agent DLP.
-If this policy is enabled or not configured, Firefox will show a notification when a DLP request is denied.</string>
- <string id="ContentAnalysis_InterceptionPoints_Clipboard">Enabled</string>
- <string id="ContentAnalysis_InterceptionPoints_Clipboard_Explain">If this policy is disabled, clipboard operations will not use DLP.
+Si cette stratégie est désactivée ou non configurée, le nom de canal par défaut « path_user » est utilisé.</string>
+ <string id="ContentAnalysis_ShowBlockedResult">Afficher le résultat bloqué</string>
+ <string id="ContentAnalysis_ShowBlockedResult_Explain">Si cette stratégie est désactivée, Firefox n’affichera pas de notification lorsqu’une requête DLP est refusée.
-If this policy is enabled or not configured, clipboard operations will use DLP.</string>
- <string id="ContentAnalysis_InterceptionPoints_Clipboard_PlainTextOnly">Plain Text Only</string>
- <string id="ContentAnalysis_InterceptionPoints_Clipboard_PlainTextOnly_Explain">If this policy is disabled, all formats will be analyzed on the clipboard, which some DLP agents may not expect.
+Si cette stratégie est activée ou non configurée, Firefox affichera une notification lorsqu’une requête DLP est refusée.</string>
+ <string id="ContentAnalysis_InterceptionPoints_Clipboard">Activé</string>
+ <string id="ContentAnalysis_InterceptionPoints_Clipboard_Explain">Si cette stratégie est désactivée, les opérations du presse-papiers n’utiliseront pas le DLP.
-If this policy is enabled or not configured, only the text/plain format will be analyzed on the clipboard.</string>
- <string id="ContentAnalysis_InterceptionPoints_DragAndDrop">Enabled</string>
- <string id="ContentAnalysis_InterceptionPoints_DragAndDrop_Explain">If this policy is disabled, drag and drop operations will not use DLP.
+Si cette stratégie est activée ou non configurée, les opérations du presse-papiers utiliseront le DLP.</string>
+ <string id="ContentAnalysis_InterceptionPoints_Clipboard_PlainTextOnly">Texte brut uniquement</string>
+ <string id="ContentAnalysis_InterceptionPoints_Clipboard_PlainTextOnly_Explain">Si cette stratégie est désactivée, tous les formats seront analysés dans le presse-papiers, ce qui peut ne pas être attendu par certains agents DLP.
-If this policy is enabled or not configured, drag and drop operations will use DLP.</string>
- <string id="ContentAnalysis_InterceptionPoints_DragAndDrop_PlainTextOnly">Plain Text Only</string>
- <string id="ContentAnalysis_InterceptionPoints_DragAndDrop_PlainTextOnly_Explain">If this policy is disabled, all formats will be analyzed in what is being dropped, which some DLP agents may not expect.
+Si cette stratégie est activée ou non configurée, seul le format text/plain sera analysé dans le presse-papiers.</string>
+ <string id="ContentAnalysis_InterceptionPoints_DragAndDrop">Activé</string>
+ <string id="ContentAnalysis_InterceptionPoints_DragAndDrop_Explain">Si cette stratégie est désactivée, les opérations de glisser-déposer n’utiliseront pas le DLP.
-If this policy is enabled or not configured, only the text/plain format will be analyzed in what is being dropped.</string>
- <string id="ContentAnalysis_InterceptionPoints_FileUpload">File Upload</string>
- <string id="ContentAnalysis_InterceptionPoints_FileUpload_Explain">If this policy is disabled, file upload operations will not use DLP.
+Si cette stratégie est activée ou non configurée, les opérations de glisser-déposer utiliseront le DLP.</string>
+ <string id="ContentAnalysis_InterceptionPoints_DragAndDrop_PlainTextOnly">Texte brut uniquement</string>
+ <string id="ContentAnalysis_InterceptionPoints_DragAndDrop_PlainTextOnly_Explain">Si cette stratégie est désactivée, tous les formats seront analysés dans ce qui est déposé, ce qui peut ne pas être attendu par certains agents DLP.
-If this policy is enabled or not configured, file upload operations will use DLP.</string>
- <string id="ContentAnalysis_InterceptionPoints_Print">Print</string>
- <string id="ContentAnalysis_InterceptionPoints_Print_Explain">If this policy is disabled, print operations will not use DLP.
+Si cette stratégie est activée ou non configurée, seul le format text/plain sera analysé dans ce qui est déposé.</string>
+ <string id="ContentAnalysis_InterceptionPoints_FileUpload">Téléversement de fichiers</string>
+ <string id="ContentAnalysis_InterceptionPoints_FileUpload_Explain">Si cette stratégie est désactivée, les opérations de téléversement de fichiers n’utiliseront pas le DLP.
-If this policy is enabled or not configured, print operations will use DLP.</string>
- <string id="ContentAnalysis_TimeoutResult">Timeout Result</string>
- <string id="ContentAnalysis_TimeoutResult_Explain">If this policy is enabled, you can indicate the desired behavior for DLP requests if the DLP agent does not respond to a request in less than AgentTimeout seconds.
+Si cette stratégie est activée ou non configurée, les opérations de téléversement de fichiers utiliseront le DLP.</string>
+ <string id="ContentAnalysis_InterceptionPoints_Print">Impression</string>
+ <string id="ContentAnalysis_InterceptionPoints_Print_Explain">Si cette stratégie est désactivée, les opérations d’impression n’utiliseront pas le DLP.
-If this policy is disabled or not configured, the request will be denied.</string>
- <string id="SkipTermsOfUse">Skip Terms of Use</string>
- <string id="SkipTermsOfUse_Explain">If this policy is enabled, the Firefox Terms of Use (https://www.mozilla.org/about/legal/terms/firefox/) and Privacy Notice (https://www.mozilla.org/privacy/firefox/) do not display upon startup.
+Si cette stratégie est activée ou non configurée, les opérations d’impression utiliseront le DLP.</string>
+ <string id="ContentAnalysis_TimeoutResult">Résultat en cas de délai d’attente</string>
+ <string id="ContentAnalysis_TimeoutResult_Explain">Si cette stratégie est activée, vous pouvez indiquer le comportement souhaité pour les requêtes DLP si l’agent DLP ne répond pas dans le délai défini (AgentTimeout).
-You represent that you accept and have the authority to accept the Terms of Use on behalf of all individuals to whom you provide access to this browser.
+Si cette stratégie est désactivée ou non configurée, la requête sera refusée.</string>
+ <string id="SkipTermsOfUse">Ignorer les conditions d’utilisation</string>
+ <string id="SkipTermsOfUse_Explain">Si cette stratégie est activée, les Conditions d’utilisation de Firefox (https://www.mozilla.org/about/legal/terms/firefox/) et l’Avis de confidentialité (https://www.mozilla.org/privacy/firefox/) ne s’affichent pas au démarrage.
-If this policy is disabled or not configured, the Firefox Terms of Use and Privacy Notice do display upon startup.</string>
+Vous déclarez accepter les Conditions d’utilisation et être habilité à les accepter au nom de toutes les personnes à qui vous donnez accès à ce navigateur.
+
+Si cette stratégie est désactivée ou non configurée, les Conditions d’utilisation de Firefox et l’Avis de confidentialité s’affichent au démarrage.</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 :
<presentation id="ContentAnalysis_TimeoutResult">
<dropdownList refId="ContentAnalysis_TimeoutResult"/>
</presentation>
+ <presentation id="TrackingProtection_Category">
+ <dropdownList refId="TrackingProtection_Category"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>
<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitionResources revision="7.0" schemaVersion="1.0">
+<policyDefinitionResources revision="7.2" schemaVersion="1.0">
<displayName/>
<description/>
<resources>
<string id="SUPPORTED_FF137_ONLY">Firefox 137 или более поздние версии</string>
<string id="SUPPORTED_FF138_ONLY">Firefox 138 или более поздние версии</string>
<string id="SUPPORTED_FF138">Firefox 138 или более поздние версии, Firefox 128.10 ESR или более поздние версии</string>
+ <string id="SUPPORTED_FF142">Firefox 142 или более поздние версии, Firefox 140.2 ESR или более поздние версии</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Разрешения</string>
<string id="Camera_group">Камера</string>
<string id="Notifications_group">Уведомления</string>
<string id="Autoplay_group">Автопросмотр</string>
<string id="VirtualReality_group">Виртуальная реальность</string>
+ <string id="ScreenShare_group">Общий доступ к экрану</string>
<string id="Authentication_group">Аутентификация</string>
<string id="Bookmarks_group">Закладки</string>
<string id="Certificates_group">Сертификаты</string>
<string id="PictureInPicture_group">Картинка в картинке</string>
<string id="ProxySettings_group">Настройки прокси</string>
<string id="SecurityDevices_group">Устройства безопасности</string>
- <string id="FirefoxSuggest_group">Firefox Suggest (US only)</string>
+ <string id="FirefoxSuggest_group">Firefox Suggest (только для США)</string>
<string id="ContentAnalysis_group">Анализ контента (DLP)</string>
<string id="InterceptionPoints_group">Точки перехвата</string>
<string id="InterceptionPoints_Clipboard_group">Буфер обмена</string>
- <string id="InterceptionPoints_DragAndDrop_group">Drag And Drop</string>
+ <string id="InterceptionPoints_DragAndDrop_group">Перетаскивание</string>
<string id="Allow">Разрешённые сайты</string>
<string id="AllowSession">Разрешённые сайты (Session Only)</string>
<string id="Block">Заблокированные сайты</string>
<string id="DisableSetDesktopBackground_Explain">Если эта политика включена, пользователь не может установить изображение в качестве фона рабочего стола.
Если эта политика отключена или не настроена, пользователи могут установить изображения в качестве фона рабочего стола.</string>
- <string id="CaptivePortal">Captive Portal</string>
+ <string id="CaptivePortal">Портал авторизации</string>
<string id="CaptivePortal_Explain">Если эта политика выключена, то поддержка captive portal отключена.
Если эта политика включена или не настроена, то поддержка captive portal включена.</string>
Если эта политика отключена или не настроена, панель закладок отображается на новой вкладке по умолчанию.</string>
<string id="DisplayBookmarksToolbar_Always">Always</string>
<string id="DisplayBookmarksToolbar_Never">Never</string>
- <string id="DisplayBookmarksToolbar_NewTab">New Tab</string>
+ <string id="DisplayBookmarksToolbar_NewTab">Новая вкладка</string>
<string id="DisplayMenuBar">Показывать строку меню (устарело)</string>
<string id="DisplayMenuBar_Explain">Если эта политика включена, строка меню по умолчанию отображается. Пользователь может её скрыть.
<string id="VirtualReality_Locked_Explain">Если эта политика включена, пользователь не может изменить настройки виртуальной реальности.
Если эта политика отключена или не настроена, пользователь может изменить свои настройки виртуальной реальности.</string>
+ <string id="ScreenShare_Allow_Explain">Если эта политика включена, общий доступ к экрану всегда разрешён для указанных источников.
+
+Если эта политика отключена или не настроена, запросы на общий доступ к экрану подчиняются политике по умолчанию.</string>
+ <string id="ScreenShare_Block_Explain">Если эта политика включена, общий доступ к экрану блокируется для указанных источников.
+
+Если эта политика отключена или не настроена, запросы на общий доступ к экрану подчиняются политике по умолчанию.</string>
+ <string id="ScreenShare_BlockNewRequests">Блокировать новые запросы на общий доступ к экрану</string>
+ <string id="ScreenShare_BlockNewRequests_Explain">Если эта политика включена, сайты, которые не указаны в политике «Разрешить», не могут запрашивать общий доступ к экрану.
+
+Если эта политика отключена или не настроена, любой сайт, который не указан в политике «Блокировать», может запрашивать общий доступ к экрану.</string>
+ <string id="ScreenShare_Locked">Запретить изменение настроек общего доступа к экрану</string>
+ <string id="ScreenShare_Locked_Explain">Если эта политика включена, пользователь не может изменять настройки общего доступа к экрану.
+
+Если эта политика отключена или не настроена, пользователь может изменять свои настройки общего доступа к экрану.</string>
<string id="FirefoxHome">Настроить главную страницу Firefox</string>
<string id="FirefoxHome_Explain">Если эта политика включена, вы можете выбрать разделы, отображаемые на домашней странице Firefox, и запретить пользователю изменять их.
<string id="TrackingProtection_EmailTracking_Explain">Если эта политика включена, скрытые пиксели отслеживания электронной почты и скрипты на веб-сайтах блокируются.
Если эта политика отключена или не настроена, скрытые пиксели отслеживания электронной почты и скрипты на веб-сайтах не блокируются.</string>
+ <string id="TrackingProtection_Category">Режим защиты от отслеживания</string>
+ <string id="TrackingProtection_Category_Explain">Если эта политика включена, режим защиты от отслеживания можно установить как «Стандартный» или «Строгий», и пользователь не сможет его изменить.
+
+Если эта политика отключена или не настроена, используется режим защиты от отслеживания по умолчанию, и пользователь может его изменить.</string>
+ <string id="Strict">Строгий</string>
+ <string id="Standard">Стандартный</string>
+ <string id="TrackingProtection_SuspectedFingerprinting">Подозрительное снятие отпечатков</string>
+ <string id="TrackingProtection_SuspectedFingerprinting_Explain">Если эта политика включена, Firefox уменьшает объём информации, предоставляемой веб-сайтам, чтобы защититься от возможных попыток снятия отпечатков.
+
+Если эта политика отключена или не настроена, Firefox не ограничивает объём предоставляемой информации для случаев подозрительного снятия отпечатков.</string>
<string id="RequestedLocales">Запрошенный языковой стандарт</string>
<string id="RequestedLocalesString">Запрошенный языковой стандарт (строка)</string>
<string id="RequestedLocales_Explain">Если эта политика включена, вы можете указать список запрошенных локалей для приложения в порядке предпочтения. Это приведет к активации соответствующего языкового пакета.
Если эта политика отключена или не настроена, любой сайт, который вызывает внешний протокол, будет запрашивать у пользователя разрешение.
Для получения подробной информации о создании политики см. https://mozilla.github.io/policy-templates/#autolaunchprotocolsfromorigins.</string>
- <string id="WindowsSSO">Windows SSO</string>
+ <string id="WindowsSSO">Windows SSO (единый вход)</string>
<string id="WindowsSSO_Explain">Если эта политика включена, Firefox будет использовать единый вход Windows для учётных записей Microsoft, учётных записей на работе и в учебных заведениях.
Если эта политика отключена или не настроена, учетные данные необходимо вводить вручную.</string>
<presentation id="ContentAnalysis_TimeoutResult">
<dropdownList refId="ContentAnalysis_TimeoutResult"/>
</presentation>
+ <presentation id="TrackingProtection_Category">
+ <dropdownList refId="TrackingProtection_Category"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>