Chromium Code Reviews| Index: components/policy/resources/policy_templates.json |
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
| index b361a22b2942e4749a3758567f7e5f068a788882..a877beba8312fb6c4de1535063242be574af9217 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: 252 |
| +# For your editing convenience: highest ID currently used: 253 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -620,6 +620,22 @@ |
| If this setting is disabled, then this feature will not be available.''', |
| }, |
| + { |
| + 'name': 'RemoteAccessHostAllowGnubbyAuth', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': ['chrome.*:30-'], |
| + 'features': { |
| + 'dynamic_refresh': True, |
| + 'per_profile': False, |
| + }, |
| + 'example_value': False, |
| + 'id': 253, |
| + '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.''', |
|
Sergey Ulanov
2014/01/25 02:03:33
I think we should have it enabled by default.
psj
2014/01/29 09:07:15
Done.
|
| + }, |
| ], |
| }, |
| { |