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

Unified Diff: components/policy/resources/policy_templates.json

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index ecdaa1534fac612f622093066521653b2cc72002..84d68afc51ce0c8ce676e550999604b9f5957ecd 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -3282,7 +3282,7 @@
'caption': '''Do not allow any site to use key generation''',
},
],
- 'supported_on': ['chrome.*:49-', 'chrome_os:49-', 'android:49-'],
+ 'supported_on': ['chrome.*:49-56', 'chrome_os:49-56', 'android:49-56'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
@@ -3483,7 +3483,7 @@
'type': 'array',
'items': { 'type': 'string' },
},
- 'supported_on': ['chrome.*:49-', 'chrome_os:49-', 'android:49-'],
+ 'supported_on': ['chrome.*:49-56', 'chrome_os:49-56', 'android:49-56'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
@@ -3503,7 +3503,7 @@
'type': 'array',
'items': { 'type': 'string' },
},
- 'supported_on': ['chrome.*:49-', 'chrome_os:49-', 'android:49-'],
+ 'supported_on': ['chrome.*:49-56', 'chrome_os:49-56', 'android:49-56'],
'features': {
'dynamic_refresh': True,
'per_profile': True,

Powered by Google App Engine
This is Rietveld 408576698