OLD | NEW |
1 { | 1 { |
2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
3 { | 3 { |
4 "group_name": "Disabled" | 4 "group_name": "Disabled" |
5 } | 5 } |
6 ], | 6 ], |
7 "AsyncDns": [ | 7 "AsyncDns": [ |
8 { | 8 { |
9 "group_name": "AsyncDnsA" | 9 "group_name": "AsyncDnsA" |
10 }, | 10 }, |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 { | 264 { |
265 "group_name": "ShowAndPossiblySend", | 265 "group_name": "ShowAndPossiblySend", |
266 "params": { | 266 "params": { |
267 "sendingThreshold": "abcdef" | 267 "sendingThreshold": "abcdef" |
268 } | 268 } |
269 }, | 269 }, |
270 { | 270 { |
271 "group_name": "DontShowAndDontSend" | 271 "group_name": "DontShowAndDontSend" |
272 } | 272 } |
273 ], | 273 ], |
| 274 "ResourcePriorities": [ |
| 275 { |
| 276 "group_name": "AllExceptAsyncScripts_11011_1_1_10" |
| 277 }, |
| 278 { |
| 279 "group_name": "Control" |
| 280 } |
| 281 ], |
274 "SafeBrowsingAndroid": [ | 282 "SafeBrowsingAndroid": [ |
275 { | 283 { |
276 "group_name": "Enabled", | 284 "group_name": "Enabled", |
277 "params": { | 285 "params": { |
278 "enabled": "true", | 286 "enabled": "true", |
279 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15" | 287 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15" |
280 } | 288 } |
281 }, | 289 }, |
282 { | 290 { |
283 "group_name": "Control" | 291 "group_name": "Control" |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 { | 429 { |
422 "group_name": "Enabled" | 430 "group_name": "Enabled" |
423 } | 431 } |
424 ], | 432 ], |
425 "WebRTC-PeerConnectionDTLS1.2": [ | 433 "WebRTC-PeerConnectionDTLS1.2": [ |
426 { | 434 { |
427 "group_name": "Enabled" | 435 "group_name": "Enabled" |
428 } | 436 } |
429 ] | 437 ] |
430 } | 438 } |
OLD | NEW |