Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index e3cf5f6091b68f2c096a746e2adcd6aea3d5c489..b2bbdbdffd0129310e09969530fda6c6a58f97cd 100644 |
--- a/components/policy/resources/policy_templates.json |
+++ b/components/policy/resources/policy_templates.json |
@@ -137,7 +137,7 @@ |
# persistent IDs for all fields (but not for groups!) are needed. These are |
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
# because doing so would break the deployed wire format! |
-# For your editing convenience: highest ID currently used: 333 |
+# For your editing convenience: highest ID currently used: 334 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -7942,6 +7942,30 @@ |
If the policy is not set, or is set to false, then RC4 cipher suites in TLS will not be enabled. Otherwise it may be set to true to retain compatibility with an outdated server. This is a stopgap measure and the server should be reconfigured.''', |
}, |
{ |
+ 'name': 'DHEEnabled', |
+ 'type': 'main', |
+ 'schema': { |
+ 'type': 'boolean', |
+ }, |
+ 'supported_on': [ |
+ 'chrome.*:53-57', |
+ 'chrome_os:53-57', |
+ 'android:53-57', |
+ 'ios:53-57', |
+ ], |
+ 'features': { |
+ 'dynamic_refresh': True, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': False, |
+ 'id': 334, |
+ 'caption': '''Whether DHE cipher suites in TLS are enabled''', |
+ 'tags': ['system-security'], |
+ '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 this policy will stop working then. |
+ |
+ If the policy is not set, or is set to false, then DHE cipher suites in TLS will not be enabled. Otherwise it may be set to true to retain compatibility with an outdated server. This is a stopgap measure and the server should be reconfigured.''', |
Thiemo Nagel
2016/06/21 12:23:23
Nit: Present tense is better style in my opinion.
davidben
2016/06/22 04:18:19
Which part? Do you mean "If the policy [...], then
davidben
2016/06/23 22:05:34
(Urf, apparently you're OOO for a bit. I'll go ahe
|
+ }, |
+ { |
'name': 'ContextualSearchEnabled', |
'type': 'main', |
'schema': { 'type': 'boolean' }, |