| 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 8056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8067 'schema': { 'type': 'boolean' }, | 8067 'schema': { 'type': 'boolean' }, |
| 8068 'supported_on': ['chrome.*:55-'], | 8068 'supported_on': ['chrome.*:55-'], |
| 8069 'features': { | 8069 'features': { |
| 8070 'dynamic_refresh': False, | 8070 'dynamic_refresh': False, |
| 8071 'per_profile': False, | 8071 'per_profile': False, |
| 8072 }, | 8072 }, |
| 8073 'example_value': False, | 8073 'example_value': False, |
| 8074 'id': 346, | 8074 'id': 346, |
| 8075 'caption': '''Enables force sign in for <ph name="PRODUCT_NAME">$1<ex>Goog
le Chrome</ex></ph>.''', | 8075 'caption': '''Enables force sign in for <ph name="PRODUCT_NAME">$1<ex>Goog
le Chrome</ex></ph>.''', |
| 8076 'tags': [], | 8076 'tags': [], |
| 8077 '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. | 8077 '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 their profile before using the
browser. And the default value of BrowserGuestModeEnabled will be set to false. |
| 8078 | 8078 |
| 8079 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>.''', | 8079 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>.''', |
| 8080 }, | 8080 }, |
| 8081 { | 8081 { |
| 8082 'name': 'SSLVersionMin', | 8082 'name': 'SSLVersionMin', |
| 8083 'type': 'string-enum', | 8083 'type': 'string-enum', |
| 8084 'schema': { | 8084 'schema': { |
| 8085 'type': 'string', | 8085 'type': 'string', |
| 8086 'enum': [ | 8086 'enum': [ |
| 8087 'ssl3', | 8087 'ssl3', |
| (...skipping 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9400 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9400 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 9401 'text': 'Default Settings (users can override)', | 9401 'text': 'Default Settings (users can override)', |
| 9402 }, | 9402 }, |
| 9403 'doc_complex_policies_on_windows': { | 9403 'doc_complex_policies_on_windows': { |
| 9404 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9404 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 9405 '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>'
'', | 9405 '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>'
'', |
| 9406 }, | 9406 }, |
| 9407 }, | 9407 }, |
| 9408 'placeholders': [], | 9408 'placeholders': [], |
| 9409 } | 9409 } |
| OLD | NEW |