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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 }, | 101 }, |
102 { | 102 { |
103 "group_name": "ShowAndPossiblySend", | 103 "group_name": "ShowAndPossiblySend", |
104 "params": { | 104 "params": { |
105 "sendingThreshold": "abcdef" | 105 "sendingThreshold": "abcdef" |
106 } | 106 } |
107 }, | 107 }, |
108 { | 108 { |
109 "group_name": "DontShowAndDontSend" | 109 "group_name": "DontShowAndDontSend" |
110 } | 110 } |
| 111 ], |
| 112 "SyncHttpContentCompression": [ |
| 113 { |
| 114 "group_name": "Enabled" |
| 115 }, |
| 116 { |
| 117 "group_name": "Disabled" |
| 118 } |
111 ] | 119 ] |
112 } | 120 } |
OLD | NEW |