Commit 9e410191 authored by Aga Wronska's avatar Aga Wronska Committed by Commit Bot

Disable iframes filtering feature for supervised users

The feature has been disabled in Chrome OS < M87 with
Finch kill-switch and in this cl we apply the same change
in Chromium repo.

Bug: 1132862
Change-Id: I7c3446b6a6d7e4d06cdf2df5f12d6cf9eec4dc24
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435721Reviewed-by: default avatarAga Wronska <agawronska@chromium.org>
Reviewed-by: default avatarYilkal Abe <yilkal@chromium.org>
Auto-Submit: Aga Wronska <agawronska@chromium.org>
Commit-Queue: Yilkal Abe <yilkal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811255}
parent 86ca7ef6
......@@ -7,7 +7,7 @@
namespace supervised_users {
const base::Feature kSupervisedUserIframeFilter{
"SupervisedUserIframeFilter", base::FEATURE_ENABLED_BY_DEFAULT};
"SupervisedUserIframeFilter", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kSupervisedUserInitiatedExtensionInstall{
"SupervisedUserInitiatedExtensionInstall",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment