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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 # templates and documentation. The policy definition list that Chrome sees | 111 # templates and documentation. The policy definition list that Chrome sees |
112 # will include policies marked with 'future'. If a WIP policy isn't meant to | 112 # will include policies marked with 'future'. If a WIP policy isn't meant to |
113 # be seen by the policy providers either, the 'supported_on' key should be set | 113 # be seen by the policy providers either, the 'supported_on' key should be set |
114 # to an empty list. | 114 # to an empty list. |
115 # | 115 # |
116 # IDs: | 116 # IDs: |
117 # Since a Protocol Buffer definition is generated from this file, unique and | 117 # Since a Protocol Buffer definition is generated from this file, unique and |
118 # persistent IDs for all fields (but not for groups!) are needed. These are | 118 # persistent IDs for all fields (but not for groups!) are needed. These are |
119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
120 # because doing so would break the deployed wire format! | 120 # because doing so would break the deployed wire format! |
121 # For your editing convenience: highest ID currently used: 268 | 121 # For your editing convenience: highest ID currently used: 269 |
122 # | 122 # |
123 # Placeholders: | 123 # Placeholders: |
124 # The following placeholder strings are automatically substituted: | 124 # The following placeholder strings are automatically substituted: |
125 # $1 -> Google Chrome / Chromium | 125 # $1 -> Google Chrome / Chromium |
126 # $2 -> Google Chrome OS / Chromium OS | 126 # $2 -> Google Chrome OS / Chromium OS |
127 # $3 -> Google Chrome Frame / Chromium Frame | 127 # $3 -> Google Chrome Frame / Chromium Frame |
128 # $6 is reserved for doc_writer | 128 # $6 is reserved for doc_writer |
129 # | 129 # |
130 # Device Policy: | 130 # Device Policy: |
131 # An additional flag device_only (optional, defaults to False) indicates | 131 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 6329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6461 } | 6461 } |
6462 } | 6462 } |
6463 } | 6463 } |
6464 | 6464 |
6465 If this policy is set, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</
ex></ph> will download and use the wallpaper image. | 6465 If this policy is set, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</
ex></ph> will download and use the wallpaper image. |
6466 | 6466 |
6467 If you set this policy, users cannot change or override it. | 6467 If you set this policy, users cannot change or override it. |
6468 | 6468 |
6469 If the policy is left not set, the user can choose an image to be shown on
the desktop and on the login screen background.''', | 6469 If the policy is left not set, the user can choose an image to be shown on
the desktop and on the login screen background.''', |
6470 }, | 6470 }, |
| 6471 { |
| 6472 'name': 'EnableDeprecatedWebPlatformFeatures', |
| 6473 'type': 'list', |
| 6474 'schema': { |
| 6475 'type': 'array', |
| 6476 'items': { 'type': 'string' }, |
| 6477 }, |
| 6478 'supported_on': ['chrome.*:37-', 'chrome_os:37-', 'android:37-'], |
| 6479 'features': { |
| 6480 'dynamic_refresh': True, |
| 6481 'per_profile': True, |
| 6482 }, |
| 6483 'example_value': [], |
| 6484 'id': 269, |
| 6485 'caption': '''Enable deprecated web platform features''', |
| 6486 'desc': '''Specify a list of deprecated web platform features to re-enable
. |
| 6487 |
| 6488 This policy gives administrators the ability to re-enable deprecated web p
latform features for a limited time. Features are identified by a string tag and
the features corresponding to the tags included in the list specified by this p
olicy will get re-enabled. |
| 6489 |
| 6490 The following tags are currently defined: |
| 6491 - ShowModalDialog_EffectiveUntil20150430 |
| 6492 |
| 6493 If this policy is left not set or the list is empty, all deprecated web pl
atform features will remain disabled.''', |
| 6494 }, |
6471 ], | 6495 ], |
6472 'messages': { | 6496 'messages': { |
6473 # Messages that are not associated to any policies. | 6497 # Messages that are not associated to any policies. |
6474 'win_supported_winxpsp2': { | 6498 'win_supported_winxpsp2': { |
6475 '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:'.''', | 6499 '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:'.''', |
6476 'text': '''Microsoft Windows XP SP2 or later''' | 6500 'text': '''Microsoft Windows XP SP2 or later''' |
6477 }, | 6501 }, |
6478 'mac_chrome_preferences': { | 6502 'mac_chrome_preferences': { |
6479 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chrome are being edited''', | 6503 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chrome are being edited''', |
6480 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' | 6504 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6571 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6595 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
6572 'text': 'deprecated', | 6596 'text': 'deprecated', |
6573 }, | 6597 }, |
6574 'doc_recommended': { | 6598 'doc_recommended': { |
6575 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6599 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6576 'text': 'Default Settings (users can override)', | 6600 'text': 'Default Settings (users can override)', |
6577 }, | 6601 }, |
6578 }, | 6602 }, |
6579 'placeholders': [], | 6603 'placeholders': [], |
6580 } | 6604 } |
OLD | NEW |