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

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

Issue 1936903002: Allow SAML logins to use the webcam (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment to JS re: C++ permission check Created 4 years, 8 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
« no previous file with comments | « chromeos/settings/cros_settings_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('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 cc0afffef700320be2a56e60eb161c2df3d76269..82c1803903beeba6e5c059add4e7396f756de345 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -137,7 +137,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 327
+# For your editing convenience: highest ID currently used: 328
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -8480,6 +8480,28 @@
'tags': [],
'id': 327,
},
+ {
+ 'name': 'LoginVideoCaptureAllowedUrls',
+ 'type': 'list',
+ 'schema': {
+ 'type': 'array',
+ 'items': { 'type': 'string' },
+ },
+ 'supported_on': ['chrome_os:52-'],
+ 'device_only': True,
+ 'features': {
+ 'dynamic_refresh': True,
+ },
+ 'example_value': [ "https://example.com" ],
+ 'id': 328,
+ 'caption': '''URLs that will be granted access to video capture devices on SAML login pages''',
+ 'tags': ['website-sharing'],
+ 'desc': '''Patterns in this list will be matched against the security
+ origin of the requesting URL. If a match is found, access to video
+ capture devices will be granted on SAML login pages. If no match is
+ found, access will be automatically denied. Wildcard patterns are not
+ allowed.'''
+ },
],
'messages': {
# Messages that are not associated to any policies.
« no previous file with comments | « chromeos/settings/cros_settings_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698