diff --git a/patches/dns-providers.patch b/patches/dns-providers.patch index a8b4e2c1..675267a5 100644 --- a/patches/dns-providers.patch +++ b/patches/dns-providers.patch @@ -44,7 +44,8 @@ index 386c76b3c8..eaaec51147 100644 "2606:4700:4700::1003"}, {"family.cloudflare-dns.com"}, "https://family.cloudflare-dns.com/dns-query", - /*ui_name=*/"", +- /*ui_name=*/"", ++ /*ui_name=*/"Cloudflare Family (1.1.1.3)", /*privacy_policy=*/"", - /*display_globally=*/false, + /*display_globally=*/true, @@ -60,7 +61,8 @@ index 386c76b3c8..eaaec51147 100644 "2606:4700:4700::1002"}, {"security.cloudflare-dns.com"}, "https://security.cloudflare-dns.com/dns-query", - /*ui_name=*/"", +- /*ui_name=*/"", ++ /*ui_name=*/"Cloudflare Security (1.1.1.2)", /*privacy_policy=*/"", + /*display_globally=*/true, + /*display_countries=*/{}, diff --git a/patches/ui_patches/hide-privacy-intrusive-prefs.patch b/patches/ui_patches/hide-privacy-intrusive-prefs.patch index 2769e94f..2c055c0b 100644 --- a/patches/ui_patches/hide-privacy-intrusive-prefs.patch +++ b/patches/ui_patches/hide-privacy-intrusive-prefs.patch @@ -46,9 +46,18 @@ index 220bfa52fa..076c4ec3dc 100644 label="$i18n{importTitle}" on-click="onImportDataClick_"> diff --git a/chrome/browser/ui/webui/settings/settings_ui.cc b/chrome/browser/ui/webui/settings/settings_ui.cc -index 19aebba1df..8e5c62ff84 100644 +index 19aebba1df..45d59b65ec 100644 --- a/chrome/browser/ui/webui/settings/settings_ui.cc +++ b/chrome/browser/ui/webui/settings/settings_ui.cc +@@ -346,7 +346,7 @@ SettingsUI::SettingsUI(content::WebUI* web_ui) + bool show_privacy_guide = + base::FeatureList::IsEnabled(features::kPrivacyGuideForceAvailable) || + (!ShouldDisplayManagedUi(profile) && !profile->IsChild()); +- html_source->AddBoolean("showPrivacyGuide", show_privacy_guide); ++ html_source->AddBoolean("showPrivacyGuide", false); + + html_source->AddBoolean( + "showResetProfileBannerV2", @@ -510,7 +510,7 @@ SettingsUI::SettingsUI(content::WebUI* web_ui) base::FeatureList::IsEnabled(privacy_sandbox::kRelatedWebsiteSetsUi)); html_source->AddBoolean("isPrivacySandboxAdPrivacyUxDeprecationEnabled", diff --git a/patches/ui_patches/hide-useless-prefs.patch b/patches/ui_patches/hide-useless-prefs.patch index 0532ce0a..80fa27df 100644 --- a/patches/ui_patches/hide-useless-prefs.patch +++ b/patches/ui_patches/hide-useless-prefs.patch @@ -10,6 +10,30 @@ Unless required by applicable law or agreed to in writing, software distributed distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --- +diff --git a/chrome/browser/resources/settings/site_settings/v8_page.html b/chrome/browser/resources/settings/site_settings/v8_page.html +index 3e6101bb07..50a7b6ec05 100644 +--- a/chrome/browser/resources/settings/site_settings/v8_page.html ++++ b/chrome/browser/resources/settings/site_settings/v8_page.html +@@ -25,19 +25,6 @@ + sub-label="$i18n{siteSettingsJavascriptOptimizerAllowedSubLabel}" + no-collapse> + +- +