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

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

Issue 2056343006: Remove DHE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: actually connect up the feature flag Created 4 years, 6 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
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 # templates and documentation. The policy definition list that Chrome sees 130 # templates and documentation. The policy definition list that Chrome sees
131 # will include policies marked with 'future'. If a WIP policy isn't meant to 131 # will include policies marked with 'future'. If a WIP policy isn't meant to
132 # be seen by the policy providers either, the 'supported_on' key should be set 132 # be seen by the policy providers either, the 'supported_on' key should be set
133 # to an empty list. 133 # to an empty list.
134 # 134 #
135 # IDs: 135 # IDs:
136 # Since a Protocol Buffer definition is generated from this file, unique and 136 # Since a Protocol Buffer definition is generated from this file, unique and
137 # persistent IDs for all fields (but not for groups!) are needed. These are 137 # persistent IDs for all fields (but not for groups!) are needed. These are
138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
139 # because doing so would break the deployed wire format! 139 # because doing so would break the deployed wire format!
140 # For your editing convenience: highest ID currently used: 333 140 # For your editing convenience: highest ID currently used: 334
141 # 141 #
142 # Placeholders: 142 # Placeholders:
143 # The following placeholder strings are automatically substituted: 143 # The following placeholder strings are automatically substituted:
144 # $1 -> Google Chrome / Chromium 144 # $1 -> Google Chrome / Chromium
145 # $2 -> Google Chrome OS / Chromium OS 145 # $2 -> Google Chrome OS / Chromium OS
146 # $3 -> Google Chrome Frame / Chromium Frame 146 # $3 -> Google Chrome Frame / Chromium Frame
147 # $6 is reserved for doc_writer 147 # $6 is reserved for doc_writer
148 # 148 #
149 # Device Policy: 149 # Device Policy:
150 # An additional flag 'device_only' (optional, defaults to False) indicates 150 # An additional flag 'device_only' (optional, defaults to False) indicates
(...skipping 7788 matching lines...) Expand 10 before | Expand all | Expand 10 after
7939 }, 7939 },
7940 'example_value': False, 7940 'example_value': False,
7941 'id': 310, 7941 'id': 310,
7942 'caption': '''Whether RC4 cipher suites in TLS are enabled''', 7942 'caption': '''Whether RC4 cipher suites in TLS are enabled''',
7943 'tags': ['system-security'], 7943 'tags': ['system-security'],
7944 'desc': '''Warning: RC4 will be completely removed from <ph name="PRODUCT_ NAME">$1<ex>Google Chrome</ex></ph> after version 52 (around September 2016) and this policy will stop working then. 7944 'desc': '''Warning: RC4 will be completely removed from <ph name="PRODUCT_ NAME">$1<ex>Google Chrome</ex></ph> after version 52 (around September 2016) and this policy will stop working then.
7945 7945
7946 If the policy is not set, or is set to false, then RC4 cipher suites in TL S will not be enabled. Otherwise it may be set to true to retain compatibility w ith an outdated server. This is a stopgap measure and the server should be recon figured.''', 7946 If the policy is not set, or is set to false, then RC4 cipher suites in TL S will not be enabled. Otherwise it may be set to true to retain compatibility w ith an outdated server. This is a stopgap measure and the server should be recon figured.''',
7947 }, 7947 },
7948 { 7948 {
7949 'name': 'DHEEnabled',
7950 'type': 'main',
7951 'schema': {
7952 'type': 'boolean',
7953 },
7954 'supported_on': [
7955 'chrome.*:53-57',
7956 'chrome_os:53-57',
7957 'android:53-57',
7958 'ios:53-57',
7959 ],
7960 'features': {
7961 'dynamic_refresh': True,
7962 'per_profile': False,
7963 },
7964 'example_value': False,
7965 'id': 334,
7966 'caption': '''Whether DHE cipher suites in TLS are enabled''',
7967 'tags': ['system-security'],
7968 'desc': '''Warning: DHE will be completely removed from <ph name="PRODUCT_ NAME">$1<ex>Google Chrome</ex></ph> after version 57 (around March 2017) and thi s policy will stop working then.
7969
7970 If the policy is not set, or is set to false, then DHE cipher suites in TL S will not be enabled. Otherwise it may be set to true to enable DHE cipher suit es and retain compatibility with an outdated server. This is a stopgap measure a nd the server should be reconfigured.
7971
7972 Servers are encouraged to migrated to ECDHE cipher suites. If these are un available, ensure a cipher suite using RSA key exchange is enabled.''',
7973 },
7974 {
7949 'name': 'ContextualSearchEnabled', 7975 'name': 'ContextualSearchEnabled',
7950 'type': 'main', 7976 'type': 'main',
7951 'schema': { 'type': 'boolean' }, 7977 'schema': { 'type': 'boolean' },
7952 'supported_on': [ 7978 'supported_on': [
7953 'android:40-', 7979 'android:40-',
7954 ], 7980 ],
7955 'features': { 7981 'features': {
7956 'dynamic_refresh': True, 7982 'dynamic_refresh': True,
7957 'per_profile': True, 7983 'per_profile': True,
7958 }, 7984 },
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
8758 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 8784 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
8759 'text': 'Default Settings (users can override)', 8785 'text': 'Default Settings (users can override)',
8760 }, 8786 },
8761 'doc_complex_policies_on_windows': { 8787 'doc_complex_policies_on_windows': {
8762 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 8788 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
8763 '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>' '', 8789 '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>' '',
8764 }, 8790 },
8765 }, 8791 },
8766 'placeholders': [], 8792 'placeholders': [],
8767 } 8793 }
OLDNEW
« no previous file with comments | « components/error_page/common/localized_error.cc ('k') | components/ssl_config/ssl_config_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698