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 ], | |
282 "SafeBrowsingAndroid": [ | 274 "SafeBrowsingAndroid": [ |
283 { | 275 { |
284 "group_name": "Enabled", | 276 "group_name": "Enabled", |
285 "params": { | 277 "params": { |
286 "enabled": "true", | 278 "enabled": "true", |
287 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15" | 279 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15" |
288 } | 280 } |
289 }, | 281 }, |
290 { | 282 { |
291 "group_name": "Control" | 283 "group_name": "Control" |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 { | 421 { |
430 "group_name": "Enabled" | 422 "group_name": "Enabled" |
431 } | 423 } |
432 ], | 424 ], |
433 "WebRTC-PeerConnectionDTLS1.2": [ | 425 "WebRTC-PeerConnectionDTLS1.2": [ |
434 { | 426 { |
435 "group_name": "Enabled" | 427 "group_name": "Enabled" |
436 } | 428 } |
437 ] | 429 ] |
438 } | 430 } |
OLD | NEW |