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

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
« no previous file with comments | « components/content_settings/core/common/pref_names.cc ('k') | content/app/strings/content_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 30d4181814afa3be7a84e69a60dff751847a79bc..7ca12a6d4d1745e318eaa24a0b01af5e73ca15af 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -3277,7 +3277,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,
@@ -3478,7 +3478,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,
@@ -3498,7 +3498,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,
« no previous file with comments | « components/content_settings/core/common/pref_names.cc ('k') | content/app/strings/content_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698