Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 998383002: Created policy QuicAllowed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 # templates and documentation. The policy definition list that Chrome sees 116 # templates and documentation. The policy definition list that Chrome sees
117 # will include policies marked with 'future'. If a WIP policy isn't meant to 117 # will include policies marked with 'future'. If a WIP policy isn't meant to
118 # be seen by the policy providers either, the 'supported_on' key should be set 118 # be seen by the policy providers either, the 'supported_on' key should be set
119 # to an empty list. 119 # to an empty list.
120 # 120 #
121 # IDs: 121 # IDs:
122 # Since a Protocol Buffer definition is generated from this file, unique and 122 # Since a Protocol Buffer definition is generated from this file, unique and
123 # persistent IDs for all fields (but not for groups!) are needed. These are 123 # persistent IDs for all fields (but not for groups!) are needed. These are
124 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 124 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
125 # because doing so would break the deployed wire format! 125 # because doing so would break the deployed wire format!
126 # For your editing convenience: highest ID currently used: 296 126 # For your editing convenience: highest ID currently used: 297
127 # 127 #
128 # Placeholders: 128 # Placeholders:
129 # The following placeholder strings are automatically substituted: 129 # The following placeholder strings are automatically substituted:
130 # $1 -> Google Chrome / Chromium 130 # $1 -> Google Chrome / Chromium
131 # $2 -> Google Chrome OS / Chromium OS 131 # $2 -> Google Chrome OS / Chromium OS
132 # $3 -> Google Chrome Frame / Chromium Frame 132 # $3 -> Google Chrome Frame / Chromium Frame
133 # $6 is reserved for doc_writer 133 # $6 is reserved for doc_writer
134 # 134 #
135 # Device Policy: 135 # Device Policy:
136 # An additional flag device_only (optional, defaults to False) indicates 136 # An additional flag device_only (optional, defaults to False) indicates
(...skipping 7145 matching lines...) Expand 10 before | Expand all | Expand 10 after
7282 'device_only': True, 7282 'device_only': True,
7283 'features': { 7283 'features': {
7284 'dynamic_refresh': False, 7284 'dynamic_refresh': False,
7285 }, 7285 },
7286 'example_value': 104857600, 7286 'example_value': 104857600,
7287 'id': 296, 7287 'id': 296,
7288 'caption': '''Set Apps and Extensions cache size (in bytes)''', 7288 'caption': '''Set Apps and Extensions cache size (in bytes)''',
7289 'desc': '''<ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> cac hes Apps and Extensions for installation by multiple users of a single device to avoid re-downloading them for each user. 7289 'desc': '''<ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> cac hes Apps and Extensions for installation by multiple users of a single device to avoid re-downloading them for each user.
7290 If this policy is not configured or the value is lower than 1 MB, <ph name ="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will use the default cache s ize.''', 7290 If this policy is not configured or the value is lower than 1 MB, <ph name ="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will use the default cache s ize.''',
7291 }, 7291 },
7292 {
7293 'name': 'QuicAllowed',
7294 'type': 'main',
7295 'schema': { 'type': 'boolean' },
7296 'supported_on': ['chrome.*:43-', 'chrome_os:43-'],
7297 'features': {
7298 'dynamic_refresh': False,
7299 'per_profile': False,
7300 },
7301 'example_value': True,
7302 'id': 297,
7303 'caption': '''Allows QUIC protocol''',
7304 'desc': '''If this policy is set to true or not set usage of QUIC protocol in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is allowed.
7305 If this policy is set to false usage of QUIC protocol is disallowed.''',
7306 },
7307
7292 ], 7308 ],
7293 'messages': { 7309 'messages': {
7294 # Messages that are not associated to any policies. 7310 # Messages that are not associated to any policies.
7295 'win_supported_winxpsp2': { 7311 'win_supported_winxpsp2': {
7296 '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:'.''', 7312 '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:'.''',
7297 'text': '''Microsoft Windows XP SP2 or later''' 7313 'text': '''Microsoft Windows XP SP2 or later'''
7298 }, 7314 },
7299 'mac_chrome_preferences': { 7315 'mac_chrome_preferences': {
7300 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', 7316 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''',
7301 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 7317 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es'''
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
7403 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 7419 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
7404 'text': 'Default Settings (users can override)', 7420 'text': 'Default Settings (users can override)',
7405 }, 7421 },
7406 'doc_complex_policies_on_windows': { 7422 'doc_complex_policies_on_windows': {
7407 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 7423 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
7408 '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>''' , 7424 '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>''' ,
7409 }, 7425 },
7410 }, 7426 },
7411 'placeholders': [], 7427 'placeholders': [],
7412 } 7428 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698