Commit 394554c8 authored by Mike Dougherty's avatar Mike Dougherty Committed by Commit Bot

Enable BlockUniversalLinksInOffTheRecord by default.

Bug: 861752
Change-Id: Ie6cb88165e5aa4131ab6c387ff81017cca67eec4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539872
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Auto-Submit: Mike Dougherty <michaeldo@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644470}
parent a34a0b1a
...@@ -41,7 +41,7 @@ const base::Feature kHistoryClobberWorkaround{ ...@@ -41,7 +41,7 @@ const base::Feature kHistoryClobberWorkaround{
"WKWebViewHistoryClobberWorkaround", base::FEATURE_ENABLED_BY_DEFAULT}; "WKWebViewHistoryClobberWorkaround", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kBlockUniversalLinksInOffTheRecordMode{ const base::Feature kBlockUniversalLinksInOffTheRecordMode{
"BlockUniversalLinksInOffTheRecord", base::FEATURE_DISABLED_BY_DEFAULT}; "BlockUniversalLinksInOffTheRecord", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kWebUISchemeHandling{"WebUISchemeHandling", const base::Feature kWebUISchemeHandling{"WebUISchemeHandling",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
......
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