Commit c147093d authored by Jochen Eisinger's avatar Jochen Eisinger Committed by Commit Bot

Add fieldtrial config for AndroidBlockExternalIntentsWithoutGesture

Bug: 927509
Change-Id: Icc150445dd72857d9d85fa2939e77bd7b1718c00
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132399
Commit-Queue: Brian White <bcwhite@chromium.org>
Auto-Submit: Jochen Eisinger <jochen@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755934}
parent ecca0194
...@@ -64,6 +64,21 @@ ...@@ -64,6 +64,21 @@
] ]
} }
], ],
"AndroidBlockExternalIntentsWithoutGesture": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled_20200323",
"enable_features": [
"IntentBlockExternalFormRedirectsNoGesture"
]
}
]
}
],
"AndroidBlockIntentNonSafelistedHeaders": [ "AndroidBlockIntentNonSafelistedHeaders": [
{ {
"platforms": [ "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