disable-sensors-access-site-setting-by-default.patch

This commit is contained in:
none 2021-03-04 14:14:10 +01:00
parent cd94c15edf
commit 055486e862

View file

@ -9,7 +9,7 @@ Subject: disable sensors access site setting by default
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
@@ -417,7 +417,7 @@ void ContentSettingsRegistry::Init() {
@@ -405,7 +405,7 @@ void ContentSettingsRegistry::Init() {
// TODO(crbug.com/904439): Update this to "SECURE_ONLY" once
// DeviceOrientationEvents and DeviceMotionEvents are only fired in secure
// contexts.