Chromium Code Reviews| 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 8573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 8584 'name': 'PacHttpsUrlStrippingEnabled', | 8584 'name': 'PacHttpsUrlStrippingEnabled', |
| 8585 'type': 'main', | 8585 'type': 'main', |
| 8586 'schema': { 'type': 'boolean' }, | 8586 'schema': { 'type': 'boolean' }, |
| 8587 'supported_on': [ 'chrome.*:52-', 'chrome_os:52-' ], | 8587 'supported_on': [ 'chrome.*:52-', 'chrome_os:52-' ], |
| 8588 'features': { | 8588 'features': { |
| 8589 'dynamic_refresh': False, | 8589 'dynamic_refresh': False, |
| 8590 'per_profile': False, | 8590 'per_profile': False, |
| 8591 }, | 8591 }, |
| 8592 'example_value': False, | 8592 'example_value': False, |
| 8593 'id': 332, | 8593 'id': 332, |
| 8594 'default_for_enterprise_users': False, | |
| 8594 'caption': '''Enable PAC URL stripping (for https://)''', | 8595 'caption': '''Enable PAC URL stripping (for https://)''', |
| 8595 'tags': ['system-security'], | 8596 'tags': ['system-security'], |
| 8596 '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. | 8597 '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. |
| 8597 | 8598 |
| 8598 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). | 8599 When True, the security feature is enabled, and https:// URLs are |
| 8600 stripped before submitting them to a PAC script. In this manner the PAC | |
| 8601 script is not able to view data that is ordinarily protected by an | |
| 8602 encrypted channel (such as the URL's path and query). | |
| 8599 | 8603 |
| 8600 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.''', | 8604 When False, the security feature is disabled, and PAC scripts are |
| 8605 implicitly granted the ability to view all components of an https:// | |
| 8606 URL. This applies to all PAC scripts regardless of origin (including | |
| 8607 those fetched over an insecure transport, or discovered insecurely | |
| 8608 through WPAD). | |
| 8609 | |
| 8610 This defaults to True (security feature enabled), except for Chrome OS | |
| 8611 enterprise users for which this currently defaults to False. | |
| 8612 | |
| 8613 It is recommended that this be set to True. The only reason to set it to | |
| 8614 False is if it causes a compatibility problem with existing PAC scripts. | |
| 8615 | |
| 8616 The desire is to remove this override in the future.''', | |
|
Andrew T Wilson (Slow)
2016/06/07 12:59:02
I believe this is reasonable as it stands, but ide
| |
| 8601 }, | 8617 }, |
| 8602 ], | 8618 ], |
| 8603 'messages': { | 8619 'messages': { |
| 8604 # Messages that are not associated to any policies. | 8620 # Messages that are not associated to any policies. |
| 8605 'win_supported_winxpsp2': { | 8621 'win_supported_winxpsp2': { |
| 8606 '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:'.''', | 8622 '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:'.''', |
| 8607 'text': '''Microsoft Windows XP SP2 or later''' | 8623 'text': '''Microsoft Windows XP SP2 or later''' |
| 8608 }, | 8624 }, |
| 8609 'mac_chrome_preferences': { | 8625 'mac_chrome_preferences': { |
| 8610 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', | 8626 '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 Loading... | |
| 8721 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 8737 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 8722 'text': 'Default Settings (users can override)', | 8738 'text': 'Default Settings (users can override)', |
| 8723 }, | 8739 }, |
| 8724 'doc_complex_policies_on_windows': { | 8740 'doc_complex_policies_on_windows': { |
| 8725 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 8741 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
| 8726 '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>' '', | 8742 '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>' '', |
| 8727 }, | 8743 }, |
| 8728 }, | 8744 }, |
| 8729 'placeholders': [], | 8745 'placeholders': [], |
| 8730 } | 8746 } |
| OLD | NEW |