| OLD | NEW |
| 1 { | 1 { |
| 2 # policy_templates.json - Metafile for policy templates | 2 # policy_templates.json - Metafile for policy templates |
| 3 # | 3 # |
| 4 # The content of this file is evaluated as a Python expression. | 4 # The content of this file is evaluated as a Python expression. |
| 5 # | 5 # |
| 6 # This file is used as input to generate the following policy templates: | 6 # This file is used as input to generate the following policy templates: |
| 7 # ADM, ADMX+ADML, MCX/plist and html documentation. | 7 # ADM, ADMX+ADML, MCX/plist and html documentation. |
| 8 # | 8 # |
| 9 # Policy templates are user interface definitions or documents about the | 9 # Policy templates are user interface definitions or documents about the |
| 10 # policies that can be used to configure Chrome. Each policy is a name-value | 10 # policies that can be used to configure Chrome. Each policy is a name-value |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 'caption': '''Configure remote access options''', | 341 'caption': '''Configure remote access options''', |
| 342 'desc': '''Configure remote access options in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph>. | 342 'desc': '''Configure remote access options in <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph>. |
| 343 | 343 |
| 344 These features are ignored unless the Remote Access web application is ins
talled.''', | 344 These features are ignored unless the Remote Access web application is ins
talled.''', |
| 345 'policies': [ | 345 'policies': [ |
| 346 { | 346 { |
| 347 'name': 'RemoteAccessClientFirewallTraversal', | 347 'name': 'RemoteAccessClientFirewallTraversal', |
| 348 'type': 'main', | 348 'type': 'main', |
| 349 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], | 349 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], |
| 350 'features': {'dynamic_refresh': 1}, | 350 'features': {'dynamic_refresh': 1}, |
| 351 # Mark this 'removed' when http://crbug.com/100216 is resolved. |
| 352 'deprecated': True, |
| 351 'example_value': False, | 353 'example_value': False, |
| 352 'id': 94, | 354 'id': 94, |
| 353 'caption': '''Enable firewall traversal from remote access client''', | 355 'caption': '''Enable firewall traversal from remote access client''', |
| 354 'desc': '''Enables usage of STUN and relay servers when connecting to
a remote client. | 356 'desc': '''This policy is no longer supported. |
| 357 Enables usage of STUN and relay servers when connecting to a remote cl
ient. |
| 355 | 358 |
| 356 If this setting is enabled, then this machine can discover and connect
to remote host machines even if they are separated by a firewall. | 359 If this setting is enabled, then this machine can discover and connect
to remote host machines even if they are separated by a firewall. |
| 357 | 360 |
| 358 If this setting is disabled and outgoing UDP connections are filtered
by the firewall, then this machine can only connect to host machines within the
local network.''', | 361 If this setting is disabled and outgoing UDP connections are filtered
by the firewall, then this machine can only connect to host machines within the
local network.''', |
| 359 }, | 362 }, |
| 360 { | 363 { |
| 361 'name': 'RemoteAccessHostFirewallTraversal', | 364 'name': 'RemoteAccessHostFirewallTraversal', |
| 362 'type': 'main', | 365 'type': 'main', |
| 363 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], | 366 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], |
| 364 'features': {'dynamic_refresh': 1}, | 367 'features': {'dynamic_refresh': 1}, |
| (...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1927 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', | 1930 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', |
| 1928 'text': '''Dynamic Policy Refresh''' | 1931 'text': '''Dynamic Policy Refresh''' |
| 1929 }, | 1932 }, |
| 1930 'doc_deprecated': { | 1933 'doc_deprecated': { |
| 1931 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', | 1934 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', |
| 1932 'text': 'deprecated', | 1935 'text': 'deprecated', |
| 1933 } | 1936 } |
| 1934 }, | 1937 }, |
| 1935 'placeholders': [], | 1938 'placeholders': [], |
| 1936 } | 1939 } |
| OLD | NEW |