Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index df09c8d9ca189dbd110badee0e5fca3f54eb846c..b3e710238145601fbf70b11255981c1f3e491d94 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.''', |
+ }, |
], |
}, |
{ |