OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> |
3 <plist version="1.0"> | 3 <plist version="1.0"> |
4 <dict> | 4 <dict> |
5 <key>pfm_name</key> | 5 <key>pfm_name</key> |
6 <string>@APP_NAME@</string> | 6 <string>@APP_NAME@</string> |
7 <key>pfm_title</key> | 7 <key>pfm_title</key> |
8 <string>@APP_NAME@</string> | 8 <string>@APP_NAME@</string> |
9 <key>pfm_description</key> | 9 <key>pfm_description</key> |
10 <string>@APP_NAME@ preferences</string> | 10 <string>@APP_NAME@ preferences</string> |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 <string>Enable reporting of usage and crash related data
.</string> | 170 <string>Enable reporting of usage and crash related data
.</string> |
171 <key>pfm_targets</key> | 171 <key>pfm_targets</key> |
172 <array> | 172 <array> |
173 <string>user-managed</string> | 173 <string>user-managed</string> |
174 </array> | 174 </array> |
175 <key>pfm_type</key> | 175 <key>pfm_type</key> |
176 <string>boolean</string> | 176 <string>boolean</string> |
177 </dict> | 177 </dict> |
178 <dict> | 178 <dict> |
179 <key>pfm_name</key> | 179 <key>pfm_name</key> |
| 180 <string>AutoFillEnabled</string> |
| 181 <key>pfm_description</key> |
| 182 <string>This policy controls the AutoFill feature. If di
sabled, automatic form filling will not be available to the user. If not configu
red or enabled, users can turn on and configure AutoFill.</string> |
| 183 <key>pfm_title</key> |
| 184 <string>Enable AutoFill</string> |
| 185 <key>pfm_targets</key> |
| 186 <array> |
| 187 <string>user-managed</string> |
| 188 </array> |
| 189 <key>pfm_type</key> |
| 190 <string>boolean</string> |
| 191 </dict> |
| 192 <dict> |
| 193 <key>pfm_name</key> |
180 <string>DisabledPlugins</string> | 194 <string>DisabledPlugins</string> |
181 <key>pfm_description</key> | 195 <key>pfm_description</key> |
182 <string>This policy specifies a list of plugins that are
disabled. The policy value is a comma-separated list of the names of plugins to
be disabled.</string> | 196 <string>This policy specifies a list of plugins that are
disabled. The policy value is a comma-separated list of the names of plugins to
be disabled.</string> |
183 <key>pfm_title</key> | 197 <key>pfm_title</key> |
184 <string>The list of disabled plugins.</string> | 198 <string>The list of disabled plugins.</string> |
185 <key>pfm_targets</key> | 199 <key>pfm_targets</key> |
186 <array> | 200 <array> |
187 <string>user-managed</string> | 201 <string>user-managed</string> |
188 </array> | 202 </array> |
189 <key>pfm_type</key> | 203 <key>pfm_type</key> |
190 <string>string</string> | 204 <string>string</string> |
191 </dict> | 205 </dict> |
192 </array> | 206 </array> |
193 </dict> | 207 </dict> |
194 </plist> | 208 </plist> |
OLD | NEW |