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 7938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7949 }, | 7949 }, |
7950 'example_value': True, | 7950 'example_value': True, |
7951 'id': 276, | 7951 'id': 276, |
7952 'caption': '''Enable add person in profile manager''', | 7952 'caption': '''Enable add person in profile manager''', |
7953 'tags': [], | 7953 'tags': [], |
7954 'desc': '''If this policy is set to true or not configured, <ph name="PROD
UCT_NAME">$1<ex>Google Chrome</ex></ph> will allow Add Person from the user mana
ger. | 7954 'desc': '''If this policy is set to true or not configured, <ph name="PROD
UCT_NAME">$1<ex>Google Chrome</ex></ph> will allow Add Person from the user mana
ger. |
7955 | 7955 |
7956 If this policy is set to false, <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> will not allow creation of new profiles from the profile manager.'''
, | 7956 If this policy is set to false, <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph> will not allow creation of new profiles from the profile manager.'''
, |
7957 }, | 7957 }, |
7958 { | 7958 { |
| 7959 'name': 'ForceBrowserSignin', |
| 7960 'type': 'main', |
| 7961 'future': True, |
| 7962 'schema': { 'type': 'boolean' }, |
| 7963 'supported_on': ['chrome.*:55-'], |
| 7964 'features': { |
| 7965 'dynamic_refresh': False, |
| 7966 'per_profile': False, |
| 7967 }, |
| 7968 'example_value': False, |
| 7969 'id': 346, |
| 7970 'caption': '''Enables force sign in for <ph name="PRODUCT_NAME">$1<ex>Goog
le Chrome</ex></ph>.''', |
| 7971 'tags': [], |
| 7972 'desc': '''If this policy is set to true, user has to sign in to <ph name=
"PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> with his or her profile before usin
g the browser. And the default value of BrowserGuestModeEnabled will be set to f
alse. |
| 7973 |
| 7974 If this policy is set to false or not configured, user can use the browser
without sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
| 7975 }, |
| 7976 { |
7959 'name': 'SSLVersionMin', | 7977 'name': 'SSLVersionMin', |
7960 'type': 'string-enum', | 7978 'type': 'string-enum', |
7961 'schema': { | 7979 'schema': { |
7962 'type': 'string', | 7980 'type': 'string', |
7963 'enum': [ | 7981 'enum': [ |
7964 'ssl3', | 7982 'ssl3', |
7965 'tls1', | 7983 'tls1', |
7966 'tls1.1', | 7984 'tls1.1', |
7967 'tls1.2', | 7985 'tls1.2', |
7968 ], | 7986 ], |
(...skipping 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9092 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9110 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
9093 'text': 'Default Settings (users can override)', | 9111 'text': 'Default Settings (users can override)', |
9094 }, | 9112 }, |
9095 'doc_complex_policies_on_windows': { | 9113 'doc_complex_policies_on_windows': { |
9096 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9114 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
9097 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', | 9115 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', |
9098 }, | 9116 }, |
9099 }, | 9117 }, |
9100 'placeholders': [], | 9118 'placeholders': [], |
9101 } | 9119 } |
OLD | NEW |