]> git.p6c8.net - policy-templates.git/commitdiff
Merge branch 'master' into patch-1
authorKirk <bytesized@users.noreply.github.com>
Tue, 21 Aug 2018 16:35:05 +0000 (09:35 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Aug 2018 16:35:05 +0000 (09:35 -0700)
README.md
index.html
windows/en-US/firefox.adml
windows/firefox.admx

index 2d075a69e5011a736d15ed30dc32d05ad4c23a97..f3a481dcaf421cc7d838926e8ce1577075ce7b85 100644 (file)
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ This policy removes the "Set As Desktop Background..." menuitem when right click
 }
 ```
 ### Certificates
-This is a Windows only policy that tells Firefox to read certificates from the Windows certificate store.
+If this Windows only policy is set to true, Firefox reads certificates from the Windows certificate store.
 ```
 {
   "policies": {
@@ -100,7 +100,7 @@ This policy controls various settings related to cookies.
 }
 ```
 ### DisableMasterPasswordCreation
-This policy removes the master password functionality if set to true.
+If this policy is set to true, the master password functionality is removed.
 ```
 {
   "policies": {
@@ -136,7 +136,7 @@ This policy removes access to all developer tools.
 }
 ```
 ### DisableFeedbackCommands
-This policy disables the menus for reporting sites (Submit Feedback, Report Deceptive Site)
+This policy disables the menus for reporting sites (Submit Feedback, Report Deceptive Site).
 ```
 {
   "policies": {
@@ -145,7 +145,7 @@ This policy disables the menus for reporting sites (Submit Feedback, Report Dece
 }
 ```
 ### DisableFirefoxScreenshots
-This policy removes access to Firefox Screenshots
+This policy removes access to Firefox Screenshots.
 ```
 {
   "policies": {
@@ -154,7 +154,7 @@ This policy removes access to Firefox Screenshots
 }
 ```
 ### DisableFirefoxAccounts
-This policy disables Sync
+This policy disables Sync.
 ```
 {
   "policies": {
@@ -163,7 +163,7 @@ This policy disables Sync
 }
 ```
 ### DisableFirefoxStudies
-This policy disables Firefox studies (Shield)
+This policy disables Firefox studies (Shield).
 ```
 {
   "policies": {
@@ -172,7 +172,7 @@ This policy disables Firefox studies (Shield)
 }
 ```
 ### DisableForgetButton
-This policy disables the "Forget" button
+This policy disables the "Forget" button.
 ```
 {
   "policies": {
@@ -181,7 +181,7 @@ This policy disables the "Forget" button
 }
 ```
 ### DisableFormHistory
-This policy turns off the browser.formfill.enable preferences
+This policy turns off the browser.formfill.enable preferences.
 ```
 {
   "policies": {
@@ -190,7 +190,7 @@ This policy turns off the browser.formfill.enable preferences
 }
 ```
 ### DisablePocket
-This policy turns off Pocket
+This policy turns off Pocket.
 ```
 {
   "policies": {
@@ -199,7 +199,7 @@ This policy turns off Pocket
 }
 ```
 ### DisablePrivateBrowsing
-This policy removes access to private browsing
+This policy removes access to private browsing.
 ```
 {
   "policies": {
@@ -208,7 +208,7 @@ This policy removes access to private browsing
 }
 ```
 ### DisableProfileImport
-This policy disables the"Import data from another browser" option in the bookmarks window.
+This policy disables the "Import data from another browser" option in the bookmarks window.
 ```
 {
   "policies": {
@@ -226,7 +226,7 @@ This policy disables the Refresh Firefox button on about:support and support.moz
 }
 ```
 ### DisableSafeMode
-This policy disables safe mode on Windows only
+This policy disables safe mode on Windows only.
 ```
 {
   "policies": {
@@ -267,7 +267,7 @@ Mozilla recommends that you do not disable telemetry. Information collected thro
 }
 ```
 ### DisplayBookmarksToolbar
-This policy turns on the bookmarks toolbar by default. A user can still turn it off and it will stay off.
+This policy turns on the bookmarks toolbar by default. A user can still turn it off, and it will stay off.
 ```
 {
   "policies": {
@@ -276,7 +276,7 @@ This policy turns on the bookmarks toolbar by default. A user can still turn it
 }
 ```
 ### DisplayMenuBar
-This policy turns on the menubar by default. A user can still turn it off and it will stay off.
+This policy turns on the menubar by default. A user can still turn it off, and it will stay off.
 ```
 {
   "policies": {
@@ -296,7 +296,7 @@ This policy stops Firefox from checking if it is the default browser at startup.
 ### EnableTrackingProtection
 This policy affects tracking protection.
 
-If this policy is not configured, tracking protection is not enabled by default in the browser but it is enabled by default in private browsing and the user can change it.
+If this policy is not configured, tracking protection is not enabled by default in the browser, but it is enabled by default in private browsing and the user can change it.
 
 If Value is set to false, tracking protection is disabled and locked in both the browser and private browsing.
 
@@ -311,8 +311,8 @@ If Value is set to true, private browsing is enabled by default in both the brow
 }
 ```
 ### Extensions (Machine only)
-This policy controls the install, uninstall and locking of extensions. Locked extensions cannot be disabled or uninstalled.
-For Install, you can specify a list of URLs or paths.
+This policy controls the installation, uninstallation and locking of extensions. Locked extensions cannot be disabled or uninstalled.
+For Install, you specify a list of URLs or paths.
 For Uninstall and Locked, you specify extension IDs.
 ```
 {
@@ -325,7 +325,7 @@ For Uninstall and Locked, you specify extension IDs.
 }
 ```
 ### NoDefaultBookmarks
-Don't create the default bookmarks or the Smart Bookmarks (Most Visited, Recent Tags). Note: this policy is only effective if used before the first run of the profile.
+This policy prevents the default bookmarks or the Smart Bookmarks (Most Visited, Recent Tags) from being created. Note: this policy is only effective if used before the first run of the profile.
 ```
 {
   "policies": {
@@ -357,7 +357,7 @@ This policy sets the default homepage value. It can also be used to lock the hom
 }
 ```
 ### PopupBlocking
-This policy sets domains for which pop-up windows are allowed. It also set the default pop-up policy
+This policy sets domains for which pop-up windows are allowed. It also sets the default pop-up policy.
 ```
 {
   "policies": {
@@ -398,7 +398,7 @@ This policy sets the behavior of Flash on the specified domains, as well as the
 }
 ```
 ### OverrideFirstRunPage (Machine only)
-This policy allowed you to override the first run page. If you leave the URL blank, the first run page will not be displayed.
+This policy allows you to override the first run page. If you leave the URL blank, the first run page will not be displayed.
 ```
 {
   "policies": {
@@ -407,7 +407,7 @@ This policy allowed you to override the first run page. If you leave the URL bla
 }
 ```
 ### OverridePostUpdatePage (Machine only)
-This policy allowed you to override the upgrade page page. If you leave the URL blank, the upgrade page will not be displayed.
+This policy allows you to override the upgrade page. If you leave the URL blank, the upgrade page will not be displayed.
 ```
 {
   "policies": {
@@ -416,7 +416,7 @@ This policy allowed you to override the upgrade page page. If you leave the URL
 }
 ```
 ### Bookmarks
-This policy allows you to specify bookmarks. You can have any number of bookmarks although only ten are specified in the ADMX file.
+This policy allows you to specify bookmarks. You can have any number of bookmarks, although only ten are specified in the ADMX file.
 Placement can be specified as either toolbar or menu. If a folder is specified, it is automatically created and bookmarks with the
 same folder name are grouped together.
 
@@ -477,7 +477,7 @@ This policy can be used to determine if the search bar is separate or combined w
 }
 ```
 ### WebsiteFilter (Machine only)
-Blocks websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https accesses are supported at the moment. The arrays are limited to 1000 entries each.
+This policy blocks websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. The arrays are limited to 1000 entries each.
 ```
 {
   "policies": {
index 50f3e53520fe9d11372e0db80e0010d2d2354d59..e6b97df7b0b1c049e841b6e7de6a13d0f1513970 100644 (file)
@@ -42,7 +42,7 @@
     <tr>
       <td style="padding-left: 21px"><a href="#ImportEnterpriseRoots">ImportEnterpriseRoots</a></td>
 
-      <td>Read certificates from the Windows certificate store.</td>
+      <td>Read certificates from the Windows certificate store</td>
     </tr>
 
     <tr>
     </dl><a href="#top">Back to top</a>
   </div>
 
-
   <div style="margin-left:0px">
-    <h3><a name="DisableSetDesktopBackground" id="DisableSetDesktopBackground"></a>DisableSetDesktopBackground</h3>
-
-    <span>Disable setting an image as the desktop background.</span>
-
-    <dl>
-      <dt style="font-weight:bold">Data type:</dt>
-
-      <dd>Boolean [Windows:REG_DWORD]</dd>
-
-      <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
-
-      <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground</dd>
-
-      <dt style="font-weight:bold">Policies.json:</dt>
-
-      <dd style="font-family:monospace">DisableSetDesktopBackground</dd>
-
-      <dt style="font-weight:bold">Supported on:</dt>
-
-      <dd>
-        <ul style="padding-left:0px;margin-left:0px">
-          <li>Firefox (Linux, Mac, Windows) RR and ESR since version 60</li>
-        </ul>
-      </dd>
-
-      <dt style="font-weight:bold">CCK2 Equivalent:</dt>
-
-      <dd style="font-family:monospace">removeSetDesktopBackground</dd>
-
-      <dt style="font-weight:bold">Preferences modified:</dt>
-
-      <dd>N/A</dd>
-
-      <dt style="font-weight:bold">Description:</dt>
-
-      <dd>
-        <p>If this policy is set to true, the "Set As Desktop Background..." menuitem is removed.
-      </dd>
-    </dl><a href="#top">Back to top</a>
+    <h3><a name="Certificates" id="Certificates"></a>Certificates</h3><span>Manage Enterprise Certificates on Windows</span>
+       <dl>
+       </dl><a href="#top">Back to top</a>
   </div>
-
-  <div style="margin-left:0px">
+  
+  <div style="margin-left:50px">
     <h3><a name="ImportEnterpriseRoots" id="ImportEnterpriseRoots"></a>ImportEnterpriseRoots</h3>
 
     <span>Read certificates from the Windows certificate store</span>
   </div>
 
   <div style="margin-left:0px">
+    <h3><a name="Cookies" id="Cookies"></a>Cookies</h3><span>Manage cookie settings</span>
+       <dl>
+       </dl><a href="#top">Back to top</a>
+  </div>
+  
+  <div style="margin-left:50px">
     <h3><a name="CookiesAllow" id="CookiesAllow"></a>Cookies - Allow</h3>
 
     <span>Sites that are always allowed to set cookies</span>
     </dl><a href="#top">Back to top</a>
   </div>
 
-  <div style="margin-left:0px">
+  <div style="margin-left:50px">
     <h3><a name="CookiesBlock" id="CookieBlock"></a>Cookies - Block</h3>
 
     <span>Sites that are blocked from setting cookies</span>
     </dl><a href="#top">Back to top</a>
   </div>
 
-
-  <div style="margin-left:0px">
+  <div style="margin-left:50px">
     <h3><a name="CookiesDefault" id="CookiesDefault"></a>Cookies - Default</h3>
 
     <span>Default cookie setting</span>
     </dl><a href="#top">Back to top</a>
   </div>
 
-  <div style="margin-left:0px">
+  <div style="margin-left:50px">
     <h3><a name="CookiesAcceptThirdParty" id="CookiesAcceptThirdParty"></a>Cookies - AcceptThirdParty</h3>
 
     <span>Accept third-party cookies</span>
     </dl><a href="#top">Back to top</a>
   </div>
 
-  <div style="margin-left:0px">
+  <div style="margin-left:50px">
     <h3><a name="CookiesExpireAtSessionEnd" id="CookiesExpireAtSessionEnd"></a>Cookies - ExpireAtSessionEnd</h3>
 
     <span>When cookies expire</span>
     </dl><a href="#top">Back to top</a>
   </div>
 
-  <div style="margin-left:0px">
+  <div style="margin-left:50px">
     <h3><a name="CookiesLocked" id="CookiesLocked"></a>Cookies - Locked</h3>
 
     <span>Don't allow cookie preferences to be changed</span>
     </dl><a href="#top">Back to top</a>
   </div>
 
+  <div style="margin-left:0px">
+    <h3><a name="DisableSetDesktopBackground" id="DisableSetDesktopBackground"></a>DisableSetDesktopBackground</h3>
+
+    <span>Disable setting an image as the desktop background.</span>
+
+    <dl>
+      <dt style="font-weight:bold">Data type:</dt>
+
+      <dd>Boolean [Windows:REG_DWORD]</dd>
+
+      <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
+
+      <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground</dd>
+
+      <dt style="font-weight:bold">Policies.json:</dt>
+
+      <dd style="font-family:monospace">DisableSetDesktopBackground</dd>
+
+      <dt style="font-weight:bold">Supported on:</dt>
+
+      <dd>
+        <ul style="padding-left:0px;margin-left:0px">
+          <li>Firefox (Linux, Mac, Windows) RR and ESR since version 60</li>
+        </ul>
+      </dd>
+
+      <dt style="font-weight:bold">CCK2 Equivalent:</dt>
+
+      <dd style="font-family:monospace">removeSetDesktopBackground</dd>
+
+      <dt style="font-weight:bold">Preferences modified:</dt>
+
+      <dd>N/A</dd>
+
+      <dt style="font-weight:bold">Description:</dt>
+
+      <dd>
+        <p>If this policy is set to true, the "Set As Desktop Background..." menuitem is removed.
+      </dd>
+    </dl><a href="#top">Back to top</a>
+  </div>
+  
   <div style="margin-left:0px">
     <h3><a name="DisableMasterPasswordCreation" id="DisableMasterPasswordCreation"></a>DisableMasterPasswordCreation</h3>
 
index 46199be91b0a1789d00b9439eae17d9929b3501a..e5f23e61c3826edd57171f71dfa1990735136af2 100644 (file)
@@ -24,7 +24,7 @@
       <string id="Authentication_SPNEGO">SPNEGO</string>
       <string id="Authentication_SPNEGO_Explain">If this policy is enabled, the specified websites are permitted to engage in SPNEGO authentication with the browser. Entries in the list are formatted as mydomain.com or https://myotherdomain.com.
 
-If this policy is disabled or not configured, No websites are permitted to engage in SPNEGO authentication with the browser.
+If this policy is disabled or not configured, no websites are permitted to engage in SPNEGO authentication with the browser.
 
 For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication.</string>
       <string id="Authentication_Delegated">Delegated</string>
@@ -36,27 +36,27 @@ For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Integ
       <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.
 
-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 authentification.
 
 For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication.</string>
       <string id="BlockAboutAddons">Block Add-ons Manager</string>
-      <string id="BlockAboutAddons_Explain" >If this policy is enabled, the user can not access the Add-ons Manager or about:addons.
+      <string id="BlockAboutAddons_Explain" >If this policy is enabled, the user cannot access the Add-ons Manager or about:addons.
 
 If this policy is disabled or not configured, the user can access the Add-ons Manager and about:addons.</string>
       <string id="BlockAboutConfig">Block about:config</string>
-      <string id="BlockAboutConfig_Explain">If this policy is enabled, the user can not access about:config.
+      <string id="BlockAboutConfig_Explain">If this policy is enabled, the user cannot access about:config.
 
 If this policy is disabled or not configured, the user can access about:config.</string>
       <string id="BlockAboutProfiles">Block about:profiles</string>
-      <string id="BlockAboutProfiles_Explain">If this policy is enabled, the user can not access about:profiles.
+      <string id="BlockAboutProfiles_Explain">If this policy is enabled, the user cannot access about:profiles.
 
 If this policy is disabled or not configured, the user can access about:profiles.</string>
       <string id="BlockAboutSupport">Block Troubleshooting Information</string>
-      <string id="BlockAboutSupport_Explain">If this policy is enabled, the user can not access Troubleshooting Information or about:support.
+      <string id="BlockAboutSupport_Explain">If this policy is enabled, the user cannot access Troubleshooting Information or about:support.
 
 If this policy is disabled or not configured, the user can access Troubleshooting Information and about:support.</string>
       <string id="DisableSetDesktopBackground">Disable Set Desktop Background</string>
-      <string id="DisableSetDesktopBackground_Explain">If this policy is enabled, the user can not set an image as their desktop background.
+      <string id="DisableSetDesktopBackground_Explain">If this policy is enabled, the user cannot set an image as their desktop background.
 
 If this policy is disabled or not configured, users can set images as their desktop background.</string>
       <string id="Certificates_ImportEnterpriseRoots">Import Enterprise Roots</string>
@@ -130,7 +130,7 @@ If this policy is disabled or not configured, safe mode is allowed.</string>
 
 If this policy is disabled or not configured, certificate errors can be overridden.</string>
       <string id="DisableSecurityBypass_SafeBrowsing">Prevent overriding safe browsing errors</string>
-      <string id="DisableSecurityBypass_SafeBrowsing_Explain">If this policy is enabled, a user can not bypass the warning and visit a harmful site.
+      <string id="DisableSecurityBypass_SafeBrowsing_Explain">If this policy is enabled, a user cannot bypass the warning and visit a harmful site.
 
 If this policy is disabled or not configured, a user can choose to visit a harmful site.</string>
       <string id="DisableSystemAddonUpdate">Disable System Addon Updates</string>
@@ -172,7 +172,7 @@ If this policy is disabled or not configured, no extensions are locked.</string>
       <string id="OfferToSaveLogins">Offer to save logins</string>
       <string id="OfferToSaveLogins_Explain">If this policy is enabled or not configured, Firefox will offer to save website logins and passwords.
 
-If this policy is disabled, firefox will not offer to save website logins and passwords.</string>
+If this policy is disabled, Firefox will not offer to save website logins and passwords.</string>
       <string id="PopupBlocking_Allow_Explain">If this policy is enabled, pop-up windows are always allowed for the origins indicated. If a top level domain is specified (http://example.org), pop-up windows are allowed for all subdomains as well.
 
 If this policy is disabled or not configured, the default pop-up policy is followed.</string>
@@ -181,7 +181,7 @@ If this policy is disabled or not configured, the default pop-up policy is follo
 
 If this policy is not configured or enabled, popups are not allowed from websites.</string>
       <string id="PopupBlocking_Locked">Do not allow preferences to be changed</string>
-      <string id="PopupBlocking_Locked_Explain">If this policy is enabled pop-up preferences cannot be changed by the user.
+      <string id="PopupBlocking_Locked_Explain">If this policy is enabled, pop-up preferences cannot be changed by the user.
 
 If this policy is disabled or not configured, the user can change their pop-up preferences.</string>
       <string id="InstallAddonsPermission_Allow_Explain">If this policy is enabled, add-ons are always allowed for the origins indicated unless add-on install is disabled. If a top level domain is specified (http://example.org), add-ons are allowed for all subdomains as well.
@@ -213,13 +213,13 @@ This setting is ignored if this policy is disabled or not configured or if cooki
 
 This setting is ignored if this policy is disabled or not configured or if cookies are not allowed.</string>
       <string id="Cookies_Locked">Do not allow preferences to be changed</string>
-      <string id="Cookies_Locked_Explain">If this policy is enabled cookie preferences cannot be changed by the user.
+      <string id="Cookies_Locked_Explain">If this policy is enabled, cookie preferences cannot be changed by the user.
 
 If this policy is disabled or not configured, the user can change their cookie preferences.</string>
       <string id="FlashPlugin_Allow_Explain">If this policy is enabled, Flash is activated by default for the origins indicated unless Flash is completely disabled. If a top level domain is specified (http://example.org), Flash is allowed for all subdomains as well.
 
 If this policy is disabled or not configured, the default Flash policy is followed.</string>
-      <string id="FlashPlugin_Block_Explain">If this policy is enabled, Flash is blocked for the origins indicated. If a top level domain is specified (http://example.org), Flas is blocked from all subdomains as well.
+      <string id="FlashPlugin_Block_Explain">If this policy is enabled, Flash is blocked for the origins indicated. If a top level domain is specified (http://example.org), Flash is blocked from all subdomains as well.
 
 If this policy is disabled or not configured, the default Flash policy is followed.</string>
       <string id="FlashPlugin_Default">Activate Flash on websites</string>
@@ -227,29 +227,29 @@ If this policy is disabled or not configured, the default Flash policy is follow
 
 If this policy is disabled, Flash is never activated on websites, even if they are in the specified in the Allow list.
 
-If this policy is not configured Flash, Flash is click to play.</string>
+If this policy is not configured, Flash is click to play.</string>
       <string id="FlashPlugin_Locked">Do not allow preferences to be changed</string>
-      <string id="FlashPlugin_Locked_Explain">If this policy is enabled Flash preferences cannot be changed by the user.
+      <string id="FlashPlugin_Locked_Explain">If this policy is enabled, Flash preferences cannot be changed by the user.
 
 If this policy is disabled or not configured, the user can change their Flash preferences.</string>
       <string id="OverrideFirstRunPage">Override the first run page</string>
       <string id="OverrideFirstRunPage_Explain">If this policy is enabled, you can specify a URL to be used as the first run page. If you leave the URL blank, no first run page will be shown.
 
-If this policy is disabled or not configured the first run page is displayed.</string>
+If this policy is disabled or not configured, the first run page is displayed.</string>
       <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 is displayed.</string>
       <string id="SanitizeOnShutdown">Clear all data when browser is closed</string>
       <string id="SanitizeOnShutdown_Explain">If this policy is enabled, all data is cleared when Firefox is closed. This includes Browsing &amp; Download History, Cookies, Active Logins, Cache, Form &amp; Search History, Site Preferences and Offline Website Data.
 
 If this policy is disabled or not configured, data is not cleared when the browser is closed.</string>
       <string id="WebsiteFilter_Block">Blocked websites</string>
-      <string id="WebsiteFilter_Block_Explain">If this policy is enabled, you can specify match patterns that indicate sites to be blocked. The match patterns are documented at https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https accesses are supported at the moment. There is a 1000 entry limit.",
+      <string id="WebsiteFilter_Block_Explain">If this policy is enabled, you can specify match patterns that indicate sites to be blocked. The match patterns are documented at https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. There is a 1000 entry limit.
 
 If this policy is disabled or not configured, no websites are blocked.</string>
       <string id="WebsiteFilter_Exceptions">Exceptions to blocked websites</string>
-      <string id="WebsiteFilter_Exceptions_Explain">If this policy is enabled, and the website filter is enabled, you can specify match patterns for sites you do not want to block. The match patterns are documented at https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https accesses are supported at the moment. There is a 1000 entry limit.",
+      <string id="WebsiteFilter_Exceptions_Explain">If this policy is enabled, and the website filter is enabled, you can specify match patterns for sites you do not want to block. The match patterns are documented at https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. There is a 1000 entry limit.
 
 If this policy is disabled or not configured, there are no exceptions to the website filter.</string>
       <string id="Bookmark1">Bookmark One</string>
@@ -259,7 +259,7 @@ If this policy is disabled or not configured, there are no exceptions to the web
       <string id="Bookmark5">Bookmark Five</string>
       <string id="Bookmark_Explain">If this policy is enabled, you can configure a bookmark be added to Firefox.  Due to a bug, you must select the location. Note that you must specify the bookmarks in order.
 
-If this policy is not configured or disabled, a new bookmark is not added.</string>
+If this policy is disabled or not configured, a new bookmark is not added.</string>
       <string id="BookmarkPlacementToolbar">Toolbar</string>
       <string id="BookmarkPlacementMenu">Menu</string>
       <string id="NoDefaultBookmarks">No Default Bookmarks</string>
@@ -303,7 +303,7 @@ If this policy is enabled, private browsing is enabled by default in both the br
       <string id="SearchBar">Search bar location</string>
       <string id="SearchBar_Explain">If this policy is enabled, you can set whether the search bar is separate from the URL bar.
 
-If this policy is not configured or disabled, new users get a unified search bar, users upgrading from Firefox 56 and below get a separate search bar.</string>
+If this policy is disabled or not configured, new users get a unified search bar, users upgrading from Firefox 56 and below get a separate search bar.</string>
       <string id="SearchEngines_1">Search Engine One</string>
       <string id="SearchEngines_2">Search Engine Two</string>
       <string id="SearchEngines_3">Search Engine Three</string>
@@ -311,19 +311,19 @@ If this policy is not configured or disabled, new users get a unified search bar
       <string id="SearchEngines_5">Search Engine Five</string>
       <string id="SearchEngines_Explain">If this policy is enabled, you can configure a search engine to be added to Firefox. Use {searchTerms} to indicate where the search term is placed. Due to a bug, you must select the method (usually GET). Note that you must specify the search engines in order.
 
-If this policy is not configured or disabled, a new search engine is not added.</string>
+If this policy is disabled or not configured, a new search engine is not added.</string>
       <string id="SearchBar_Unified">Unified</string>
       <string id="SearchBar_Separate">Separate</string>
       <string id="SearchEngine_Method_GET">GET</string>
       <string id="SearchEngine_Method_POST">POST</string>
       <string id="SearchEngines_Default">Default Search Engine</string>
-      <string id="SearchEngines_Default_Explain">If this policy is enabled, you can set type the name of a search engine to be used as the default.
+      <string id="SearchEngines_Default_Explain">If this policy is enabled, you can set the name of a search engine to be used as the default.
 
-If this policy is not configured or disabled, the Firefox default engine is used.</string>
+If this policy is disabled or not configured, the Firefox default engine is used.</string>
       <string id="SearchEngines_PreventInstalls">Prevent Search Engine Installs</string>
       <string id="SearchEngines_PreventInstalls_Explain">If this policy is enabled, the user cannot install search engines from web page.
 
-If this policy is not configured or disabled, search engines can be installed from web pages.</string>
+If this policy is disabled or not configured, search engines can be installed from web pages.</string>
     </stringTable>
     <presentationTable>
       <presentation id="Authentication">
index a6bf048317f4b2f1a66232faf73f20018b7a79c3..f4ca95b8e32adce15e826665b7a60e0fdd0deb50 100644 (file)
@@ -4,7 +4,7 @@
     <target prefix="firefox" namespace="Mozilla.Policies.Firefox"/>
     <using prefix="Mozilla" namespace="Mozilla.Policies"/>
   </policyNamespaces>
-  <resources minRequiredRevision="1.0"/>
+  <resources minRequiredRevision="1.1"/>
   <supportedOn>
     <definitions>
       <definition name="SUPPORTED_WINXPSP2" displayName="$(string.SUPPORTED_WINXPSP2)"/>

patrick-canterino.de