Chromium Code Reviews| 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 6357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6368 'doc_description': { | 6368 'doc_description': { |
| 6369 'desc': '''Caption text of the 'description text' in the summary chart of a policy in the generated documentation''', | 6369 'desc': '''Caption text of the 'description text' in the summary chart of a policy in the generated documentation''', |
| 6370 'text': '''Description:''' | 6370 'text': '''Description:''' |
| 6371 }, | 6371 }, |
| 6372 'doc_example_value': { | 6372 'doc_example_value': { |
| 6373 'desc': '''Caption text of the field 'example value' in the summary chart of a policy in the generated documentation''', | 6373 'desc': '''Caption text of the field 'example value' in the summary chart of a policy in the generated documentation''', |
| 6374 'text': '''Example value:''' | 6374 'text': '''Example value:''' |
| 6375 }, | 6375 }, |
| 6376 'doc_intro': { | 6376 'doc_intro': { |
| 6377 'desc': '''Introduction text for the generated policy documentation''', | 6377 'desc': '''Introduction text for the generated policy documentation''', |
| 6378 'text': '''This is the list of policies that <ph name="PRODUCT_NAME">$1<ex >Google Chrome</ex></ph> respects. | 6378 'text': '''(This document may include policies that are targeted for later |
|
Joao da Silva
2014/04/24 18:11:39
Why did you remove this opening sentence? I think
Thiemo Nagel
2014/04/24 18:26:26
I felt it was redundant since the title of the wik
Joao da Silva
2014/04/24 18:29:56
Makes sense, thanks for explaining.
| |
| 6379 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> versions, those are | |
| 6380 subject to change without notice. The list of supported policies is the | |
| 6381 same for Chromium and Google Chrome.) | |
| 6379 | 6382 |
| 6380 You don't need to change these settings by hand! You can download easy-to -use templates from | 6383 You don't need to change these settings by hand! You can download easy-to -use templates from |
| 6381 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">http://www.chromium.org/administra tors/policy-templates<ex> | 6384 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">http://www.chromium.org/administra tors/policy-templates<ex> |
| 6382 http://www.chromium.org/administrators/policy-templates</ex></ph>. | 6385 http://www.chromium.org/administrators/policy-templates</ex></ph>. |
| 6383 | 6386 |
| 6384 The list of supported policies is the same for Chromium and Google Chrome. | |
| 6385 | |
| 6386 These policies are strictly intended to be used to configure instances of Chrome internal to your organization. Use of these policies outside of your orga nization (for example, in a publicly distributed program) is considered malware and will likely be labeled as malware by Google and anti-virus vendors. | 6387 These policies are strictly intended to be used to configure instances of Chrome internal to your organization. Use of these policies outside of your orga nization (for example, in a publicly distributed program) is considered malware and will likely be labeled as malware by Google and anti-virus vendors. |
| 6387 | 6388 |
| 6388 Note: starting with Chrome 28, policies are loaded directly from the Group Policy API on Windows. Policies manually written to the registry will be ignore d. See http://crbug.com/259236 for details.''' | 6389 Note: Starting with <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> |
| 6390 28, policies are loaded directly from the Group Policy API on | |
| 6391 Windows. Policies manually written to the registry will be ignored. See | |
| 6392 http://crbug.com/259236 for details.''' | |
| 6389 }, | 6393 }, |
| 6390 'doc_back_to_top': { | 6394 'doc_back_to_top': { |
| 6391 'desc': '''Text of a link in the generated policy documentation, that take s the user to the top of the page''', | 6395 'desc': '''Text of a link in the generated policy documentation, that take s the user to the top of the page''', |
| 6392 'text': '''Back to top''' | 6396 'text': '''Back to top''' |
| 6393 }, | 6397 }, |
| 6394 'doc_supported': { | 6398 'doc_supported': { |
| 6395 'desc': '''Appears next to the name of each supported feature in the 'list of supported policy features' in the generated policy documentation''', | 6399 'desc': '''Appears next to the name of each supported feature in the 'list of supported policy features' in the generated policy documentation''', |
| 6396 'text': '''Yes''' | 6400 'text': '''Yes''' |
| 6397 }, | 6401 }, |
| 6398 'doc_not_supported': { | 6402 'doc_not_supported': { |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 6423 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', | 6427 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', |
| 6424 'text': 'deprecated', | 6428 'text': 'deprecated', |
| 6425 }, | 6429 }, |
| 6426 'doc_recommended': { | 6430 'doc_recommended': { |
| 6427 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 6431 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 6428 'text': 'Default Settings (users can override)', | 6432 'text': 'Default Settings (users can override)', |
| 6429 }, | 6433 }, |
| 6430 }, | 6434 }, |
| 6431 'placeholders': [], | 6435 'placeholders': [], |
| 6432 } | 6436 } |
| OLD | NEW |