Commit 6fd8e8d8 authored by Ali Juma's avatar Ali Juma Committed by Commit Bot

[iOS] Enable committed interstitials and Safe Browsing by default

This enables committed interstitials and hash-based Safe Browsing
by default on trunk.

Bug: 1034113, 1043382
Change-Id: Id5e08ddd24d6f693bb06ba189ae000be91bdedc2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436350Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Reviewed-by: default avatarVarun Khaneja <vakh@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Ali Juma <ajuma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812177}
parent 50cead33
......@@ -121,7 +121,7 @@ const base::Feature kRealTimeUrlLookupNonMainframeEnabledForEP{
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSafeBrowsingAvailableOnIOS{
"SafeBrowsingAvailableOnIOS", base::FEATURE_DISABLED_BY_DEFAULT};
"SafeBrowsingAvailableOnIOS", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSafeBrowsingSeparateNetworkContexts{
"SafeBrowsingSeparateNetworkContexts", base::FEATURE_DISABLED_BY_DEFAULT};
......
......@@ -27,7 +27,7 @@ const base::Feature kClearOldNavigationRecordsWorkaround{
"ClearOldNavigationRecordsWorkaround", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSSLCommittedInterstitials{
"SSLCommittedInterstitials", base::FEATURE_DISABLED_BY_DEFAULT};
"SSLCommittedInterstitials", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kEnablePersistentDownloads{
"EnablePersistentDownloads", base::FEATURE_DISABLED_BY_DEFAULT};
......
......@@ -3425,22 +3425,6 @@
]
}
],
"IOSSSLCommittedInterstitials": [
{
"platforms": [
"ios"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"SSLCommittedInterstitials",
"SafeBrowsingAvailableOnIOS"
]
}
]
}
],
"Identifiability": [
{
"platforms": [
......
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