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 999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1010 }, | 1010 }, |
1011 { | 1011 { |
1012 'name': 'EnableWebBasedSignin', | 1012 'name': 'EnableWebBasedSignin', |
1013 'type': 'main', | 1013 'type': 'main', |
1014 'schema': { 'type': 'boolean' }, | 1014 'schema': { 'type': 'boolean' }, |
1015 'supported_on': ['chrome.*:35-'], | 1015 'supported_on': ['chrome.*:35-'], |
1016 'features': { | 1016 'features': { |
1017 'dynamic_refresh': False, | 1017 'dynamic_refresh': False, |
1018 'per_profile': False, | 1018 'per_profile': False, |
1019 }, | 1019 }, |
1020 'future': True, | |
1021 'example_value': False, | 1020 'example_value': False, |
1022 'id': 265, | 1021 'id': 265, |
1023 'caption': '''Enables the old web-based signin''', | 1022 'caption': '''Enables the old web-based signin''', |
1024 'desc': '''Enables the old web-based signin flow. | 1023 'desc': '''Enables the old web-based signin flow. |
1025 | 1024 |
1026 This setting is useful for enterprise customers who are using SSO solution
s that are not compatible with the new inline signin flow yet. | 1025 This setting is useful for enterprise customers who are using SSO solution
s that are not compatible with the new inline signin flow yet. |
1027 If you enable this setting, the old web-based signin flow would be used. | 1026 If you enable this setting, the old web-based signin flow would be used. |
1028 If you disable this setting or leave it not set, the new inline signin flo
w would be used by default. Users may still enable the old web-based signin flow
through the command line flag --enable-web-based-signin. | 1027 If you disable this setting or leave it not set, the new inline signin flo
w would be used by default. Users may still enable the old web-based signin flow
through the command line flag --enable-web-based-signin. |
1029 | 1028 |
1030 The experimental setting will be removed in the future when the inline sig
nin fully supports all SSO signin flows.''', | 1029 The experimental setting will be removed in the future when the inline sig
nin fully supports all SSO signin flows.''', |
(...skipping 5606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6637 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6636 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
6638 'text': 'deprecated', | 6637 'text': 'deprecated', |
6639 }, | 6638 }, |
6640 'doc_recommended': { | 6639 'doc_recommended': { |
6641 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6640 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6642 'text': 'Default Settings (users can override)', | 6641 'text': 'Default Settings (users can override)', |
6643 }, | 6642 }, |
6644 }, | 6643 }, |
6645 'placeholders': [], | 6644 'placeholders': [], |
6646 } | 6645 } |
OLD | NEW |