Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index b76db9c6fa0730aea061355ef14e0b26954d5e20..fd29b92d7647becb56d2d046417bb96fb39de2b3 100644 |
--- a/components/policy/resources/policy_templates.json |
+++ b/components/policy/resources/policy_templates.json |
@@ -118,7 +118,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: 254 |
+# For your editing convenience: highest ID currently used: 255 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -625,6 +625,22 @@ |
If this setting is disabled, then this feature will not be available.''', |
}, |
+ { |
+ 'name': 'RemoteAccessHostAllowGnubbyAuth', |
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome.*:35-'], |
+ 'features': { |
+ 'dynamic_refresh': True, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': True, |
+ 'id': 255, |
+ 'caption': '''Allow gnubby authentication''', |
+ 'desc': '''If this setting is enabled, then gnubby authentication requests will be proxied across a remote host connection. |
+ |
+ If this setting is disabled or not configured, gnubby authentication requests will not be proxied.''', |
+ }, |
], |
}, |
{ |