21 lines
1.0 KiB
Diff
21 lines
1.0 KiB
Diff
diff --git a/components/content_settings/core/browser/content_settings_registry.cc b/components/content_settings/core/browser/content_settings_registry.cc
|
|
index c735b72bef054f4ea606cc1b1937465279dd9e3a..3614630bdffc40be79ead4316cf6e3c927e2b7af 100644
|
|
--- a/components/content_settings/core/browser/content_settings_registry.cc
|
|
+++ b/components/content_settings/core/browser/content_settings_registry.cc
|
|
@@ -120,6 +120,7 @@ void ContentSettingsRegistry::Init() {
|
|
WebsiteSettingsInfo::TOP_ORIGIN_ONLY_SCOPE,
|
|
WebsiteSettingsRegistry::DESKTOP |
|
|
WebsiteSettingsRegistry::PLATFORM_ANDROID
|
|
+ | WebsiteSettingsRegistry::PLATFORM_IOS
|
|
#if BUILDFLAG(USE_BLINK)
|
|
| WebsiteSettingsRegistry::PLATFORM_IOS
|
|
#endif
|
|
@@ -858,6 +859,7 @@ void ContentSettingsRegistry::Init() {
|
|
WebsiteSettingsRegistry::PLATFORM_CHROMEOS,
|
|
ContentSettingsInfo::INHERIT_IN_INCOGNITO,
|
|
PermissionSettingsInfo::EXCEPTIONS_ON_SECURE_ORIGINS_ONLY);
|
|
+ BRAVE_INIT
|
|
}
|
|
|
|
void ContentSettingsRegistry::Register(
|