| 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: 171 | 115 # For your editing convenience: highest ID currently used: 172 |
| 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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 'example_value': True, | 838 'example_value': True, |
| 839 'id': 20, | 839 'id': 20, |
| 840 'caption': '''Disable synchronization of data with Google''', | 840 'caption': '''Disable synchronization of data with Google''', |
| 841 '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. | 841 '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. |
| 842 | 842 |
| 843 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 843 If you enable this setting, users cannot change or override this setting i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 844 | 844 |
| 845 If this policy is left not set Google Sync will be available for the user
to choose whether to use it or not.''', | 845 If this policy is left not set Google Sync will be available for the user
to choose whether to use it or not.''', |
| 846 }, | 846 }, |
| 847 { | 847 { |
| 848 'name': 'SigninAllowed', |
| 849 'type': 'main', |
| 850 'schema': { 'type': 'boolean' }, |
| 851 'supported_on': ['chrome.*:26-'], |
| 852 'features': { |
| 853 'dynamic_refresh': True, |
| 854 'per_profile': True, |
| 855 }, |
| 856 'example_value': True, |
| 857 'id': 172, |
| 858 'caption': '''Allows sign in to Chrome''', |
| 859 '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. |
| 860 |
| 861 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.''', |
| 862 }, |
| 863 { |
| 848 'name': 'UserDataDir', | 864 'name': 'UserDataDir', |
| 849 'type': 'string', | 865 'type': 'string', |
| 850 'schema': { 'type': 'string' }, | 866 'schema': { 'type': 'string' }, |
| 851 'supported_on': ['chrome.win:11-', 'chrome.mac:11-'], | 867 'supported_on': ['chrome.win:11-', 'chrome.mac:11-'], |
| 852 'features': { | 868 'features': { |
| 853 'dynamic_refresh': False, | 869 'dynamic_refresh': False, |
| 854 'per_profile': False, | 870 'per_profile': False, |
| 855 }, | 871 }, |
| 856 'example_value': '${users}/${user_name}/Chrome', | 872 'example_value': '${users}/${user_name}/Chrome', |
| 857 'id': 63, | 873 'id': 63, |
| (...skipping 3111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3969 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 3985 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
| 3970 'text': 'deprecated', | 3986 'text': 'deprecated', |
| 3971 }, | 3987 }, |
| 3972 'doc_recommended': { | 3988 'doc_recommended': { |
| 3973 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 3989 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 3974 'text': 'Default Settings (users can override)', | 3990 'text': 'Default Settings (users can override)', |
| 3975 }, | 3991 }, |
| 3976 }, | 3992 }, |
| 3977 'placeholders': [], | 3993 'placeholders': [], |
| 3978 } | 3994 } |
| OLD | NEW |