| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 # templates and documentation. The policy definition list that Chrome sees | 113 # templates and documentation. The policy definition list that Chrome sees |
| 114 # will include policies marked with 'future'. If a WIP policy isn't meant to | 114 # will include policies marked with 'future'. If a WIP policy isn't meant to |
| 115 # be seen by the policy providers either, the 'supported_on' key should be set | 115 # be seen by the policy providers either, the 'supported_on' key should be set |
| 116 # to an empty list. | 116 # to an empty list. |
| 117 # | 117 # |
| 118 # IDs: | 118 # IDs: |
| 119 # Since a Protocol Buffer definition is generated from this file, unique and | 119 # Since a Protocol Buffer definition is generated from this file, unique and |
| 120 # persistent IDs for all fields (but not for groups!) are needed. These are | 120 # persistent IDs for all fields (but not for groups!) are needed. These are |
| 121 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 121 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
| 122 # because doing so would break the deployed wire format! | 122 # because doing so would break the deployed wire format! |
| 123 # For your editing convenience: highest ID currently used: 274 | 123 # For your editing convenience: highest ID currently used: 273 |
| 124 # | 124 # |
| 125 # Placeholders: | 125 # Placeholders: |
| 126 # The following placeholder strings are automatically substituted: | 126 # The following placeholder strings are automatically substituted: |
| 127 # $1 -> Google Chrome / Chromium | 127 # $1 -> Google Chrome / Chromium |
| 128 # $2 -> Google Chrome OS / Chromium OS | 128 # $2 -> Google Chrome OS / Chromium OS |
| 129 # $3 -> Google Chrome Frame / Chromium Frame | 129 # $3 -> Google Chrome Frame / Chromium Frame |
| 130 # $6 is reserved for doc_writer | 130 # $6 is reserved for doc_writer |
| 131 # | 131 # |
| 132 # Device Policy: | 132 # Device Policy: |
| 133 # An additional flag device_only (optional, defaults to False) indicates | 133 # An additional flag device_only (optional, defaults to False) indicates |
| (...skipping 6472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6606 'caption': '''Allows EasyUnlock to be used''', | 6606 'caption': '''Allows EasyUnlock to be used''', |
| 6607 'desc': '''Allows EasyUnlock to be used on <ph name="PRODUCT_OS_NAME">$2<e
x>Google Chrome OS</ex></ph> devices. | 6607 'desc': '''Allows EasyUnlock to be used on <ph name="PRODUCT_OS_NAME">$2<e
x>Google Chrome OS</ex></ph> devices. |
| 6608 | 6608 |
| 6609 If you enable this setting, users will be allowed to use EasyUnlock if the
requirements for the feature are satified. | 6609 If you enable this setting, users will be allowed to use EasyUnlock if the
requirements for the feature are satified. |
| 6610 | 6610 |
| 6611 If you disable this setting, users will not be allowed to use EasyUnlock. | 6611 If you disable this setting, users will not be allowed to use EasyUnlock. |
| 6612 | 6612 |
| 6613 If this policy is left not set, EasyUnlock is allowed if the requirements
for the feature are satified. | 6613 If this policy is left not set, EasyUnlock is allowed if the requirements
for the feature are satified. |
| 6614 ''', | 6614 ''', |
| 6615 }, | 6615 }, |
| 6616 { | |
| 6617 'name': 'BrowserGuestModeEnabled', | |
| 6618 'type': 'main', | |
| 6619 'schema': { 'type': 'boolean' }, | |
| 6620 'supported_on': ['chrome.*:39-'], | |
| 6621 'features': { | |
| 6622 'dynamic_refresh': True, | |
| 6623 'per_profile': False, | |
| 6624 }, | |
| 6625 'example_value': True, | |
| 6626 'id': 274, | |
| 6627 'caption': '''Enable guest mode in browser''', | |
| 6628 'desc': '''If this policy is set to true or not configured, <ph name="PROD
UCT_NAME">$1<ex>Google Chrome</ex></ph> will enable guest logins. Guest logins a
re <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> profiles where all wind
ows are in incognito mode. | |
| 6629 | |
| 6630 If this policy is set to false, <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> will not allow guest profiles to be started.''', | |
| 6631 }, | |
| 6632 ], | 6616 ], |
| 6633 'messages': { | 6617 'messages': { |
| 6634 # Messages that are not associated to any policies. | 6618 # Messages that are not associated to any policies. |
| 6635 'win_supported_winxpsp2': { | 6619 'win_supported_winxpsp2': { |
| 6636 'desc': '''A label specifying the oldest possible compatible version of Wi
ndows. This text will appear right next to a label containing the text 'Supporte
d on:'.''', | 6620 'desc': '''A label specifying the oldest possible compatible version of Wi
ndows. This text will appear right next to a label containing the text 'Supporte
d on:'.''', |
| 6637 'text': '''Microsoft Windows XP SP2 or later''' | 6621 'text': '''Microsoft Windows XP SP2 or later''' |
| 6638 }, | 6622 }, |
| 6639 'mac_chrome_preferences': { | 6623 'mac_chrome_preferences': { |
| 6640 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chromium are being edited''', | 6624 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chromium are being edited''', |
| 6641 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' | 6625 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6738 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6722 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
| 6739 'text': 'deprecated', | 6723 'text': 'deprecated', |
| 6740 }, | 6724 }, |
| 6741 'doc_recommended': { | 6725 'doc_recommended': { |
| 6742 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6726 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 6743 'text': 'Default Settings (users can override)', | 6727 'text': 'Default Settings (users can override)', |
| 6744 }, | 6728 }, |
| 6745 }, | 6729 }, |
| 6746 'placeholders': [], | 6730 'placeholders': [], |
| 6747 } | 6731 } |
| OLD | NEW |