Commit 12e6701b authored by Daniel McArdle's avatar Daniel McArdle Committed by Commit Bot

Add Field Trial testing config for DnsHttpssvc experiment.

Bug: 1052476
Change-Id: I22813f7509da06b51cb83837b829801a830a5c7d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318050Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Dan McArdle <dmcardle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791959}
parent d9c3caf0
...@@ -2270,6 +2270,28 @@ ...@@ -2270,6 +2270,28 @@
] ]
} }
], ],
"DnsHttpssvc": [
{
"platforms": [
"windows",
"mac",
"chromeos",
"android"
],
"experiments": [
{
"name": "DnsHttpssvcStudy",
"params": {
"HttpssvcQueryHttpssvc": "false",
"HttpssvcQueryIntegrity": "true"
},
"enable_features": [
"DnsHttpssvc"
]
}
]
}
],
"DnsOverHttps": [ "DnsOverHttps": [
{ {
"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