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 3702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3713 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> version 35. | 3713 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> version 35. |
3714 | 3714 |
3715 Memory info is anyway reported to page, regardless of the option value, bu
t the sizes reported are | 3715 Memory info is anyway reported to page, regardless of the option value, bu
t the sizes reported are |
3716 quantized and the rate of updates is limited for security reasons. To obta
in real-time precise data, | 3716 quantized and the rate of updates is limited for security reasons. To obta
in real-time precise data, |
3717 please use tools like Telemetry.''', | 3717 please use tools like Telemetry.''', |
3718 }, | 3718 }, |
3719 { | 3719 { |
3720 'name': 'DisablePrintPreview', | 3720 'name': 'DisablePrintPreview', |
3721 'type': 'main', | 3721 'type': 'main', |
3722 'schema': { 'type': 'boolean' }, | 3722 'schema': { 'type': 'boolean' }, |
3723 'supported_on': ['chrome.*:18-38'], | 3723 'supported_on': ['chrome.*:18-'], |
3724 'deprecated': True, | 3724 'deprecated': True, |
3725 'features': { | 3725 'features': { |
3726 'dynamic_refresh': False, | 3726 'dynamic_refresh': False, |
3727 'per_profile': True, | 3727 'per_profile': True, |
3728 }, | 3728 }, |
3729 'example_value': False, | 3729 'example_value': False, |
3730 'id': 117, | 3730 'id': 117, |
3731 'caption': '''Disable Print Preview (deprecated)''', | 3731 'caption': '''Disable Print Preview (deprecated)''', |
3732 'desc': '''This setting has been retired as of <ph name="PRODUCT_NAME">$1<
ex>Google Chrome</ex></ph> version 39. | 3732 'desc': '''Show the system print dialog instead of print preview. |
3733 | |
3734 Show the system print dialog instead of print preview. | |
3735 | 3733 |
3736 When this setting is enabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome<
/ex></ph> will open the system print dialog instead of the built-in print previe
w when a user requests a page to be printed. | 3734 When this setting is enabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome<
/ex></ph> will open the system print dialog instead of the built-in print previe
w when a user requests a page to be printed. |
3737 | 3735 |
3738 If this policy is not set or is set to false, print commands trigger the p
rint preview screen.''', | 3736 If this policy is not set or is set to false, print commands trigger the p
rint preview screen.''', |
3739 }, | 3737 }, |
3740 { | 3738 { |
3741 'name': 'DisableSSLRecordSplitting', | 3739 'name': 'DisableSSLRecordSplitting', |
3742 'type': 'main', | 3740 'type': 'main', |
3743 'schema': { 'type': 'boolean' }, | 3741 'schema': { 'type': 'boolean' }, |
3744 'supported_on': ['chrome.*:18-', 'chrome_os:18-'], | 3742 'supported_on': ['chrome.*:18-', 'chrome_os:18-'], |
(...skipping 3081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6826 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6824 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6827 'text': 'Default Settings (users can override)', | 6825 'text': 'Default Settings (users can override)', |
6828 }, | 6826 }, |
6829 'doc_complex_policies_on_windows': { | 6827 'doc_complex_policies_on_windows': { |
6830 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 6828 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
6831 '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>'''
, | 6829 '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>'''
, |
6832 }, | 6830 }, |
6833 }, | 6831 }, |
6834 'placeholders': [], | 6832 'placeholders': [], |
6835 } | 6833 } |
OLD | NEW |