From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Thu, 11 Sep 2025 18:56:33 +0000 (-0400)
Subject: Merge pull request #1229 from gregstoll/master
X-Git-Tag: v7.3~5
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/b044ca1637fe4dfc04ed8de93761ccd8c9b69815?hp=63b76e7f8344eda2266c743c2c1627bc6c4a1461
Merge pull request #1229 from gregstoll/master
Add Content Analysis Download policy
---
diff --git a/docs/index.md b/docs/index.md
index 8a569f4..f5d7138 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2898,9 +2898,13 @@ If `Fingerprinting` is set to true, fingerprinting scripts on websites are block
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`
@@ -2911,7 +2915,9 @@ Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
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:
@@ -2963,6 +2969,22 @@ Value (string):
```
or
```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/G_TrackingProtection_Category
+```
+Value (string):
+```
+
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/H_TrackingProtection_SuspectedFingerprinting
+```
+Value (string):
+```
+ or
+```
#### macOS
```
@@ -2978,7 +3000,11 @@ Value (string):
|
EmailTracking
|
+ SuspectedFingerprinting
+ |
Exceptions
+ Category
+ strict | standard
https://example.com
@@ -2995,6 +3021,8 @@ Value (string):
"Cryptomining": true | false,
"Fingerprinting": true | false,
"EmailTracking": true | false,
+ "SuspectedFingerprinting": true | false,
+ "Category": "strict" | "standard",
"Exceptions": ["https://example.com"]
}
}
@@ -3435,7 +3463,7 @@ Value (string):
### 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`
@@ -3458,14 +3486,14 @@ OMA-URI:
Value (string):
```
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
```
#### macOS
```
@@ -3482,8 +3510,12 @@ Value (string):
|
Pocket
|
+ Stories
+ |
SponsoredPocket
|
+ SponsoredStories
+ |
Snippets
|
Locked
@@ -3501,7 +3533,9 @@ Value (string):
"SponsoredTopSites": true | false,
"Highlights": true | false,
"Pocket": true | false,
+ "Stories": true | false,
"SponsoredPocket": true | false,
+ "SponsoredStories": true | false,
"Snippets": true | false,
"Locked": true | false
}
@@ -3867,9 +3901,14 @@ Configure the default homepage and how Firefox starts.
`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`\
@@ -4871,9 +4910,9 @@ Set permissions associated with camera, microphone, location, notifications, aut
`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)
```
@@ -4907,6 +4946,11 @@ Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\2 = "https://
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:
@@ -5099,7 +5143,41 @@ Value (string):
```
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):
+```
+ or
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~ScreenShare/ScreenShare_Allow
+```
+Value (string):
+```
+
+
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~ScreenShare/ScreenShare_Block
+```
+Value (string):
+```
+
+
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~ScreenShare/ScreenShare_BlockNewRequests
+```
+Value (string):
+```
+ or
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~ScreenShare/ScreenShare_Locked
```
Value (string):
```
@@ -5186,6 +5264,36 @@ Value (string):
Locked
|
+ VirtualReality
+
+ Allow
+
+ https://example.org
+
+ Block
+
+ https://example.edu
+
+ BlockNewRequests
+ |
+ Locked
+ |
+
+ ScreenShare
+
+ Allow
+
+ https://example.org
+
+ Block
+
+ https://example.edu
+
+ BlockNewRequests
+ |
+ Locked
+ |
+
```
@@ -5223,6 +5331,18 @@ Value (string):
"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
}
}
}
@@ -5413,20 +5533,28 @@ intl.
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)
```
@@ -5434,12 +5562,14 @@ as well as the following security preferences:
| 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
diff --git a/linux/policies.json b/linux/policies.json
index d7fa4cc..bca9874 100644
--- a/linux/policies.json
+++ b/linux/policies.json
@@ -102,6 +102,8 @@
"Cryptomining": true | false,
"Fingerprinting": true | false,
"EmailTracking": true | false,
+ "SuspectedFingerprinting": true | false,
+ "Category": "strict" | "standard",
"Exceptions": ["https://example.com"]
},
"EncryptedMediaExtensions": {
@@ -262,7 +264,19 @@
"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,
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index a898e63..02fdf91 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -242,6 +242,10 @@
EmailTracking
+ SuspectedFingerprinting
+
+ Category
+ strict
Exceptions
https://example.com
@@ -547,6 +551,21 @@
Locked
+ ScreenShare
+
+ Allow
+
+ https://example.org
+
+ Block
+
+ https://example.edu
+
+ BlockNewRequests
+
+ Locked
+
+
PictureInPicture
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 9283635..08962c2 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -74,10 +74,11 @@
Firefox 129 oder höher, Firefox 128.1 ESR oder höher
Firefox 130 oder höher, Firefox 128.2 ESR oder höher
Firefox 130 oder höher
- Firefox 131 oder höher, Firefox 128.3 ESR oder höhe
+ Firefox 131 oder höher, Firefox 128.3 ESR oder höher
Firefox 137 oder höher
Firefox 138 oder höher
- Firefox 138 oder höher, Firefox 128.10 ESR oder höhe
+ Firefox 138 oder höher, Firefox 128.10 ESR oder höher
+ Firefox 142 oder höher, Firefox 140.2 ESR oder höher
Firefox
Berechtigungen
Kamera
@@ -86,6 +87,7 @@
Benachrichtigungen
Automatische Wiedergabe
Virtual Reality
+ Bildschirmfreigabe
Authentifizierung
Lesezeichen
Zertifikate
@@ -555,6 +557,20 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, kann
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.
+ 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.
+ 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.
+ Neue Anfragen zur Bildschirmfreigabe blockieren
+ 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.
+ Ãndern der Einstellungen zur Bildschirmfreigabe nicht zulassen
+ 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.
Firefox Home anpassen
Wenn diese Richtlinieneinstellung aktiviert ist, können die Sektionen festgelegt werden, die der Anwender sieht und der Anwender kann diese nicht mehr anpassen.
@@ -788,6 +804,16 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, kann
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.
+ Modus für den Schutz vor Aktivitätenverfolgung
+ 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.
+ Streng
+ Standard
+ Verdächtiges Fingerprinting
+ 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.
Angefordertes Gebietsschema
Angefordertes Gebietsschema (Zeichenfolge)
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.
@@ -1610,6 +1636,9 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences (E
+
+
+
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 07364e7..d612793 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -78,6 +78,7 @@
Firefox 137 or later
Firefox 138 or later
Firefox 138, Firefox 128.10 ESR
+ Firefox 142 or later, Firefox 140.2 ESR or later
Firefox
Permissions
Camera
@@ -86,6 +87,7 @@
Notifications
Autoplay
Virtual Reality
+ Screen Sharing
Authentication
Bookmarks
Certificates
@@ -117,7 +119,7 @@
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.
+If this policy is not configured, the user can choose whether or not Firefox is automatically updated.
Custom Update URL
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.
@@ -135,9 +137,9 @@ If this policy is disabled or not configured, the browser will not delegate user
For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication.
NTLM
- 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.
+ 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.
Allow Non FQDN
@@ -245,9 +247,9 @@ For more information about the default browser agent, see https://firefox-source
If this policy is disabled or not configured, web developer tools are available within Firefox.
Disable Feedback Commands
- If this policy is enabled, the "Submit Feedback" and "Report Deceptive Site" menuitems are not available from the help menu.
+ 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.
+If this policy is disabled or not configured, the "Submit Feedback" and "Report Deceptive Site" menu items are available from the help menu.
Disable Firefox Accounts
If this policy is enabled, Firefox Accounts is disabled which includes disabling Sync.
@@ -317,7 +319,7 @@ Mozilla recommends that you do not disable telemetry. Information collected thro
If this policy is disabled or not configured, the bookmarks toolbar is not displayed by default.
Display Bookmarks Toolbar
- If this policy is enabled, the default bokmarks toolbar display can be configured.
+ 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.
Always
@@ -491,7 +493,7 @@ If this policy is disabled or not configured, any site that is not in the Block
Do not allow preferences to be changed
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.
+If this policy is disabled or not configured, the user can change their microphone preferences.
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.
@@ -545,14 +547,28 @@ If this policy is disabled or not configured, the default virtual reality policy
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.
- Block new requests asking to access virtual reality devices.
+ Block new requests asking to access virtual reality devices
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.
+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.
Do not allow preferences to be changed
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.
+ 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.
+ 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.
+ Block new screen sharing requests
+ 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.
+ Do not allow screen sharing preferences to be changed
+ 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.
Customize Firefox Home
If this policy is enabled, you can choose the sections displayed on Firefox Home and prevent the user from changing them.
@@ -582,7 +598,7 @@ If this policy is disabled or not configured, the first run page is displayed.
Override the upgrade page
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.
+If this policy is disabled or not configured, the upgrade page is displayed.
Clear data when browser is closed (Moved)
If this policy is enabled, you can choose data to be cleared when Firefox is closed.
@@ -610,9 +626,9 @@ If this policy is disabled or not configured, form data is not cleared when the
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.
Active Logins
- If the policy is enabled, sessions cleared when the browser is closed.
+ 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.
+If this policy is disabled or not configured, sessions are not cleared when the browser is closed.
Site Preferences
If the policy is enabled, site preferences are cleared when the browser is closed.
@@ -788,6 +804,16 @@ If this policy is disabled or not configured, the user can change tracking prote
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.
+ Tracking Protection Mode
+ 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.
+ Strict
+ Standard
+ Suspected Fingerprinting
+ 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.
Requested locale
Requested locale (string)
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.
@@ -849,13 +875,13 @@ If this policy is disabled or not configured, Firefox defaults to a maximum of T
TLS 1.2
TLS 1.3
-
What's New (Deprecated)
- If this policy is disabled, the What's new icon and menuitem will not be displayed.
+ 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.
+If this policy is enabled or not configured, the What's New icon and menu item will be displayed.
Extension Recommendations
If this policy is disabled, extensions will not be recommended as the user visits websites.
@@ -916,7 +942,7 @@ If this policy is enabled or not configured, encrypted media extensions (like Wi
Lock Encrypted Media Extensions
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.
+If this policy is disabled or not configured, it has no effect.
Enable PDF.js
If this policy is disabled, the built-in PDF viewer is not used.
@@ -924,7 +950,7 @@ If this policy is enabled or not configured, the built-in PDF viewer is used.Enable Permissions
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.
+If this policy is disabled or not configured, document permissions are ignored.
Enabled
If this policy is disabled, the Picture-in-Picture toggle does not appear on videos.
@@ -932,7 +958,7 @@ If this policy is enabled or not configured, the Picture-in-Picture toggle is av
Locked
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.
+If this policy is disabled or not configured, Picture-in-Picture settings can be changed by the user.
Primary (Master) Password
If this policy is enabled, a primary password is required.
@@ -978,7 +1004,7 @@ For detailed information on creating the policy, see https://github.com/mozilla/
If this policy is disabled or not configured, users can access any account on Google Workspace as well as Gmail.
Background updater
- If this policy disabled, the application will not try to install updates when the application is not running.
+ 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.
Auto Launch Protocols From Origins (JSON on one line)
@@ -1004,9 +1030,9 @@ If this policy is disabled or not configured, warnings are shown for all executa
For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#exemptdomainfiletypepairsfromfiletypedownloadwarnings.
Start Downloads in Temporary Directory
- If this policy is enabled, Firefox will start downloads in a temporary directory and automatically deleted when you close the browser.
+ 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.
+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.
Force direct intranet site navigation on single word entries in the address bar
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.
@@ -1056,11 +1082,11 @@ If this policy is disabled or not configured, Firefox will always prompt for pro
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.
+If this policy is not configured, DNS is not proxied when using SOCKS v4, but proxied when using SOCKS v5.
Disable Third Party Module Blocking
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.
+If this policy is disabled or not configured, users are allowed to block third-party modules from the about:third-party page.
Containers (JSON on one line)
Containers
If this policy is enabled, you can use JSON to configure the default containers.
@@ -1073,7 +1099,7 @@ For detailed information on creating the policy, see https://github.com/mozilla/
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.
+If this policy is not configured, you will get suggestions from Firefox related to your search.
On and locked
HTTP Allowlist
- If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
+ 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.
Private Browsing Mode Availability
@@ -1158,7 +1184,7 @@ If this policy is disabled or not configured, the DLP agent will always be consu
Bypass For Same Tab Operations
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.
+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.
Client Signature
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.
@@ -1241,7 +1267,7 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences
- This preference is no longer support on Windows. We are investigating creating a policy.
+ This preference is no longer supported on Windows. We are investigating creating a policy.
Auto (0)
Always Off (1)
Ask Every Time
@@ -1519,12 +1545,12 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.
Search
- Top Sites
- Sponsored Top Sites
- Download History
- Recommended by Pocket
- Sponsored Pocket Stories
- Snippets
+ Shortcuts
+ Sponsored shortcuts
+ Recent activity
+ Recommended stories
+ Sponsored stories
+ Snippets (deprecated)
Don't allow settings to be changed
@@ -1607,6 +1633,9 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.
+
+
+
diff --git a/windows/firefox.admx b/windows/firefox.admx
index 87454af..a45ea55 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -1,10 +1,10 @@
-
+
-
+
@@ -80,6 +80,7 @@
+
@@ -137,6 +138,9 @@
+
+
+
@@ -725,6 +729,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3650,6 +3687,34 @@
+
+
+
+
+
+ -
+
+ strict
+
+
+ -
+
+ standard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 2d39e27..c335cfe 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -1,11 +1,11 @@
-
+
Microsoft Windows XP SP2 ou supérieur
- Non pris en charge.
+ Nâest plus pris en charge
Firefox 60 ou supérieur, Firefox 60 ESR ou supérieur
Firefox 62 ou supérieur, Firefox 60.2 ESR ou supérieur
Firefox 63 ou supérieur
@@ -78,18 +78,20 @@
Firefox 137 ou supérieur
Firefox 138 ou supérieur
Firefox 138 ou supérieur, Firefox 128.10 ESR ou supérieur
+ Firefox 142 ou supérieur, Firefox 140.2 ESR ou supérieur
Firefox
Permissions
Caméra
Microphone
Localisation
Notifications
- Autoplay
+ Lecture automatique
Réalité Virtuelle
+ Partage dâécran
Authentification
Favoris
Certificats
-
+
Cookies
Addons
Extensions
@@ -101,18 +103,18 @@
Chiffrements désactivés
Extensions de médias cryptés
PDF.js
- Picture-in-Picture
+ Image dans lâimage
Paramètres Proxy
Périphériques de sécurité
- Firefox Suggest (US seulement)
- Content Analysis (DLP)
- Interception Points
- Clipboard
- Drag And Drop
+ Firefox Suggest (Ãtats-Unis uniquement)
+ Analyse de contenu (DLP)
+ Points dâinterception
+ Presse-papiers
+ Glisser-déposer
Sites autorisés
Sites autorisés (Session seulement)
Sites bloqués
- Application Autoupdate
+ Mise à jour automatique de lâapplication
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.
@@ -140,11 +142,11 @@ Pour plus d'informations, voir https://developer.mozilla.org/en-US/docs/Mozilla/
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.
- Autoriser les noms de domaine imcomplets
+ Autoriser les noms de domaine incomplets
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.
- Autoriser les Proxys
+ Autoriser les proxy
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.
@@ -201,7 +203,7 @@ Si cette stratégie est désactivée ou non configurée, le répertoire de tél
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é.
- Fournisseur URL
+ URL du fournisseur
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é.
@@ -388,7 +390,7 @@ Si cette stratégie est désactivée ou non configurée, les sites web ne peuven
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.
- Page Nouvel onglet
+ Page du nouvel onglet
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.
@@ -461,8 +463,8 @@ Si cette stratégie n'est pas configurée ou est désactivée, en navigation pri
Accepter tous les cookies
Rejeter les cookies tiers
Rejeter tous les cookies
- Reject third party cookies for sites you haven't visited
- Rejeter les cookies tiers pour les sites que vous n'avez pas visités
+ Rejeter les cookies tiers pour les sites que vous n'avez pas visités
+ Rejeter les cookies des traqueurs connus
Rejeter les cookies pour les traceurs connus et partitionner les cookies tiers (Protection totale des cookies)
Si cette stratégie est activée, l'accès à la caméra est toujours autorisé pour les origines indiquées.
@@ -553,6 +555,20 @@ Si cette stratégie est désactivée ou non configurée, tout site qui ne figure
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.
+ 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.
+ 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.
+ Bloquer les nouvelles demandes de partage dâécran
+ 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.
+ Ne pas autoriser la modification des préférences de partage dâécran
+ 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.
Personnaliser Firefox Home
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.
@@ -788,6 +804,16 @@ Si cette stratégie est désactivée ou non configurée, l'utilisateur peut modi
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.
+ Mode de protection contre le pistage
+ 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.
+ Strict
+ Standard
+ Empreinte numérique suspectée
+ 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.
Langue demandée
Langue demandée (chaîne)
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.
@@ -1143,89 +1169,90 @@ Si cette stratégie est désactivée ou non configurée, le mode de navigation p
Autoriser le mode de navigation privée
Désactiver le mode de navigation privée
Forcer le mode de navigation privée
- Agent Name
- If this policy is enabled, you can specify the name of the DLP agent, used in dialogs and notifications about DLP operations.
+ Nom de lâagent
+ 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.
- Agent Timeout
- 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é.
+ Délai dâattente de lâagent
+ 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.
- Allow Url Regex List
- 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.
+ Liste dâURL autorisées (expression régulière)
+ 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.
- Bypass For Same Tab Operations
- 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é.
+ Contourner pour les opérations dans le même onglet
+ 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.
- Client Signature
- 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.
+ Signature du client
+ 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.
- Default Result
- 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.
+ Résultat par défaut
+ 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.
- Deny the request
- Warn the user and allow them to choose whether to allow or deny
- Allow the request
- Deny Url Regex List
- 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.
+ Refuser la requête
+ Avertir lâutilisateur et lui permettre de choisir dâautoriser ou non
+ Autoriser la requête
-If this policy is disabled or not configured, the DLP agent will always be consulted.
- Enabled
- If this policy is enabled, Firefox will use DLP.
+ Liste dâURL refusées (expression régulière)
+ 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é.
+ Activé
+ 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.
- Is Per User
- 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.
- Pipe Path Name
- 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.
+ Par utilisateur
+ 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.
- Show Blocked Result
- 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.
+ Nom du canal
+ 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.
- Enabled
- 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é.
+ Afficher le résultat bloqué
+ 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.
- Plain Text Only
- 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.
+ Activé
+ 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.
- Enabled
- 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.
+ Texte brut uniquement
+ 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.
- Plain Text Only
- 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.
+ Activé
+ 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.
- File Upload
- 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.
+ Texte brut uniquement
+ 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.
- Print
- 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é.
+ Téléversement de fichiers
+ 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.
- Timeout Result
- 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.
+ Impression
+ 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.
- Skip Terms of Use
- 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.
+ Résultat en cas de délai dâattente
+ 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.
+ Ignorer les conditions dâutilisation
+ 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.
+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.
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 :
@@ -1607,6 +1634,9 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.
+
+
+
diff --git a/windows/ru-RU/firefox.adml b/windows/ru-RU/firefox.adml
index 80195b4..3fef956 100644
--- a/windows/ru-RU/firefox.adml
+++ b/windows/ru-RU/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -79,6 +79,7 @@
Firefox 137 или более поздние веÑÑии
Firefox 138 или более поздние веÑÑии
Firefox 138 или более поздние веÑÑии, Firefox 128.10 ESR или более поздние веÑÑии
+ Firefox 142 или более поздние веÑÑии, Firefox 140.2 ESR или более поздние веÑÑии
Firefox
РазÑеÑениÑ
ÐамеÑа
@@ -87,6 +88,7 @@
УведомлениÑ
ÐвÑопÑоÑмоÑÑ
ÐиÑÑÑалÑÐ½Ð°Ñ ÑеалÑноÑÑÑ
+ ÐбÑий доÑÑÑп к ÑкÑанÑ
ÐÑÑенÑиÑикаÑиÑ
Ðакладки
СеÑÑиÑикаÑÑ
@@ -105,11 +107,11 @@
ÐаÑÑинка в каÑÑинке
ÐаÑÑÑойки пÑокÑи
УÑÑÑойÑÑва безопаÑноÑÑи
- Firefox Suggest (US only)
+ Firefox Suggest (ÑолÑко Ð´Ð»Ñ Ð¡Ð¨Ð)
Ðнализ конÑенÑа (DLP)
ТоÑки пеÑеÑ
ваÑа
ÐÑÑÐµÑ Ð¾Ð±Ð¼ÐµÐ½Ð°
- Drag And Drop
+ ÐеÑеÑаÑкивание
РазÑеÑÑннÑе ÑайÑÑ
РазÑеÑÑннÑе ÑайÑÑ (Session Only)
ÐаблокиÑованнÑе ÑайÑÑ
@@ -177,7 +179,7 @@
ÐÑли ÑÑа полиÑика вклÑÑена, полÑзоваÑÐµÐ»Ñ Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ ÑÑÑановиÑÑ Ð¸Ð·Ð¾Ð±Ñажение в каÑеÑÑве Ñона ÑабоÑего ÑÑола.
ÐÑли ÑÑа полиÑика оÑклÑÑена или не наÑÑÑоена, полÑзоваÑели могÑÑ ÑÑÑановиÑÑ Ð¸Ð·Ð¾Ð±ÑÐ°Ð¶ÐµÐ½Ð¸Ñ Ð² каÑеÑÑве Ñона ÑабоÑего ÑÑола.
- Captive Portal
+ ÐоÑÑал авÑоÑизаÑии
ÐÑли ÑÑа полиÑика вÑклÑÑена, Ñо поддеÑжка captive portal оÑклÑÑена.
ÐÑли ÑÑа полиÑика вклÑÑена или не наÑÑÑоена, Ñо поддеÑжка captive portal вклÑÑена.
@@ -323,7 +325,7 @@ Mozilla ÑекомендÑÐµÑ Ð½Ðµ оÑклÑÑаÑÑ ÑелемеÑÑиÑ. Ð
ÐÑли ÑÑа полиÑика оÑклÑÑена или не наÑÑÑоена, Ð¿Ð°Ð½ÐµÐ»Ñ Ð·Ð°ÐºÐ»Ð°Ð´Ð¾Ðº оÑобÑажаеÑÑÑ Ð½Ð° новой вкладке по ÑмолÑаниÑ.
Always
Never
- New Tab
+ ÐÐ¾Ð²Ð°Ñ Ð²ÐºÐ»Ð°Ð´ÐºÐ°