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

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

Issue 2059673002: Default the PacHttpsUrlStrippingEnabled policy to False for Chrome OS enterprise users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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 | « chrome/browser/policy/cloud/cloud_policy_browsertest.cc ('k') | 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 8559 matching lines...) Expand 10 before | Expand all | Expand 10 after
8570 'name': 'PacHttpsUrlStrippingEnabled', 8570 'name': 'PacHttpsUrlStrippingEnabled',
8571 'type': 'main', 8571 'type': 'main',
8572 'schema': { 'type': 'boolean' }, 8572 'schema': { 'type': 'boolean' },
8573 'supported_on': [ 'chrome.*:52-', 'chrome_os:52-' ], 8573 'supported_on': [ 'chrome.*:52-', 'chrome_os:52-' ],
8574 'features': { 8574 'features': {
8575 'dynamic_refresh': False, 8575 'dynamic_refresh': False,
8576 'per_profile': False, 8576 'per_profile': False,
8577 }, 8577 },
8578 'example_value': False, 8578 'example_value': False,
8579 'id': 332, 8579 'id': 332,
8580 'default_for_enterprise_users': False,
8580 'caption': '''Enable PAC URL stripping (for https://)''', 8581 'caption': '''Enable PAC URL stripping (for https://)''',
8581 'tags': ['system-security'], 8582 'tags': ['system-security'],
8582 'desc': '''Strips privacy and security sensitive parts of https:// URLs be fore passing them on to PAC scripts (Proxy Auto Config) used by <ph name="PRODUC T_NAME">$1<ex>Google Chrome</ex></ph> during proxy resolution. 8583 'desc': '''Strips privacy and security sensitive parts of https:// URLs be fore passing them on to PAC scripts (Proxy Auto Config) used by <ph name="PRODUC T_NAME">$1<ex>Google Chrome</ex></ph> during proxy resolution.
8583 8584
8584 When not set (or set to true) the default behavior is to strip https:// UR Ls before submitting them to a PAC script. In this manner the PAC script is not able to view data that is ordinarily protected by an encrypted channel (like the path and query). 8585 When True, the security feature is enabled, and https:// URLs are
8586 stripped before submitting them to a PAC script. In this manner the PAC
8587 script is not able to view data that is ordinarily protected by an
8588 encrypted channel (such as the URL's path and query).
8585 8589
8586 When the policy is set to false, this security feature is disabled, and PA C scripts are granted the ability to view the full URL. This setting applies to all PAC scripts regardless of origin. For instance it applies to PAC scripts obt ained through WPAD as well as those fetched over an insecure transport.''', 8590 When False, the security feature is disabled, and PAC scripts are
8591 implicitly granted the ability to view all components of an https://
8592 URL. This applies to all PAC scripts regardless of origin (including
8593 those fetched over an insecure transport, or discovered insecurely
8594 through WPAD).
8595
8596 This defaults to True (security feature enabled), except for Chrome OS
8597 enterprise users for which this currently defaults to False.
8598
8599 It is recommended that this be set to True. The only reason to set it to
8600 False is if it causes a compatibility problem with existing PAC scripts.
8601
8602 The desire is to remove this override in the future.''',
8587 }, 8603 },
8588 ], 8604 ],
8589 'messages': { 8605 'messages': {
8590 # Messages that are not associated to any policies. 8606 # Messages that are not associated to any policies.
8591 'win_supported_winxpsp2': { 8607 'win_supported_winxpsp2': {
8592 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', 8608 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''',
8593 'text': '''Microsoft Windows XP SP2 or later''' 8609 'text': '''Microsoft Windows XP SP2 or later'''
8594 }, 8610 },
8595 'mac_chrome_preferences': { 8611 'mac_chrome_preferences': {
8596 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', 8612 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
8707 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 8723 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
8708 'text': 'Default Settings (users can override)', 8724 'text': 'Default Settings (users can override)',
8709 }, 8725 },
8710 'doc_complex_policies_on_windows': { 8726 'doc_complex_policies_on_windows': {
8711 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 8727 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
8712 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 8728 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
8713 }, 8729 },
8714 }, 8730 },
8715 'placeholders': [], 8731 'placeholders': [],
8716 } 8732 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/cloud/cloud_policy_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698