Commit 2ddd403f authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Detach the SSLVersionMax policy from prefs

The SSLVersionMax policy was introduced in 2017 to allow administrators
to disable TLS 1.3, as a temporary workaround for buggy middleboxes. It
was always documented in policy_templates.json to be temporary and stop
working in M75, with notice in both M74 and M75 release notes.

Remove the implementation of the policy.

Bug: none
Change-Id: Idec7c14101d2199cd5fad23897a5e76cd26025c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716059
Auto-Submit: David Benjamin <davidben@chromium.org>
Reviewed-by: default avatarPavol Marko <pmarko@chromium.org>
Commit-Queue: Pavol Marko <pmarko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682284}
parent 6c15a508
...@@ -495,9 +495,6 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = { ...@@ -495,9 +495,6 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kSSLVersionMin, { key::kSSLVersionMin,
prefs::kSSLVersionMin, prefs::kSSLVersionMin,
base::Value::Type::STRING }, base::Value::Type::STRING },
{ key::kSSLVersionMax,
prefs::kSSLVersionMax,
base::Value::Type::STRING },
{ key::kNTPContentSuggestionsEnabled, { key::kNTPContentSuggestionsEnabled,
ntp_snippets::prefs::kEnableSnippets, ntp_snippets::prefs::kEnableSnippets,
base::Value::Type::BOOLEAN }, base::Value::Type::BOOLEAN },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment