Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 900363003: Mark RemoteHostAccessRequireTwoFactor as deprecated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'type': 'group', 558 'type': 'group',
559 'caption': '''Configure remote access options''', 559 'caption': '''Configure remote access options''',
560 'desc': '''Configure remote access options in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph>. 560 'desc': '''Configure remote access options in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph>.
561 561
562 These features are ignored unless the Remote Access web application is ins talled.''', 562 These features are ignored unless the Remote Access web application is ins talled.''',
563 'policies': [ 563 'policies': [
564 { 564 {
565 'name': 'RemoteAccessClientFirewallTraversal', 565 'name': 'RemoteAccessClientFirewallTraversal',
566 'type': 'main', 566 'type': 'main',
567 'schema': { 'type': 'boolean' }, 567 'schema': { 'type': 'boolean' },
568 'supported_on': ['chrome.*:14-', 'chrome_os:14-'], 568 'supported_on': ['chrome.*:14-16'], # Removed by https://codereview.c hromium.org/8275012.
bartfab (slow) 2015/02/06 14:18:18 1) The "chrome.*:14-16" part LGTM. 2) I would pref
Łukasz Anforowicz 2015/02/06 20:29:20 Ack.
569 'features': { 569 'features': {
570 'dynamic_refresh': True, 570 'dynamic_refresh': True,
571 }, 571 },
572 # Mark this 'removed' when http://crbug.com/100216 is resolved. 572 # Mark this 'removed' when http://crbug.com/100216 is resolved.
573 'deprecated': True, 573 'deprecated': True,
574 'example_value': False, 574 'example_value': False,
575 'id': 94, 575 'id': 94,
576 'caption': '''Enable firewall traversal from remote access client''', 576 'caption': '''Enable firewall traversal from remote access client''',
577 'desc': '''This policy is no longer supported. 577 'desc': '''This policy is no longer supported.
578 Enables usage of STUN and relay servers when connecting to a remote cl ient. 578 Enables usage of STUN and relay servers when connecting to a remote cl ient.
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'desc': '''Configures the required host domain name that will be impos ed on remote access hosts and prevents users from changing it. 616 'desc': '''Configures the required host domain name that will be impos ed on remote access hosts and prevents users from changing it.
617 617
618 If this setting is enabled, then hosts can be shared only using accoun ts registered on the specified domain name. 618 If this setting is enabled, then hosts can be shared only using accoun ts registered on the specified domain name.
619 619
620 If this setting is disabled or not set, then hosts can be shared using any account.''', 620 If this setting is disabled or not set, then hosts can be shared using any account.''',
621 }, 621 },
622 { 622 {
623 'name': 'RemoteAccessHostRequireTwoFactor', 623 'name': 'RemoteAccessHostRequireTwoFactor',
624 'type': 'main', 624 'type': 'main',
625 'schema': { 'type': 'boolean' }, 625 'schema': { 'type': 'boolean' },
626 'supported_on': ['chrome.*:22-', 'chrome_os:41-'], 626 'supported_on': ['chrome.*:22-22'], # Declared, but never used by crr ev.com/10825149.
Łukasz Anforowicz 2015/02/06 20:29:20 This is a host-side policy - it wasn't handled whe
bartfab (slow) 2015/02/06 14:18:18 As above.
Łukasz Anforowicz 2015/02/06 20:29:20 Done.
627 'features': { 627 'features': {
628 'dynamic_refresh': True, 628 'dynamic_refresh': True,
629 'per_profile': False, 629 'per_profile': False,
630 }, 630 },
631 'deprecated': True,
bartfab (slow) 2015/02/06 14:18:18 Please add the following above this line: # Mark
Łukasz Anforowicz 2015/02/06 20:29:20 Done.
631 'example_value': False, 632 'example_value': False,
632 'id': 155, 633 'id': 155,
633 'caption': '''Enable two-factor authentication for remote access hosts ''', 634 'caption': '''Enable two-factor authentication for remote access hosts ''',
634 'desc': '''Enables two-factor authentication for remote access hosts i nstead of a user-specified PIN. 635 'desc': '''Enables two-factor authentication for remote access hosts i nstead of a user-specified PIN.
635 636
636 If this setting is enabled, then users must provide a valid two-factor code when accessing a host. 637 If this setting is enabled, then users must provide a valid two-factor code when accessing a host.
637 638
638 If this setting is disabled or not set, then two-factor will not be en abled and the default behavior of having a user-defined PIN will be used.''', 639 If this setting is disabled or not set, then two-factor will not be en abled and the default behavior of having a user-defined PIN will be used.''',
639 }, 640 },
640 { 641 {
(...skipping 6608 matching lines...) Expand 10 before | Expand all | Expand 10 after
7249 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 7250 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
7250 'text': 'Default Settings (users can override)', 7251 'text': 'Default Settings (users can override)',
7251 }, 7252 },
7252 'doc_complex_policies_on_windows': { 7253 'doc_complex_policies_on_windows': {
7253 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 7254 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
7254 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' , 7255 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' ,
7255 }, 7256 },
7256 }, 7257 },
7257 'placeholders': [], 7258 'placeholders': [],
7258 } 7259 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698