| OLD | NEW |
| 1 { | 1 { |
| 2 # policy_templates.json - Metafile for policy templates | 2 # policy_templates.json - Metafile for policy templates |
| 3 # | 3 # |
| 4 # The content of this file is evaluated as a Python expression. | 4 # The content of this file is evaluated as a Python expression. |
| 5 # | 5 # |
| 6 # This file is used as input to generate the following policy templates: | 6 # This file is used as input to generate the following policy templates: |
| 7 # ADM, ADMX+ADML, MCX/plist and html documentation. | 7 # ADM, ADMX+ADML, MCX/plist and html documentation. |
| 8 # | 8 # |
| 9 # Policy templates are user interface definitions or documents about the | 9 # Policy templates are user interface definitions or documents about the |
| 10 # policies that can be used to configure Chrome. Each policy is a name-value | 10 # policies that can be used to configure Chrome. Each policy is a name-value |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'features': {'dynamic_refresh': 0}, | 199 'features': {'dynamic_refresh': 0}, |
| 200 'example_value': True, | 200 'example_value': True, |
| 201 'caption': '''Enable JavaScript''', | 201 'caption': '''Enable JavaScript''', |
| 202 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph> and prevents users from changing this setting. | 202 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph> and prevents users from changing this setting. |
| 203 | 203 |
| 204 If this setting is enabled or not configured, web pages can use JavaScript
. | 204 If this setting is enabled or not configured, web pages can use JavaScript
. |
| 205 | 205 |
| 206 If this setting is disabled, web pages cannot use JavaScript.''', | 206 If this setting is disabled, web pages cannot use JavaScript.''', |
| 207 }, | 207 }, |
| 208 { | 208 { |
| 209 'name': 'IncognitoEnabled', | |
| 210 'type': 'main', | |
| 211 'supported_on': ['chrome.*:11-'], | |
| 212 'features': {'dynamic_refresh': 1}, | |
| 213 'example_value': False, | |
| 214 'caption': '''Enable Incognito mode''', | |
| 215 'desc': '''Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph>. | |
| 216 | |
| 217 If this setting is enabled or not configured, users can open web pages in
incognito mode. | |
| 218 | |
| 219 If this setting is disabled, users cannot open web pages in incognito mode
.''', | |
| 220 }, | |
| 221 { | |
| 222 'name': 'SavingBrowserHistoryDisabled', | 209 'name': 'SavingBrowserHistoryDisabled', |
| 223 'type': 'main', | 210 'type': 'main', |
| 224 'supported_on': ['chrome.*:8-'], | 211 'supported_on': ['chrome.*:8-'], |
| 225 'features': {'dynamic_refresh': 1}, | 212 'features': {'dynamic_refresh': 1}, |
| 226 'example_value': True, | 213 'example_value': True, |
| 227 'caption': '''Disable saving browser history''', | 214 'caption': '''Disable saving browser history''', |
| 228 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing this setting. | 215 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> and prevents users from changing this setting. |
| 229 | 216 |
| 230 If this setting is enabled, browsing history is not saved. | 217 If this setting is enabled, browsing history is not saved. |
| 231 | 218 |
| (...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1169 { | 1156 { |
| 1170 'key': '$4', | 1157 'key': '$4', |
| 1171 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' | 1158 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' |
| 1172 }, | 1159 }, |
| 1173 { | 1160 { |
| 1174 'key': '$5', | 1161 'key': '$5', |
| 1175 'value': 'http://www.chromium.org/administrators/policy-templates' | 1162 'value': 'http://www.chromium.org/administrators/policy-templates' |
| 1176 }, | 1163 }, |
| 1177 ] | 1164 ] |
| 1178 } | 1165 } |
| OLD | NEW |