From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Thu, 25 Aug 2022 14:47:25 +0000 (-0400)
Subject: Information for GoToIntranetSiteForSingleWordEntryInAddressBar
X-Git-Tag: v4.3~3^2~1
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/7de22da0ec4caccf101376321c964008826042ea
Information for GoToIntranetSiteForSingleWordEntryInAddressBar
---
diff --git a/README.md b/README.md
index 37047ed..791297a 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,7 @@ Policies can be specified using the [Group Policy templates on Windows](https://
| **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
| **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
| **[`FlashPlugin (Deprecated)`](#flashplugin-deprecated)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
+| **[`GoToIntranetSiteForSingleWordEntryInAddressBar`](#gotointranetsiteforsinglewordentryinaddressbar)** | Force direct intranet site navigation instead of searching when typing single word entries in the address bar.
| **[`Handlers`](#handlers)** | Configure default application handlers.
| **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
| **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
@@ -2911,6 +2912,51 @@ Value (string):
}
}
```
+### GoToIntranetSiteForSingleWordEntryInAddressBar
+Whether to always go through the DNS server before sending a single word search string to a search engine.
+
+If the site exists, it will navigate to the website. If the intranet responds with a 404, the page will show a 404. If the intranet does not respond, the browser will either attempt to search the term.
+
+The second result in the URL bar will be a search result to allow users to conduct a web search exactly as it was entered.
+
+If instead you would like to enable the ability to have your domain appear as a valid URL and to disallow the browser from ever searching that term using the first result that matches it, add the pref `browser.fixup.domainwhitelist.YOUR_DOMAIN` (where `YOUR_DOMAIN` is the name of the domain you'd like to add), and set the pref to `true`. The URL bar will then suggest `YOUR_DOMAIN` when the user fully types `YOUR_DOMAIN`. If the user attempts to load that domain and it fails to load, it will show an "Unable to connect" error page.
+
+You can also whitelist a domain suffix that is not part of the [Public Suffix List](https://publicsuffix.org/) by adding the pref `browser.fixup.domainsuffixwhitelist.YOUR_DOMAIN_SUFFIX` with a value of `true`.
+
+Additionally, if you want users to see a "Did you mean to go to 'YOUR_DOMAIN'" prompt below the URL bar if they land on a search results page instead of an intranet domain that provides a response, set the pref `browser.urlbar.dnsResolveSingleWordsAfterSearch` to `1`. Enabling this will cause the browser to commit a DNS check after every single word search. If the browser receives a response from the intranet, a prompt will ask the user if they'd like to instead navigate to `YOUR_DOMAIN`. If the user presses the **yes** button, `browser.fixup.domainwhitelist.YOUR_DOMAIN` will be set to `true`.
+
+**Compatibility:** Firefox 104, Firefox ESR 102.2\
+**CCK2 Equivalent:** `N/A`\
+**Preferences Affected:** `browser.fixup.dns_first_for_single_words`
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\GoToIntranetSiteForSingleWordEntryInAddressBar = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/GoToIntranetSiteForSingleWordEntryInAddressBar
+```
+Value (string):
+```
+ or
+```
+#### macOS
+```
+
+ GoToIntranetSiteForSingleWordEntryInAddressBar
+ |
+
+```
+#### policies.json
+```
+{
+ "policies": {
+ "GoToIntranetSiteForSingleWordEntryInAddressBar": true | false
+ }
+}
+```
### Handlers
Configure default application handlers. This policy is based on the internal format of `handlers.json`.
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index 4bb6884..b3c4527 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -317,6 +317,8 @@
Locked
+ GoToIntranetSiteForSingleWordEntryInAddressBar
+
Handlers
mimeTypes
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index a53921a..c2f2846 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -940,6 +940,10 @@ Ausführliche Informationen zur Erstellung der Richtlinie finden Sie unter https
Wenn diese Richtlinieneinstellung aktiviert ist, startet Firefox Downloads in einem temporären Verzeichnis und löscht sie automatisch, wenn der Browser geschlossen wird.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, startet Firefox Downloads im Download-Ordner und sie werden nicht automatisch gelöscht, wenn der Browser geschlossen wird.
+ 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.
+
+If this policy is disabled or not configured, typing single word entries in the address bar will search.
Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf true gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, ist die Einstellung auf false gesperrt.
Für eine Beschreibung der Einstellung, siehe:
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 7b32cca..39c2ba9 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -935,6 +935,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
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 disabled or not configured, Firefox will to the download folder and 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.
+
+If this policy is disabled or not configured, typing single word entries in the address bar will search.
If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.
For a description of the preference, see:
diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml
index ea78fde..61d189a 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -937,6 +937,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
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 disabled or not configured, Firefox will to the download folder and 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.
+
+If this policy is disabled or not configured, typing single word entries in the address bar will search.
Si esta polÃtica está habilitada, la preferencia se bloquea en true. Si esta polÃtica está deshabilitada, la preferencia está bloqueada en false.
Para una descripción de la preferencia, visita:
diff --git a/windows/firefox.admx b/windows/firefox.admx
index f4da43e..45c0832 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -3873,7 +3873,17 @@
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 4c43db8..d81ebcb 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -936,6 +936,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
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 disabled or not configured, Firefox will to the download folder and 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.
+
+If this policy is disabled or not configured, typing single word entries in the address bar will search.
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, voir:
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index bf489b5..c442c96 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -938,6 +938,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
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 disabled or not configured, Firefox will to the download folder and 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.
+
+If this policy is disabled or not configured, typing single word entries in the address bar will search.
Se questo criterio è abilitato, la preferenza è impostata a Vero e resa non modificabile. Se questo criterio è disabilitato, la preferenza è impostata a Falso e resa non modificabile.
Per una descrizione della preferenza, si veda:
diff --git a/windows/ru-RU/firefox.adml b/windows/ru-RU/firefox.adml
index 6983759..7e4a1b7 100644
--- a/windows/ru-RU/firefox.adml
+++ b/windows/ru-RU/firefox.adml
@@ -937,6 +937,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
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 disabled or not configured, Firefox will to the download folder and 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.
+
+If this policy is disabled or not configured, typing single word entries in the address bar will search.
ÐÑли ÑÑа полиÑика вклÑÑена, пÑедпоÑÑение заблокиÑовано на true. ÐÑли ÑÑа полиÑика оÑклÑÑена, пÑедпоÑÑение заблокиÑовано на false.
ÐпиÑание пÑедпоÑÑÐµÐ½Ð¸Ñ Ñм .:
diff --git a/windows/zh-CN/firefox.adml b/windows/zh-CN/firefox.adml
index ccadacd..758a8c9 100644
--- a/windows/zh-CN/firefox.adml
+++ b/windows/zh-CN/firefox.adml
@@ -935,6 +935,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
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 disabled or not configured, Firefox will to the download folder and 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.
+
+If this policy is disabled or not configured, typing single word entries in the address bar will search.
è¥å¯ç¨æ¤ååï¼å好设å®å°éå®ä¸º trueã è¥ç¦ç¨æ¤ååï¼å好设å®åéå®ä¸ºfalseã
è¥éè¦å好设置ç详ç»è¯´æï¼è¯·åèï¼
diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml
index 360ed4e..c3023bf 100644
--- a/windows/zh-TW/firefox.adml
+++ b/windows/zh-TW/firefox.adml
@@ -935,6 +935,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
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 disabled or not configured, Firefox will to the download folder and 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.
+
+If this policy is disabled or not configured, typing single word entries in the address bar will search.
è¥åç¨æ¤ååï¼å好è¨å®å°éå®çº trueãè¥åç¨æ¤ååï¼å好è¨å®åéå®çº falseã
è¥éè¦å好è¨å®ç詳細說æï¼è«åèï¼