| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index 95fbe68cc5d6675cedc416761572716b2d8551c7..3f7485cb317dbbc93573f0c697f8a06d1faa767c 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: 256
|
| +# For your editing convenience: highest ID currently used: 257
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -623,6 +623,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': 257,
|
| + '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.''',
|
| + },
|
| ],
|
| },
|
| {
|
|
|