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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 # templates and documentation. The policy definition list that Chrome sees | 136 # templates and documentation. The policy definition list that Chrome sees |
137 # will include policies marked with 'future'. If a WIP policy isn't meant to | 137 # will include policies marked with 'future'. If a WIP policy isn't meant to |
138 # be seen by the policy providers either, the 'supported_on' key should be set | 138 # be seen by the policy providers either, the 'supported_on' key should be set |
139 # to an empty list. | 139 # to an empty list. |
140 # | 140 # |
141 # IDs: | 141 # IDs: |
142 # Since a Protocol Buffer definition is generated from this file, unique and | 142 # Since a Protocol Buffer definition is generated from this file, unique and |
143 # persistent IDs for all fields (but not for groups!) are needed. These are | 143 # persistent IDs for all fields (but not for groups!) are needed. These are |
144 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 144 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
145 # because doing so would break the deployed wire format! | 145 # because doing so would break the deployed wire format! |
146 # For your editing convenience: highest ID currently used: 372 | 146 # For your editing convenience: highest ID currently used: 373 |
147 # And don't forget to also update the EnterprisePolicies enum of | 147 # And don't forget to also update the EnterprisePolicies enum of |
148 # histograms.xml (run 'python tools/metrics/histograms/update_policies.py'). | 148 # histograms.xml (run 'python tools/metrics/histograms/update_policies.py'). |
149 # | 149 # |
150 # Placeholders: | 150 # Placeholders: |
151 # The following placeholder strings are automatically substituted: | 151 # The following placeholder strings are automatically substituted: |
152 # $1 -> Google Chrome / Chromium | 152 # $1 -> Google Chrome / Chromium |
153 # $2 -> Google Chrome OS / Chromium OS | 153 # $2 -> Google Chrome OS / Chromium OS |
154 # $3 -> Google Chrome Frame / Chromium Frame | 154 # $3 -> Google Chrome Frame / Chromium Frame |
155 # $6 is reserved for doc_writer | 155 # $6 is reserved for doc_writer |
156 # | 156 # |
(...skipping 9510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9667 'caption': '''Integrated second factor authentication mode''', | 9667 'caption': '''Integrated second factor authentication mode''', |
9668 'tags': ['system-security'], | 9668 'tags': ['system-security'], |
9669 'desc': '''Specifies how the on-board secure element hardware can be used
to provide a second-factor authentication if it is compatible with this feature.
The machine power button is used to detect the user physical presence. | 9669 'desc': '''Specifies how the on-board secure element hardware can be used
to provide a second-factor authentication if it is compatible with this feature.
The machine power button is used to detect the user physical presence. |
9670 | 9670 |
9671 If 'Disabled' is selected or the policy is left unset, no second factor is
provided. | 9671 If 'Disabled' is selected or the policy is left unset, no second factor is
provided. |
9672 | 9672 |
9673 If 'U2F' is selected, the integrated second factor will behave according t
he FIDO U2F specification. | 9673 If 'U2F' is selected, the integrated second factor will behave according t
he FIDO U2F specification. |
9674 | 9674 |
9675 If 'U2F_EXTENDED' is selected, the integrated second factor will provide t
he U2F functions plus some extensions for individual attestation.''', | 9675 If 'U2F_EXTENDED' is selected, the integrated second factor will provide t
he U2F functions plus some extensions for individual attestation.''', |
9676 }, | 9676 }, |
| 9677 { |
| 9678 'name': 'PrintPreviewUseSystemDefaultPrinter', |
| 9679 'type': 'main', |
| 9680 'schema': { 'type': 'boolean' }, |
| 9681 'supported_on': [ |
| 9682 'chrome.*:61-', |
| 9683 ], |
| 9684 'features': { |
| 9685 'can_be_recommended': True, |
| 9686 'dynamic_refresh': True, |
| 9687 'per_profile': True, |
| 9688 }, |
| 9689 'example_value': False, |
| 9690 'id': 373, |
| 9691 'caption': '''Use System Default Printer as Default''', |
| 9692 'tags': [], |
| 9693 'desc': '''Causes <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to
use the system default printer as the default choice in Print Preview instead o
f the most recently used printer. |
| 9694 |
| 9695 If you disable this setting or do not set a value, Print Preview will use
the most recently used printer as the default destination choice. |
| 9696 |
| 9697 If you enable this setting, Print Preview will use the OS system default p
rinter as the default destination choice.''', |
| 9698 }, |
9677 ], | 9699 ], |
9678 'messages': { | 9700 'messages': { |
9679 # Messages that are not associated to any policies. | 9701 # Messages that are not associated to any policies. |
9680 'win_supported_winxpsp2': { | 9702 'win_supported_winxpsp2': { |
9681 '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:'.''', | 9703 '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:'.''', |
9682 'text': '''Microsoft Windows XP SP2 or later''' | 9704 'text': '''Microsoft Windows XP SP2 or later''' |
9683 }, | 9705 }, |
9684 'mac_chrome_preferences': { | 9706 'mac_chrome_preferences': { |
9685 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chromium are being edited''', | 9707 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chromium are being edited''', |
9686 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' | 9708 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9800 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9822 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
9801 'text': 'Default Settings (users can override)', | 9823 'text': 'Default Settings (users can override)', |
9802 }, | 9824 }, |
9803 'doc_complex_policies_on_windows': { | 9825 'doc_complex_policies_on_windows': { |
9804 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9826 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
9805 '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>'
'', | 9827 '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>'
'', |
9806 }, | 9828 }, |
9807 }, | 9829 }, |
9808 'placeholders': [], | 9830 'placeholders': [], |
9809 } | 9831 } |
OLD | NEW |