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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 2239963002: Add enterprise policy to allow locally issued SHA-1 certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index 5e1a390dd7c2a4cafaaf08ffd32eb68c11b3128e..f2630d99463bfc63f6a76cfe538bfded1a52a18c 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -586,6 +586,16 @@
]
},
+ "EnableSha1ForLocalAnchors": {
+ "os": ["win", "linux", "mac", "chromeos", "android"],
+ "test_policy": { "EnableSha1ForLocalAnchors": true },
+ "pref_mappings": [
+ { "pref": "ssl.sha1_enabled_for_local_anchors",
+ "local_state": true
+ }
+ ]
+ },
+
"AuthSchemes": {
"os": ["win", "linux", "mac", "chromeos", "android"],
"test_policy": { "AuthSchemes": "AuthSchemes" },
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list_factory.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698