X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/3f56c0a2744ddfdfc570b504524ac3c885515190..bc3da9ccda905565e0a03906c81c4e50d3bd01c9:/docs/index.md diff --git a/docs/index.md b/docs/index.md index 643a467..a0e1fe8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -131,6 +131,7 @@ Note: The `policies.json` must use the UTF-8 encoding. | **[`TranslateEnabled`](#translateenabled)** | Enable or disable webpage translation. | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user. | **[`UseSystemPrintDialog`](#usesystemprintdialog)** | Print using the system print dialog instead of print preview. +| **[`VisualSearchEnabled`](#visualsearchenabled)** | Enable or disable visual search. | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited. | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts. @@ -3172,9 +3173,9 @@ Value (string): ### Extensions Control the installation, uninstallation and locking of extensions. -We strongly recommend that you use the **[`ExtensionSettings`](#extensionsettings)** policy. It has the same functionality and adds more. It does not support native paths, though, so you'll have to use file:/// URLs. +Note: The **[`ExtensionSettings`](#extensionsettings)** policy was added in Firefox 69. It provides additional functionality and is closer in compatibility to Chrome and Edge. It does not support native paths, though, so you'll have to use file:/// URLs. I'd recommend trying it before using this policy. Any future improvements will happen in that policy. -This method will be deprecated in the near future. +We will not, however, be removing this policy. `Install` is a list of URLs or native paths for extensions to be installed. @@ -3463,7 +3464,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, Stories and SponsoredStories were added in Firefox 141 to replace Pocket and SponsoredPocket.) +**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` @@ -5608,6 +5609,8 @@ as well as the following security preferences: |     If true, browser will accept TLS 1.0. and TLS 1.1. (Firefox 86, Firefox 78.8) | security.warn_submit_secure_to_insecure | boolean | true |     If false, no warning is shown when submitting a form from https to http. +| security.webauthn.always_allow_direct_attestation | boolean | false +|     If true, unnecessary (redundant) WebAuthn prompts are not shown. Using the preference as the key, set the `Value` to the corresponding preference value. @@ -7146,6 +7149,41 @@ Value (string): } } ``` +### VisualSearchEnabled +Enable or disable visual search. + +**Compatibility:** Firefox 144\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** `browser.search.visualSearch.featureGate` + +#### Windows (GPO) +``` +Software\Policies\Mozilla\Firefox\VisualSearchEnabled = 0x1 | 0x0 +``` +#### Windows (Intune) +OMA-URI: +``` +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/VisualSearchEnabled +``` +Value (string): +``` + or +``` +#### macOS +``` + + VisualSearchEnabled + | + +``` +#### policies.json +``` +{ + "policies": { + "VisualSearchEnabled": true | false + } +} +``` ### WebsiteFilter Block 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. The arrays are limited to 1000 entries each.