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: 266 | 121 # For your editing convenience: highest ID currently used: 267 |
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 6265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6397 } | 6397 } |
6398 } | 6398 } |
6399 } | 6399 } |
6400 | 6400 |
6401 If this policy is set, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</
ex></ph> will download and use the wallpaper image. | 6401 If this policy is set, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</
ex></ph> will download and use the wallpaper image. |
6402 | 6402 |
6403 If you set this policy, users cannot change or override it. | 6403 If you set this policy, users cannot change or override it. |
6404 | 6404 |
6405 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.''', | 6405 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.''', |
6406 }, | 6406 }, |
| 6407 { |
| 6408 'name': 'EnableDeprecatedWebPlatformFeatures', |
| 6409 'type': 'list', |
| 6410 'schema': { |
| 6411 'type': 'array', |
| 6412 'items': { 'type': 'string' }, |
| 6413 }, |
| 6414 'supported_on': ['chrome.*:37-', 'chrome_os:37-', 'android:37-'], |
| 6415 'features': { |
| 6416 'dynamic_refresh': True, |
| 6417 'per_profile': True, |
| 6418 }, |
| 6419 'example_value': [], |
| 6420 'id': 267, |
| 6421 'caption': '''Enable deprecated web platform features''', |
| 6422 'desc': '''Specify a list of deprecated web platform features to re-enable
. |
| 6423 |
| 6424 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. |
| 6425 |
| 6426 The following tags are currently defined: |
| 6427 - ShowModalDialog_EffectiveUntil20150430 |
| 6428 |
| 6429 If this policy is left not set or the list is empty, all deprecated web pl
atform features will remain disabled.''', |
| 6430 }, |
6407 ], | 6431 ], |
6408 'messages': { | 6432 'messages': { |
6409 # Messages that are not associated to any policies. | 6433 # Messages that are not associated to any policies. |
6410 'win_supported_winxpsp2': { | 6434 'win_supported_winxpsp2': { |
6411 '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:'.''', | 6435 '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:'.''', |
6412 'text': '''Microsoft Windows XP SP2 or later''' | 6436 'text': '''Microsoft Windows XP SP2 or later''' |
6413 }, | 6437 }, |
6414 'mac_chrome_preferences': { | 6438 'mac_chrome_preferences': { |
6415 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chrome are being edited''', | 6439 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently
the preferences of Chrome are being edited''', |
6416 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc
es''' | 6440 '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... |
6505 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6529 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
6506 'text': 'deprecated', | 6530 'text': 'deprecated', |
6507 }, | 6531 }, |
6508 'doc_recommended': { | 6532 'doc_recommended': { |
6509 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6533 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6510 'text': 'Default Settings (users can override)', | 6534 'text': 'Default Settings (users can override)', |
6511 }, | 6535 }, |
6512 }, | 6536 }, |
6513 'placeholders': [], | 6537 'placeholders': [], |
6514 } | 6538 } |
OLD | NEW |