Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 949173004: Work around bug in generate_policy_source.py to fix several policies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2311
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'desc': '''This policy is deprecated, consider using SyncDisabled instead. 1188 'desc': '''This policy is deprecated, consider using SyncDisabled instead.
1189 1189
1190 Allows the user to sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome< /ex></ph>. 1190 Allows the user to sign in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome< /ex></ph>.
1191 1191
1192 If you set this policy, you can configure whether a user is allowed to sig n in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Setting this poli cy to 'False' will prevent apps and extensions that use the chrome.identity API from functioning, so you may want to use SyncDisabled instead.''', 1192 If you set this policy, you can configure whether a user is allowed to sig n in to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Setting this poli cy to 'False' will prevent apps and extensions that use the chrome.identity API from functioning, so you may want to use SyncDisabled instead.''',
1193 }, 1193 },
1194 { 1194 {
1195 'name': 'EnableDeprecatedWebBasedSignin', 1195 'name': 'EnableDeprecatedWebBasedSignin',
1196 'type': 'main', 1196 'type': 'main',
1197 'schema': { 'type': 'boolean' }, 1197 'schema': { 'type': 'boolean' },
1198 'supported_on': ['chrome.*:35-42'], 1198 'supported_on': ['chrome.*:35-'],
1199 'features': { 1199 'features': {
1200 'dynamic_refresh': False, 1200 'dynamic_refresh': False,
1201 'per_profile': False, 1201 'per_profile': False,
1202 }, 1202 },
1203 'deprecated': True, 1203 'deprecated': True,
1204 'example_value': False, 1204 'example_value': False,
1205 'id': 265, 1205 'id': 265,
1206 'caption': '''Enables the old web-based signin''', 1206 'caption': '''Enables the old web-based signin''',
1207 'desc': '''Enables the old web-based signin flow. 1207 'desc': '''Enables the old web-based signin flow.
1208 1208
(...skipping 5858 matching lines...) Expand 10 before | Expand all | Expand 10 after
7067 'value': 'tls1.1', 7067 'value': 'tls1.1',
7068 'caption': 'TLS 1.1', 7068 'caption': 'TLS 1.1',
7069 }, 7069 },
7070 { 7070 {
7071 'name': 'TLSv1.2', 7071 'name': 'TLSv1.2',
7072 'value': 'tls1.2', 7072 'value': 'tls1.2',
7073 'caption': 'TLS 1.2', 7073 'caption': 'TLS 1.2',
7074 }, 7074 },
7075 ], 7075 ],
7076 'supported_on': [ 7076 'supported_on': [
7077 'chrome.*:39-43', 7077 'chrome.*:39-',
7078 'chrome_os:39-43', 7078 'chrome_os:39-',
7079 'android:39-43', 7079 'android:39-',
7080 'ios:39-43', 7080 'ios:39-',
7081 ], 7081 ],
7082 'features': { 7082 'features': {
7083 'dynamic_refresh': True, 7083 'dynamic_refresh': True,
7084 'per_profile': False, 7084 'per_profile': False,
7085 }, 7085 },
7086 'example_value': 'ssl3', 7086 'example_value': 'ssl3',
7087 'id': 279, 7087 'id': 279,
7088 'caption': '''Minimum SSL version enabled''', 7088 'caption': '''Minimum SSL version enabled''',
7089 'desc': '''Warning: SSLv3 support will be entirely removed from <ph name=" PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> after version 43 (around July 2015) and this policy will be removed at the same time. 7089 'desc': '''Warning: SSLv3 support will be entirely removed from <ph name=" PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> after version 43 (around July 2015) and this policy will be removed at the same time.
7090 7090
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
7122 'value': 'tls1.1', 7122 'value': 'tls1.1',
7123 'caption': 'TLS 1.1', 7123 'caption': 'TLS 1.1',
7124 }, 7124 },
7125 { 7125 {
7126 'name': 'TLSv1.2', 7126 'name': 'TLSv1.2',
7127 'value': 'tls1.2', 7127 'value': 'tls1.2',
7128 'caption': 'TLS 1.2', 7128 'caption': 'TLS 1.2',
7129 }, 7129 },
7130 ], 7130 ],
7131 'supported_on': [ 7131 'supported_on': [
7132 'chrome.*:39-43', 7132 'chrome.*:39-',
7133 'chrome_os:39-43', 7133 'chrome_os:39-',
7134 'android:39-43', 7134 'android:39-',
7135 'ios:39-43', 7135 'ios:39-',
7136 ], 7136 ],
7137 'features': { 7137 'features': {
7138 'dynamic_refresh': True, 7138 'dynamic_refresh': True,
7139 'per_profile': False, 7139 'per_profile': False,
7140 }, 7140 },
7141 'example_value': 'tls1', 7141 'example_value': 'tls1',
7142 'id': 280, 7142 'id': 280,
7143 'caption': '''Minimum SSL version to fallback to''', 7143 'caption': '''Minimum SSL version to fallback to''',
7144 'desc': '''Warning: SSLv3 support will be entirely removed from <ph name=" PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> after version 43 (around July 2015) and this policy will be removed at the same time. 7144 'desc': '''Warning: SSLv3 support will be entirely removed from <ph name=" PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> after version 43 (around July 2015) and this policy will be removed at the same time.
7145 7145
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
7307 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 7307 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
7308 'text': 'Default Settings (users can override)', 7308 'text': 'Default Settings (users can override)',
7309 }, 7309 },
7310 'doc_complex_policies_on_windows': { 7310 'doc_complex_policies_on_windows': {
7311 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 7311 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
7312 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' , 7312 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' ,
7313 }, 7313 },
7314 }, 7314 },
7315 'placeholders': [], 7315 'placeholders': [],
7316 } 7316 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698