Process Alt-Svc headers.
[chromium-blink-merge.git] / testing / variations / fieldtrial_testing_config_linux.json
blobaed3ce35581d3707858279fb54481ed348c84326
2     "InstanceID": [
3         {
4             "group_name": "Enabled"
5         }
6     ],
7     "RefreshTokenDeviceId": [
8         {
9             "group_name": "Enabled"
10         }
11     ],
12     "QUIC": [
13         {
14             "group_name": "Enabled",
15             "params": {
16               "alternate_protocol_probability_threshold": "0.01"
17             }
18         }
19     ],
20     "ReportCertificateErrors": [
21         {
22             "group_name": "ShowAndPossiblySend",
23             "params": {
24                 "sendingThreshold": "1.0"
25             }
26         },
27         {
28             "group_name": "ShowAndPossiblySend",
29             "params": {
30                 "sendingThreshold": "-1.0"
31             }
32         },
33         {
34             "group_name": "ShowAndPossiblySend",
35             "params": {
36                 "sendingThreshold": "0.0"
37             }
38         },
39         {
40             "group_name": "ShowAndPossiblySend",
41             "params": {
42                 "sendingThreshold": "abcdef"
43             }
44         },
45         {
46             "group_name": "DontShowAndDontSend"
47         }
48     ]