From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Thu, 2 Apr 2020 18:31:03 +0000 (-0500)
Subject: DNSOverHTTPS - Move to category, add ExcludedDomains
X-Git-Tag: v1.15~9^2~2
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/ff9c595474c2ffcb5e91dbc08900aa7b2906d0ea?ds=sidebyside;hp=--cc
DNSOverHTTPS - Move to category, add ExcludedDomains
---
ff9c595474c2ffcb5e91dbc08900aa7b2906d0ea
diff --git a/README.md b/README.md
index 8e09c21..071ebcd 100644
--- a/README.md
+++ b/README.md
@@ -1182,7 +1182,9 @@ Configure DNS over HTTPS.
`Locked` prevents the user from changing DNS over HTTPS preferences.
-**Compatibility:** Firefox 63, Firefox ESR 68\
+`ExcludedDomains` excludes domains from DNS over HTTPS.
+
+**Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `network.trr.mode`,`network.trr.uri`
@@ -1191,6 +1193,7 @@ Configure DNS over HTTPS.
Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
```
#### macOS
```
@@ -1203,6 +1206,10 @@ Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
URL_TO_ALTERNATE_PROVIDER
Locked
|
+ ExcludedDomains
+
+ example.com
+
```
@@ -1213,7 +1220,8 @@ Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
"DNSOverHTTPS": {
"Enabled": true | false,
"ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
- "Locked": true | false
+ "Locked": true | false,
+ "ExcludedDomains": ["example.com"]
}
}
}
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index c62f305..9ac6498 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -120,6 +120,10 @@
URL_TO_ALTERNATE_PROVIDER
Locked
+ ExcludedDomains
+
+ example.com
+
DisableAppUpdate
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 2c5f842..9585510 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -22,6 +22,7 @@
Firefox 72 oder höher, Firefox 68.4 ESR oder höher
Firefox 73 oder höher, Firefox 68.5 ESR oder höher
Firefox 74 oder höher, Firefox 68.6 ESR oder höher
+ Firefox 75 oder höher, Firefox 68.7 ESR oder höher
Firefox
Berechtigungen
Kamera
@@ -116,7 +117,25 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird
Wenn Sie die Richtlinieneinstellung aktivieren, können Sie das Standard Verzeichnis für Downloads definieren und sperren. ${home} kann für den nativen Profilpfad verwendet werden.
Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird das Standard Firefox Download Verzeichnis benutzt und der Benutzer kann dies ändern.
- DNS Over HTTPS konfigurieren
+ DNS Over HTTPS
+ Enabled
+ If this policy is disabled, DNS over HTTPS is disabled.
+
+If this policy is enabled or not configured, DNS Over HTTPS is enabled.
+ Provider URL
+ If this policy is enabled, the URL specified is used as the provider URL.
+
+If this policy is disabled or not configured, the default provider is used.
+
+ Locked
+ If this policy is enabled, DNS over HTTPS settings cannot be changed by the user.
+
+If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user.
+ Excluded Domains
+ If this policy is enabled, the specified domains are excluded from DNS over HTTPS.
+
+If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS.
+ DNS Over HTTPS konfigurieren (Moved)
Wenn Sie die Richtlinieneinstellung aktivieren, können die Standardeinstellungen für DNS over HTTPS geändert werden.
Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden von Mozilla Firefox die Standardeinstellungen zu DNS Over HTTPS benutzt.
@@ -947,6 +966,14 @@ 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 4857d5f..24610d7 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -22,6 +22,7 @@
Firefox 72 or later, Firefox 68.4 ESR or later
Firefox 73 or later, Firefox 68.5 ESR or later
Firefox 74 or later, Firefox 68.6 ESR or later
+ Firefox 75 or later, Firefox 68.7 ESR or later
Firefox
Permissions
Camera
@@ -116,7 +117,25 @@ If this policy is disabled or not configured, the default Firefox download direc
If this policy is enabled, you can set and lock the directory for downloads. ${home} can be used for the native home path.
If this policy is disabled or not configured, the default Firefox download directory is used and the user can change it.
- Configure DNS Over HTTPS
+ DNS Over HTTPS
+ Enabled
+ If this policy is disabled, DNS over HTTPS is disabled.
+
+If this policy is enabled or not configured, DNS Over HTTPS is enabled.
+ Provider URL
+ If this policy is enabled, the URL specified is used as the provider URL.
+
+If this policy is disabled or not configured, the default provider is used.
+
+ Locked
+ If this policy is enabled, DNS over HTTPS settings cannot be changed by the user.
+
+If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user.
+ Excluded Domains
+ If this policy is enabled, the specified domains are excluded from DNS over HTTPS.
+
+If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS.
+ Configure DNS Over HTTPS (Moved)
If this policy is enabled, the default configuration for DNS over HTTPS can be changed.
If this policy is disabled or not configured, DNS Over HTTPS uses the default Firefox configuration.
@@ -948,6 +967,14 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.
+
+
+
+
+
+
+
+
diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml
index 39f8ae0..2fc93ef 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -22,6 +22,7 @@
Firefox 72 o posterior, Firefox 68.4 ESR o posterior
Firefox 73 o posterior, Firefox 68.5 ESR o posterior
Firefox 74 o posterior, Firefox 68.6 ESR o posterior
+ Firefox 75 o posterior, Firefox 68.7 ESR o posterior
Firefox
Permisos
Cámara
@@ -116,7 +117,25 @@ Si esta polÃtica está deshabilitada o no está configurada, se utilizará el d
Si esta polÃtica está habilitada, podrá configurar y bloquear el directorio para las descargas. ${home} se puede utilizar para la ruta de inicio nativa.
Si esta polÃtica está deshabilitada o no está configurada, se utilizará el directorio de descarga predeterminado de Firefox y el usuario puede cambiarlo.
- Configurar DNS mediante HTTPS
+ DNS Over HTTPS
+ Enabled
+ If this policy is disabled, DNS over HTTPS is disabled.
+
+If this policy is enabled or not configured, DNS Over HTTPS is enabled.
+ Provider URL
+ If this policy is enabled, the URL specified is used as the provider URL.
+
+If this policy is disabled or not configured, the default provider is used.
+
+ Locked
+ If this policy is enabled, DNS over HTTPS settings cannot be changed by the user.
+
+If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user.
+ Excluded Domains
+ If this policy is enabled, the specified domains are excluded from DNS over HTTPS.
+
+If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS.
+ Configurar DNS mediante HTTPS (Moved)
Si esta polÃtica está habilitada, se podrá cambiar la configuración predeterminada de DNS mediante HTTPS.
Si esta polÃtica está deshabilitada o no está configurada, DNS mediante HTTPS usa la configuración predeterminada de Firefox.
@@ -948,6 +967,14 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences
+
+
+
+
+
+
+
+
diff --git a/windows/firefox.admx b/windows/firefox.admx
index cc540ea..5084541 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -23,6 +23,7 @@
+
@@ -87,6 +88,9 @@
+
+
+
@@ -472,6 +476,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 7e7e9bf..449299e 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -22,6 +22,7 @@
Firefox 72 ou supérieur, Firefox 68.4 ESR ou supérieur
Firefox 73 ou supérieur, Firefox 68.5 ESR ou supérieur
Firefox 74 ou supérieur, Firefox 68.6 ESR ou supérieur
+ Firefox 75 ou supérieur, Firefox 68.7 ESR ou supérieur
Firefox
Permissions
Caméra
@@ -116,7 +117,25 @@ Si cette stratégie est désactivée ou non configurée, le répertoire de tél
Si cette stratégie est activée, vous pouvez définir et verrouiller le répertoire de téléchargement. ${home} peut être utilisé comme chemin de base.
Si cette stratégie est désactivée ou non configurée, le répertoire de téléchargement par défaut de Firefox est utilisé et l'uilisateur peut le modifier.
- Configurer DNS sur HTTPS
+ DNS Over HTTPS
+ Enabled
+ If this policy is disabled, DNS over HTTPS is disabled.
+
+If this policy is enabled or not configured, DNS Over HTTPS is enabled.
+ Provider URL
+ If this policy is enabled, the URL specified is used as the provider URL.
+
+If this policy is disabled or not configured, the default provider is used.
+
+ Locked
+ If this policy is enabled, DNS over HTTPS settings cannot be changed by the user.
+
+If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user.
+ Excluded Domains
+ If this policy is enabled, the specified domains are excluded from DNS over HTTPS.
+
+If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS.
+ Configurer DNS sur HTTPS (Moved)
Si cette stratégie est activée, la configuration par défaut de DNS sur HTTPS peut être modifiée.
Si cette stratégie est désactivée ou non configurée, DNS Over HTTPS utilise la configuration par défaut de Firefox.
@@ -948,6 +967,14 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences
+
+
+
+
+
+
+
+
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index fa482e1..3280e7c 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -22,6 +22,7 @@
Firefox 72 o versione successiva, Firefox 68.4 ESR o versione successiva
Firefox 73 o versione successiva, Firefox 68.5 ESR o versione successiva
Firefox 74 o versione successiva, Firefox 68.6 ESR o versione successiva
+ Firefox 75 o versione successiva, Firefox 68.7 ESR o versione successiva
Firefox
Permessi
Fotocamera
@@ -116,7 +117,25 @@ Se questo criterio è disabilitato o non configurato, Firefox utilizzerà la dir
Se questo criterio è abilitato, è possibile impostare e rendere non modificabile la directory per i download. à possibile usare ${home} per specificare il percorso nativo della directory utente.
Se questo criterio è disabilitato o non configurato, Firefox utilizzerà la directory di download predefinita e l'utente sarà in grado di modificarla.
- Configura DNS su HTTPS
+ DNS Over HTTPS
+ Enabled
+ If this policy is disabled, DNS over HTTPS is disabled.
+
+If this policy is enabled or not configured, DNS Over HTTPS is enabled.
+ Provider URL
+ If this policy is enabled, the URL specified is used as the provider URL.
+
+If this policy is disabled or not configured, the default provider is used.
+
+ Locked
+ If this policy is enabled, DNS over HTTPS settings cannot be changed by the user.
+
+If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user.
+ Excluded Domains
+ If this policy is enabled, the specified domains are excluded from DNS over HTTPS.
+
+If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS.
+ Configura DNS su HTTPS (Moved)
Se questo criterio è abilitato, la configurazione predefinita per DNS su HTTPS può essere modificata.
Se questo criterio è disabilitato o non configurato, DNS su HTTPS utilizza la configurazione predefinita di Firefox.
@@ -948,6 +967,14 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences
+
+
+
+
+
+
+
+
diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml
index 7afaf38..51a89b4 100644
--- a/windows/zh-TW/firefox.adml
+++ b/windows/zh-TW/firefox.adml
@@ -22,6 +22,7 @@
Firefox 72 ææ´æ°çæ¬ãFirefox 68.4 ESR ææ´æ°çæ¬
Firefox 73 ææ´æ°çæ¬ãFirefox 68.5 ESR ææ´æ°çæ¬
Firefox 74 ææ´æ°çæ¬ãFirefox 68.6 ESR ææ´æ°çæ¬
+ Firefox 75 ææ´æ°çæ¬ãFirefox 68.7 ESR ææ´æ°çæ¬
Firefox
æ¬é
æå½±æ©
@@ -116,7 +117,25 @@ If this policy is enabled or not configured, authentication preferences cannot b
è¥åç¨æ¤ååï¼å¯è¨å®ä¸¦åºå®ä¸è¼é
ç®çé è¨å²åè³æ夾ãå¯ä½¿ç¨ ${home} ä¾æå®å®¶ç®éã
è¥åç¨æä¸è¨å®æ¤ååï¼å°ä½¿ç¨ Firefox çé è¨ä¸è¼è³æ夾ï¼ä¸å¯ç±ä½¿ç¨è
è®æ´ã
- è¨å® DNS Over HTTPS
+ DNS Over HTTPS
+ Enabled
+ If this policy is disabled, DNS over HTTPS is disabled.
+
+If this policy is enabled or not configured, DNS Over HTTPS is enabled.
+ Provider URL
+ If this policy is enabled, the URL specified is used as the provider URL.
+
+If this policy is disabled or not configured, the default provider is used.
+
+ Locked
+ If this policy is enabled, DNS over HTTPS settings cannot be changed by the user.
+
+If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user.
+ Excluded Domains
+ If this policy is enabled, the specified domains are excluded from DNS over HTTPS.
+
+If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS.
+ è¨å® DNS Over HTTPS (Moved)
è¥åç¨æ¤ååï¼å¯è®æ´é è¨ DNS over HTTPS è¨å®ã
è¥åç¨æä¸è¨å®æ¤ååï¼å°ä½¿ç¨é è¨ DNS Over HTTPS è¨å®ã
@@ -946,6 +965,14 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferencesã
+
+
+
+
+
+
+
+
\ No newline at end of file