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

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 5a601818d7b5c991f15f583aecb30ddfec41af0b..0196b0ec4f1b864f0bd534163a6b51724f41a9b1 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