| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 # templates and documentation. The policy definition list that Chrome sees | 105 # templates and documentation. The policy definition list that Chrome sees |
| 106 # will include policies marked with 'future'. If a WIP policy isn't meant to | 106 # will include policies marked with 'future'. If a WIP policy isn't meant to |
| 107 # be seen by the policy providers either, the 'supported_on' key should be set | 107 # be seen by the policy providers either, the 'supported_on' key should be set |
| 108 # to an empty list. | 108 # to an empty list. |
| 109 # | 109 # |
| 110 # IDs: | 110 # IDs: |
| 111 # Since a Protocol Buffer definition is generated from this file, unique and | 111 # Since a Protocol Buffer definition is generated from this file, unique and |
| 112 # persistent IDs for all fields (but not for groups!) are needed. These are | 112 # persistent IDs for all fields (but not for groups!) are needed. These are |
| 113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
| 114 # because doing so would break the deployed wire format! | 114 # because doing so would break the deployed wire format! |
| 115 # For your editing convenience: highest ID currently used: 188 | 115 # For your editing convenience: highest ID currently used: 189 |
| 116 # | 116 # |
| 117 # Placeholders: | 117 # Placeholders: |
| 118 # The following placeholder strings are automatically substituted: | 118 # The following placeholder strings are automatically substituted: |
| 119 # $1 -> Google Chrome / Chromium | 119 # $1 -> Google Chrome / Chromium |
| 120 # $2 -> Google Chrome OS / Chromium OS | 120 # $2 -> Google Chrome OS / Chromium OS |
| 121 # $3 -> Google Chrome Frame / Chromium Frame | 121 # $3 -> Google Chrome Frame / Chromium Frame |
| 122 # $6 is reserved for doc_writer | 122 # $6 is reserved for doc_writer |
| 123 # | 123 # |
| 124 # Device Policy: | 124 # Device Policy: |
| 125 # An additional flag device_only (optional, defaults to False) indicates | 125 # An additional flag device_only (optional, defaults to False) indicates |
| (...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 'example_value': True, | 863 'example_value': True, |
| 864 'id': 20, | 864 'id': 20, |
| 865 'caption': '''Disable synchronization of data with Google''', | 865 'caption': '''Disable synchronization of data with Google''', |
| 866 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex>
Google Chrome</ex></ph> using Google-hosted synchronization services and prevent
s users from changing this setting. | 866 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex>
Google Chrome</ex></ph> using Google-hosted synchronization services and prevent
s users from changing this setting. |
| 867 | 867 |
| 868 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 868 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 869 | 869 |
| 870 If this policy is left not set Google Sync will be available for the user
to choose whether to use it or not.''', | 870 If this policy is left not set Google Sync will be available for the user
to choose whether to use it or not.''', |
| 871 }, | 871 }, |
| 872 { | 872 { |
| 873 'name': 'SigninAllowed', |
| 874 'type': 'main', |
| 875 'schema': { 'type': 'boolean' }, |
| 876 'supported_on': ['chrome.*:26-'], |
| 877 'features': { |
| 878 'dynamic_refresh': True, |
| 879 'per_profile': True, |
| 880 }, |
| 881 'example_value': True, |
| 882 'id': 189, |
| 883 'caption': '''Allows sign in to Chrome''', |
| 884 'desc': '''Allows the user to sign in to <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph> and prevents users from changing this setting. |
| 885 |
| 886 If you set this policy, you can configure if a user is allowed to sign in
to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> or not.''', |
| 887 }, |
| 888 { |
| 873 'name': 'UserDataDir', | 889 'name': 'UserDataDir', |
| 874 'type': 'string', | 890 'type': 'string', |
| 875 'schema': { 'type': 'string' }, | 891 'schema': { 'type': 'string' }, |
| 876 'supported_on': ['chrome.win:11-', 'chrome.mac:11-'], | 892 'supported_on': ['chrome.win:11-', 'chrome.mac:11-'], |
| 877 'features': { | 893 'features': { |
| 878 'dynamic_refresh': False, | 894 'dynamic_refresh': False, |
| 879 'per_profile': False, | 895 'per_profile': False, |
| 880 }, | 896 }, |
| 881 'example_value': '${users}/${user_name}/Chrome', | 897 'example_value': '${users}/${user_name}/Chrome', |
| 882 'id': 63, | 898 'id': 63, |
| (...skipping 3512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4395 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 4411 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
| 4396 'text': 'deprecated', | 4412 'text': 'deprecated', |
| 4397 }, | 4413 }, |
| 4398 'doc_recommended': { | 4414 'doc_recommended': { |
| 4399 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 4415 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 4400 'text': 'Default Settings (users can override)', | 4416 'text': 'Default Settings (users can override)', |
| 4401 }, | 4417 }, |
| 4402 }, | 4418 }, |
| 4403 'placeholders': [], | 4419 'placeholders': [], |
| 4404 } | 4420 } |
| OLD | NEW |