OLD | NEW |
1 { | 1 { |
2 "BrowserBlacklist": [ | 2 "BrowserBlacklist": [ |
3 { | 3 { |
4 "group_name": "Enabled" | 4 "group_name": "Enabled" |
5 } | 5 } |
6 ], | 6 ], |
7 "ChildAccountDetection": [ | 7 "ChildAccountDetection": [ |
8 { | 8 { |
9 "group_name": "Disabled" | 9 "group_name": "Disabled" |
10 } | 10 } |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 }, | 98 }, |
99 { | 99 { |
100 "group_name": "ShowAndPossiblySend", | 100 "group_name": "ShowAndPossiblySend", |
101 "params": { | 101 "params": { |
102 "sendingThreshold": "abcdef" | 102 "sendingThreshold": "abcdef" |
103 } | 103 } |
104 }, | 104 }, |
105 { | 105 { |
106 "group_name": "DontShowAndDontSend" | 106 "group_name": "DontShowAndDontSend" |
107 } | 107 } |
| 108 ], |
| 109 "SyncHttpContentCompression": [ |
| 110 { |
| 111 "group_name": "Enabled" |
| 112 }, |
| 113 { |
| 114 "group_name": "Disabled" |
| 115 } |
108 ] | 116 ] |
109 } | 117 } |
OLD | NEW |