From e1a558d42ec7aeab3bacfdb90d25730a06309af5 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Mon, 9 Apr 2018 10:17:46 -0500 Subject: [PATCH] SearchBar Policy --- README.md | 9 +++++++++ windows/en-US/firefox.adml | 9 +++++++++ windows/firefox.admx | 18 ++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/README.md b/README.md index 4cc4496..5c9515c 100644 --- a/README.md +++ b/README.md @@ -445,3 +445,12 @@ If this policy is set to true, all data is cleared when Firefox is closed. This } } ``` +### SearchBar +This policy can be used to determine if the search bar is separate or combined with the URL bar. +``` +{ + "policies": { + "SearchBar": ["unified", "separate"] + } +} +``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 42113ab..f4abe85 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -213,6 +213,12 @@ If this policy is disabled or not configured, data is not cleared when the brows If this policy is disabled, tracking protection is disabled and locked in both the browser and private browsing. If this policy is enabled, private browsing is enabled by default in both the browser and private browsing and you can choose whether or not to prevent the user from changing it. + Search bar location + 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. + Unified + Separate @@ -226,6 +232,9 @@ If this policy is enabled, private browsing is enabled by default in both the br + + + Don't allow tracking protection preferences to be changed. diff --git a/windows/firefox.admx b/windows/firefox.admx index f8589c6..8620630 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -783,5 +783,23 @@ + + + + + + + + unified + + + + + separate + + + + + -- 2.34.1