From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 6 Apr 2020 20:30:33 +0000 (-0500)
Subject: Merge pull request #565 from mozilla/DisableDefaultBrowserAgent
X-Git-Tag: v1.15~10
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/269ce4f833b3767afe14cb78bd11d3db6c2a7c19?hp=b0adff85027321e422aec0eaac17ad07b089617f
Merge pull request #565 from mozilla/DisableDefaultBrowserAgent
Add support for DisableDefaultBrowserAgent
---
diff --git a/README.md b/README.md
index e2c1619..df2ccf4 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ Policies can be specified using the Group Policy templates on Windows (https://g
| **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
| **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
| **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
+| **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
| **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
| **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
| **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
@@ -689,6 +690,26 @@ Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
}
}
```
+### DisableDefaultBrowserAgent
+Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms donât have the agent.
+
+**Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** N/A
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
+```
+
+#### policies.json
+```
+{
+ "policies": {
+ "DisableDefaultBrowserAgent": true | false
+ }
+}
+```
### DisableDeveloperTools
Remove access to all developer tools.
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 7f00a0f..98a4b80 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -143,6 +143,12 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werde
Wenn Sie die Richtlinieneinstellung aktivieren, werden PDF-Dateien nicht in Firefox angezeigt.
Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden PDF-Dateien in Firefox angezeigt.
+ Disable the default browser agent.
+ If this policy is enabled, the default browser agent is disabled.
+
+If this policy is disabled or not configured, the default browser agent is enabled.
+
+For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html
Werkzeuge für Webentwickler deaktivieren
Wenn Sie die Richtlinieneinstellung aktivieren, können die Werkzeuge für Webentwickler in Firefox nicht benutzt werden.
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 238b12d..1147813 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -143,6 +143,12 @@ If this policy is disabled or not configured, the browser receives updates.If this policy is enabled, PDF files are not viewed within Firefox.
If this policy is disabled or not configured, PDF files are viewed within Firefox.
+ Disable the default browser agent.
+ If this policy is enabled, the default browser agent is disabled.
+
+If this policy is disabled or not configured, the default browser agent is enabled.
+
+For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html
Disable Developer Tools
If this policy is enabled, web developer tools are not available within Firefox.
diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml
index a4de3d1..f7504e6 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -143,6 +143,12 @@ Si esta polÃtica está deshabilitada o no está configurada, el navegador recib
Si esta polÃtica está habilitada, los archivos PDF no se visualizan dentro de Firefox.
Si esta polÃtica está deshabilitada o no está configurada, los archivos PDF se visualizan dentro de Firefox.
+ Disable the default browser agent.
+ If this policy is enabled, the default browser agent is disabled.
+
+If this policy is disabled or not configured, the default browser agent is enabled.
+
+For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html
Deshabilitar herramientas para desarrolladores
Si esta polÃtica está habilitada, las herramientas para desarrolladores web no están disponibles dentro de Firefox.
diff --git a/windows/firefox.admx b/windows/firefox.admx
index 7ffa898..36948d5 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -532,6 +532,16 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 563c2e4..6677c4a 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -143,6 +143,12 @@ Si cette stratégie est désactivée ou non configurée, le navigateur reçoit l
Si cette stratégie est activée, les fichiers PDF ne sont pas visualisés dans Firefox.
Si cette stratégie est désactivée ou non configurée, les fichiers PDF sont visualisés dans Firefox.
+ Disable the default browser agent.
+ If this policy is enabled, the default browser agent is disabled.
+
+If this policy is disabled or not configured, the default browser agent is enabled.
+
+For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html
Désactiver les outils de développement
Si cette stratégie est activée, les outils de développement Web ne sont pas disponibles dans Firefox.
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index 1dbf65c..48c6f6a 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -143,6 +143,12 @@ Se questo criterio è disabilitato o non configurato, il browser riceverà aggio
Se questo criterio è abilitato, i file PDF non sono visualizzati all'interno di Firefox.
Se questo criterio è disabilitato o non configurato, i file PDF sono visualizzati all'interno di Firefox.
+ Disable the default browser agent.
+ If this policy is enabled, the default browser agent is disabled.
+
+If this policy is disabled or not configured, the default browser agent is enabled.
+
+For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html
Disabilita Strumenti Sviluppo web
Se questo criterio è abilitato, gli Strumenti Sviluppo web non sono disponibili all'interno di Firefox.
diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml
index 2c31b4c..67a9bb7 100644
--- a/windows/zh-TW/firefox.adml
+++ b/windows/zh-TW/firefox.adml
@@ -143,6 +143,12 @@ If this policy is enabled or not configured, authentication preferences cannot b
è¥åç¨æ¤ååï¼å°ä¸æä½¿ç¨ Firefox å
§å»ºæª¢è¦å¨éå PDF æªæ¡ã
è¥åç¨æä¸è¨å®æ¤ååï¼åæä½¿ç¨ Firefox å
§å»ºæª¢è¦å¨éå PDF æªæ¡ã
+ Disable the default browser agent.
+ If this policy is enabled, the default browser agent is disabled.
+
+If this policy is disabled or not configured, the default browser agent is enabled.
+
+For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html
åç¨éç¼è
å·¥å
·
è¥åç¨æ¤ååï¼å°éé Firefox ç¶ä¸ç網é éç¼è
å·¥å
·åè½ã