Index: content/public/common/content_features.cc |
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
index 0bae9e36449f505622d4d2bd1ac707f9b3aa9393..24353da29cbd2b9f8f16e2e3d6ff355694739acd 100644 |
--- a/content/public/common/content_features.cc |
+++ b/content/public/common/content_features.cc |
@@ -76,7 +76,7 @@ const base::Feature kExpensiveBackgroundTimerThrottling{ |
// Enables the Feature Policy framework for granting and removing access to |
// other features through HTTP headers. |
const base::Feature kFeaturePolicy{"FeaturePolicy", |
- base::FEATURE_DISABLED_BY_DEFAULT}; |
+ base::FEATURE_ENABLED_BY_DEFAULT}; |
// Enable filtering of same-origin tiny plugins |
const base::Feature kFilterSameOriginTinyPlugin{ |