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: 265 | 121 # For your editing convenience: highest ID currently used: 266 |
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 6247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6379 } | 6379 } |
6380 } | 6380 } |
6381 } | 6381 } |
6382 | 6382 |
6383 If this policy is set, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</
ex></ph> will download and use the wallpaper image. | 6383 If this policy is set, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</
ex></ph> will download and use the wallpaper image. |
6384 | 6384 |
6385 If you set this policy, users cannot change or override it. | 6385 If you set this policy, users cannot change or override it. |
6386 | 6386 |
6387 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.''', | 6387 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.''', |
6388 }, | 6388 }, |
| 6389 { |
| 6390 'name': 'EnableDeprecatedWebPlatformFeatures', |
| 6391 'type': 'list', |
| 6392 'schema': { |
| 6393 'type': 'array', |
| 6394 'items': { 'type': 'string' }, |
| 6395 }, |
| 6396 'supported_on': ['chrome.*:37-', 'chrome_os:37-', 'android:37-'], |
| 6397 'features': { |
| 6398 'dynamic_refresh': True, |
| 6399 'per_profile': True, |
| 6400 }, |
| 6401 'example_value': [], |
| 6402 'id': 266, |
| 6403 'caption': '''Enable deprecated web platform features''', |
| 6404 'desc': '''Specify a list of deprecated web platform features to re-enable
. |
| 6405 |
| 6406 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. |
| 6407 |
| 6408 The following tags are currently defined: |
| 6409 - ShowModalDialog_EffectiveUntil20150430 |
| 6410 |
| 6411 If this policy is left not set or the list is empty, all deprecated web pl
atform features will remain disabled.''', |
| 6412 }, |
6389 ], | 6413 ], |
6390 'messages': { | 6414 'messages': { |
6391 # Messages that are not associated to any policies. | 6415 # Messages that are not associated to any policies. |
6392 'win_supported_winxpsp2': { | 6416 'win_supported_winxpsp2': { |
6393 '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:'.''', | 6417 '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:'.''', |
6394 'text': '''Microsoft Windows XP SP2 or later''' | 6418 'text': '''Microsoft Windows XP SP2 or later''' |
6395 }, | 6419 }, |
6396 'mac_chrome_preferences': { | 6420 'mac_chrome_preferences': { |
6397 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chrome are being edited''', | 6421 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chrome are being edited''', |
6398 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' | 6422 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6487 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6511 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
6488 'text': 'deprecated', | 6512 'text': 'deprecated', |
6489 }, | 6513 }, |
6490 'doc_recommended': { | 6514 'doc_recommended': { |
6491 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6515 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6492 'text': 'Default Settings (users can override)', | 6516 'text': 'Default Settings (users can override)', |
6493 }, | 6517 }, |
6494 }, | 6518 }, |
6495 'placeholders': [], | 6519 'placeholders': [], |
6496 } | 6520 } |
OLD | NEW |