Files
cromite/build/patches/00111-ADDTO-Timezone-customization.patch
T
2023-03-06 12:20:30 +01:00

22 lines
958 B
Diff

From: Your Name <you@example.com>
Date: Mon, 6 Mar 2023 10:11:27 +0000
Subject: 111 ADDTO Timezone customization
---
.../content_settings/core/browser/content_settings_registry.cc | 1 -
1 file changed, 1 deletion(-)
diff --git a/components/content_settings/core/browser/content_settings_registry.cc b/components/content_settings/core/browser/content_settings_registry.cc
--- a/components/content_settings/core/browser/content_settings_registry.cc
+++ b/components/content_settings/core/browser/content_settings_registry.cc
@@ -567,7 +567,6 @@ void ContentSettingsRegistry::Init() {
WebsiteSettingsInfo::TOP_ORIGIN_ONLY_SCOPE,
WebsiteSettingsRegistry::PLATFORM_ANDROID,
ContentSettingsInfo::INHERIT_IN_INCOGNITO,
- ContentSettingsInfo::PERSISTENT,
ContentSettingsInfo::EXCEPTIONS_ON_SECURE_AND_INSECURE_ORIGINS);
Register(ContentSettingsType::FEDERATED_IDENTITY_API, "webid-api",
--
2.25.1