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

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

Issue 132233031: Build with configuration_policy enabled on iOS by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 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 | Annotate | Revision Log
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 # Products and versions: 67 # Products and versions:
68 # Each policy has the list of products and version numbers where it is 68 # Each policy has the list of products and version numbers where it is
69 # supported under the key 'supported_on'. Each item of this list has the 69 # supported under the key 'supported_on'. Each item of this list has the
70 # form of 'product:since_version-until_version', which means that support 70 # form of 'product:since_version-until_version', which means that support
71 # for the policy in 'product' was introduced in 'since_version' and removed 71 # for the policy in 'product' was introduced in 'since_version' and removed
72 # after 'until_version'. Product names may contain a suffix specifying a 72 # after 'until_version'. Product names may contain a suffix specifying a
73 # platform name, e.g.: 'chrome.win' is read as 'Chrome on Windows'. Version 73 # platform name, e.g.: 'chrome.win' is read as 'Chrome on Windows'. Version
74 # numbers can be any string that does not contain ':' or '-' characters. 74 # numbers can be any string that does not contain ':' or '-' characters.
75 # 75 #
76 # Currently supported product names: 76 # Currently supported product names:
77 # 'chrome_frame', 'chrome_os', 'android', 77 # 'chrome_frame', 'chrome_os', 'android', 'ios',
78 # 'chrome.win', 'chrome.linux', 'chrome.mac', 'chrome.*' 78 # 'chrome.win', 'chrome.linux', 'chrome.mac', 'chrome.*'
79 # For example if 'chrome.*:5-10' is specified for a policy, then it should 79 # For example if 'chrome.*:5-10' is specified for a policy, then it should
80 # be read as: 80 # be read as:
81 # 'chrome.linux:5-10', 'chrome.mac:5-10', 'chrome.win:5-10' 81 # 'chrome.linux:5-10', 'chrome.mac:5-10', 'chrome.win:5-10'
82 # 82 #
83 # The product name also affects in which templates the policy is included: 83 # The product name also affects in which templates the policy is included:
84 # chrome.*, chrome.win, chrome_frame -> ADM, ADMX, ADML, doc 84 # chrome.*, chrome.win, chrome_frame -> ADM, ADMX, ADML, doc
85 # chrome.*, chrome.linux -> JSON, doc 85 # chrome.*, chrome.linux -> JSON, doc
86 # chrome.*, chrome.mac -> plist, plist_strings, doc 86 # chrome.*, chrome.mac -> plist, plist_strings, doc
87 # everything else -> doc 87 # everything else -> doc
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 229
230 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> uses the specified locale. If the configured locale is not supported, 'e n-US' is used instead. 230 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> uses the specified locale. If the configured locale is not supported, 'e n-US' is used instead.
231 231
232 If this setting is disabled or not set, <ph name="PRODUCT_NAME">$1<ex>Goog le Chrome</ex></ph> uses either the user-specified preferred locale (if configur ed), the system locale or the fallback locale 'en-US'.''', 232 If this setting is disabled or not set, <ph name="PRODUCT_NAME">$1<ex>Goog le Chrome</ex></ph> uses either the user-specified preferred locale (if configur ed), the system locale or the fallback locale 'en-US'.''',
233 'label': '''Application locale''', 233 'label': '''Application locale''',
234 }, 234 },
235 { 235 {
236 'name': 'AlternateErrorPagesEnabled', 236 'name': 'AlternateErrorPagesEnabled',
237 'type': 'main', 237 'type': 'main',
238 'schema': { 'type': 'boolean' }, 238 'schema': { 'type': 'boolean' },
239 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 239 'supported_on': [
240 'chrome.*:8-',
241 'chrome_os:11-',
242 'android:30-',
243 'ios:99-',
244 ],
240 'features': { 245 'features': {
241 'can_be_recommended': True, 246 'can_be_recommended': True,
242 'dynamic_refresh': True, 247 'dynamic_refresh': True,
243 'per_profile': True, 248 'per_profile': True,
244 }, 249 },
245 'example_value': True, 250 'example_value': True,
246 'id': 5, 251 'id': 5,
247 'caption': '''Enable alternate error pages''', 252 'caption': '''Enable alternate error pages''',
248 'desc': '''Enables the use of alternate error pages that are built into <p h name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') a nd prevents users from changing this setting. 253 'desc': '''Enables the use of alternate error pages that are built into <p h name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') a nd prevents users from changing this setting.
249 254
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 'name': 'Disabled', 409 'name': 'Disabled',
405 'value': 1, 410 'value': 1,
406 'caption': '''Incognito mode disabled''', 411 'caption': '''Incognito mode disabled''',
407 }, 412 },
408 { 413 {
409 'name': 'Forced', 414 'name': 'Forced',
410 'value': 2, 415 'value': 2,
411 'caption': '''Incognito mode forced''', 416 'caption': '''Incognito mode forced''',
412 }, 417 },
413 ], 418 ],
414 'supported_on': ['chrome.*:14-', 'chrome_os:14-', 'android:30-'], 419 'supported_on': [
420 'chrome.*:14-',
421 'chrome_os:14-',
422 'android:30-',
423 'ios:99-',
424 ],
415 'features': { 425 'features': {
416 'dynamic_refresh': True, 426 'dynamic_refresh': True,
417 'per_profile': True, 427 'per_profile': True,
418 }, 428 },
419 'example_value': 1, 429 'example_value': 1,
420 'id': 93, 430 'id': 93,
421 'caption': '''Incognito mode availability''', 431 'caption': '''Incognito mode availability''',
422 'desc': '''Specifies whether the user may open pages in Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 432 'desc': '''Specifies whether the user may open pages in Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
423 433
424 If 'Enabled' is selected or the policy is left unset, pages may be opened in Incognito mode. 434 If 'Enabled' is selected or the policy is left unset, pages may be opened in Incognito mode.
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 { 726 {
717 'name': 'PasswordManager', 727 'name': 'PasswordManager',
718 'type': 'group', 728 'type': 'group',
719 'caption': '''Password manager''', 729 'caption': '''Password manager''',
720 'desc': '''Configures the password manager. If the password manager is ena bled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''', 730 'desc': '''Configures the password manager. If the password manager is ena bled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''',
721 'policies': [ 731 'policies': [
722 { 732 {
723 'name': 'PasswordManagerEnabled', 733 'name': 'PasswordManagerEnabled',
724 'type': 'main', 734 'type': 'main',
725 'schema': { 'type': 'boolean' }, 735 'schema': { 'type': 'boolean' },
726 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 736 'supported_on': [
737 'chrome.*:8-',
738 'chrome_os:11-',
739 'android:30-',
740 'ios:99-',
741 ],
727 'features': { 742 'features': {
728 'can_be_recommended': True, 743 'can_be_recommended': True,
729 'dynamic_refresh': True, 744 'dynamic_refresh': True,
730 'per_profile': True, 745 'per_profile': True,
731 }, 746 },
732 'example_value': True, 747 'example_value': True,
733 'id': 16, 748 'id': 16,
734 'caption': '''Enable the password manager''', 749 'caption': '''Enable the password manager''',
735 'desc': '''Enables saving passwords and using saved passwords in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 750 'desc': '''Enables saving passwords and using saved passwords in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
736 751
(...skipping 22 matching lines...) Expand all
759 If you disable this setting, the password manager does not allow showi ng stored passwords in clear text in the password manager window. 774 If you disable this setting, the password manager does not allow showi ng stored passwords in clear text in the password manager window.
760 775
761 If you enable or do not set this policy, users can view their password s in clear text in the password manager.''', 776 If you enable or do not set this policy, users can view their password s in clear text in the password manager.''',
762 }, 777 },
763 ], 778 ],
764 }, 779 },
765 { 780 {
766 'name': 'AutoFillEnabled', 781 'name': 'AutoFillEnabled',
767 'type': 'main', 782 'type': 'main',
768 'schema': { 'type': 'boolean' }, 783 'schema': { 'type': 'boolean' },
769 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 784 'supported_on': [
785 'chrome.*:8-',
786 'chrome_os:11-',
787 'android:30-',
788 'ios:99-',
789 ],
770 'features': { 790 'features': {
771 'can_be_recommended': True, 791 'can_be_recommended': True,
772 'dynamic_refresh': True, 792 'dynamic_refresh': True,
773 'per_profile': True, 793 'per_profile': True,
774 }, 794 },
775 'example_value': False, 795 'example_value': False,
776 'id': 18, 796 'id': 18,
777 'caption': '''Enable AutoFill''', 797 'caption': '''Enable AutoFill''',
778 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s AutoFill feature and allows users to auto complete web forms using previously s tored information such as address or credit card information. 798 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s AutoFill feature and allows users to auto complete web forms using previously s tored information such as address or credit card information.
779 799
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 'name': 'ProxyFixedServers', 1103 'name': 'ProxyFixedServers',
1084 'value': 'fixed_servers', 1104 'value': 'fixed_servers',
1085 'caption': '''Use fixed proxy servers''', 1105 'caption': '''Use fixed proxy servers''',
1086 }, 1106 },
1087 { 1107 {
1088 'name': 'ProxyUseSystem', 1108 'name': 'ProxyUseSystem',
1089 'value': 'system', 1109 'value': 'system',
1090 'caption': '''Use system proxy settings''', 1110 'caption': '''Use system proxy settings''',
1091 }, 1111 },
1092 ], 1112 ],
1093 'supported_on': ['chrome.*:10-', 'chrome_os:11-', 'android:30-'], 1113 'supported_on': [
1114 'chrome.*:10-',
1115 'chrome_os:11-',
1116 'android:30-',
1117 'ios:99-',
1118 ],
1094 'features': { 1119 'features': {
1095 'dynamic_refresh': True, 1120 'dynamic_refresh': True,
1096 'per_profile': True, 1121 'per_profile': True,
1097 }, 1122 },
1098 'example_value': 'direct', 1123 'example_value': 'direct',
1099 'id': 21, 1124 'id': 21,
1100 'caption': '''Choose how to specify proxy server settings''', 1125 'caption': '''Choose how to specify proxy server settings''',
1101 'desc': '''Allows you to specify the proxy server used by <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings. 1126 'desc': '''Allows you to specify the proxy server used by <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings.
1102 1127
1103 If you choose to never use a proxy server and always connect directly, all other options are ignored. 1128 If you choose to never use a proxy server and always connect directly, all other options are ignored.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 'name': 'ProxyServerManual', 1162 'name': 'ProxyServerManual',
1138 'value': 2, 1163 'value': 2,
1139 'caption': '''Manually specify proxy settings''', 1164 'caption': '''Manually specify proxy settings''',
1140 }, 1165 },
1141 { 1166 {
1142 'name': 'ProxyServerUseSystem', 1167 'name': 'ProxyServerUseSystem',
1143 'value': 3, 1168 'value': 3,
1144 'caption': '''Use system proxy settings''', 1169 'caption': '''Use system proxy settings''',
1145 }, 1170 },
1146 ], 1171 ],
1147 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 1172 'supported_on': [
1173 'chrome.*:8-',
1174 'chrome_os:11-',
1175 'android:30-',
1176 'ios:99-',
1177 ],
1148 'features': { 1178 'features': {
1149 'dynamic_refresh': True, 1179 'dynamic_refresh': True,
1150 'per_profile': True, 1180 'per_profile': True,
1151 }, 1181 },
1152 'deprecated': True, 1182 'deprecated': True,
1153 'example_value': 2, 1183 'example_value': 2,
1154 'id': 22, 1184 'id': 22,
1155 'caption': '''Choose how to specify proxy server settings''', 1185 'caption': '''Choose how to specify proxy server settings''',
1156 'desc': '''This policy is deprecated, use ProxyMode instead. 1186 'desc': '''This policy is deprecated, use ProxyMode instead.
1157 1187
1158 Allows you to specify the proxy server used by <ph name="PRODUCT_NAME" >$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings. 1188 Allows you to specify the proxy server used by <ph name="PRODUCT_NAME" >$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings.
1159 1189
1160 If you choose to never use a proxy server and always connect directly, all other options are ignored. 1190 If you choose to never use a proxy server and always connect directly, all other options are ignored.
1161 1191
1162 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored. 1192 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored.
1163 1193
1164 If you choose manual proxy settings, you can specify further options i n 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separa ted list of proxy bypass rules'. 1194 If you choose manual proxy settings, you can specify further options i n 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separa ted list of proxy bypass rules'.
1165 1195
1166 For detailed examples, visit: 1196 For detailed examples, visit:
1167 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph> 1197 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>
1168 1198
1169 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line. 1199 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line.
1170 1200
1171 Leaving this policy not set will allow the users to choose the proxy s ettings on their own.''', 1201 Leaving this policy not set will allow the users to choose the proxy s ettings on their own.''',
1172 }, 1202 },
1173 { 1203 {
1174 'name': 'ProxyServer', 1204 'name': 'ProxyServer',
1175 'type': 'string', 1205 'type': 'string',
1176 'schema': { 'type': 'string' }, 1206 'schema': { 'type': 'string' },
1177 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 1207 'supported_on': [
1208 'chrome.*:8-',
1209 'chrome_os:11-',
1210 'android:30-',
1211 'ios:99-',
1212 ],
1178 'features': { 1213 'features': {
1179 'dynamic_refresh': True, 1214 'dynamic_refresh': True,
1180 'per_profile': True, 1215 'per_profile': True,
1181 }, 1216 },
1182 'example_value': '123.123.123.123:8080', 1217 'example_value': '123.123.123.123:8080',
1183 'id': 23, 1218 'id': 23,
1184 'caption': '''Address or URL of proxy server''', 1219 'caption': '''Address or URL of proxy server''',
1185 'desc': '''You can specify the URL of the proxy server here. 1220 'desc': '''You can specify the URL of the proxy server here.
1186 1221
1187 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 1222 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
1188 1223
1189 You should leave this policy not set if you have selected any other mo de for setting proxy policies. 1224 You should leave this policy not set if you have selected any other mo de for setting proxy policies.
1190 1225
1191 For more options and detailed examples, visit: 1226 For more options and detailed examples, visit:
1192 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>''', 1227 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>''',
1193 }, 1228 },
1194 { 1229 {
1195 'name': 'ProxyPacUrl', 1230 'name': 'ProxyPacUrl',
1196 'type': 'string', 1231 'type': 'string',
1197 'schema': { 'type': 'string' }, 1232 'schema': { 'type': 'string' },
1198 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 1233 'supported_on': [
1234 'chrome.*:8-',
1235 'chrome_os:11-',
1236 'android:30-',
1237 'ios:99-',
1238 ],
1199 'features': { 1239 'features': {
1200 'dynamic_refresh': True, 1240 'dynamic_refresh': True,
1201 'per_profile': True, 1241 'per_profile': True,
1202 }, 1242 },
1203 'example_value': 'http://internal.site/example.pac', 1243 'example_value': 'http://internal.site/example.pac',
1204 'id': 24, 1244 'id': 24,
1205 'caption': '''URL to a proxy .pac file''', 1245 'caption': '''URL to a proxy .pac file''',
1206 'desc': '''You can specify a URL to a proxy .pac file here. 1246 'desc': '''You can specify a URL to a proxy .pac file here.
1207 1247
1208 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 1248 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
1209 1249
1210 You should leave this policy not set if you have selected any other mo de for setting proxy policies. 1250 You should leave this policy not set if you have selected any other mo de for setting proxy policies.
1211 1251
1212 For detailed examples, visit: 1252 For detailed examples, visit:
1213 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>''', 1253 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>''',
1214 }, 1254 },
1215 { 1255 {
1216 'name': 'ProxyBypassList', 1256 'name': 'ProxyBypassList',
1217 'type': 'string', 1257 'type': 'string',
1218 'schema': { 'type': 'string' }, 1258 'schema': { 'type': 'string' },
1219 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 1259 'supported_on': [
1260 'chrome.*:8-',
1261 'chrome_os:11-',
1262 'android:30-',
1263 'ios:99-',
1264 ],
1220 'features': { 1265 'features': {
1221 'dynamic_refresh': True, 1266 'dynamic_refresh': True,
1222 'per_profile': True, 1267 'per_profile': True,
1223 }, 1268 },
1224 'example_value': 'http://www.example1.com,http://www.example2.com,http ://internalsite/', 1269 'example_value': 'http://www.example1.com,http://www.example2.com,http ://internalsite/',
1225 'id': 25, 1270 'id': 25,
1226 'caption': '''Proxy bypass rules''', 1271 'caption': '''Proxy bypass rules''',
1227 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here. 1272 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here.
1228 1273
1229 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 1274 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
(...skipping 16 matching lines...) Expand all
1246 'schema': { 1291 'schema': {
1247 'type': 'object', 1292 'type': 'object',
1248 'properties': { 1293 'properties': {
1249 'ProxyMode': { 'type': 'string' }, 1294 'ProxyMode': { 'type': 'string' },
1250 'ProxyPacUrl': { 'type': 'string' }, 1295 'ProxyPacUrl': { 'type': 'string' },
1251 'ProxyServer': { 'type': 'string' }, 1296 'ProxyServer': { 'type': 'string' },
1252 'ProxyBypassList': { 'type': 'string' }, 1297 'ProxyBypassList': { 'type': 'string' },
1253 'ProxyServerMode': { 'type': 'string' }, 1298 'ProxyServerMode': { 'type': 'string' },
1254 }, 1299 },
1255 }, 1300 },
1256 'supported_on': ['chrome.*:18-', 'chrome_os:18-', 'android:30-'], 1301 'supported_on': [
1302 'chrome.*:18-',
1303 'chrome_os:18-',
1304 'android:30-',
1305 'ios:99-',
1306 ],
1257 'future': True, 1307 'future': True,
1258 'features': { 1308 'features': {
1259 'dynamic_refresh': True, 1309 'dynamic_refresh': True,
1260 'per_profile': True, 1310 'per_profile': True,
1261 }, 1311 },
1262 'example_value': { "ProxyMode": "direct" }, 1312 'example_value': { "ProxyMode": "direct" },
1263 'id': 116, 1313 'id': 116,
1264 'caption': '''Proxy settings''', 1314 'caption': '''Proxy settings''',
1265 'desc': '''Configures the proxy settings for <ph name="PRODUCT_NAME">$1<ex >Google Chrome</ex></ph>. 1315 'desc': '''Configures the proxy settings for <ph name="PRODUCT_NAME">$1<ex >Google Chrome</ex></ph>.
1266 1316
(...skipping 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after
3177 3227
3178 Setting this option to False or leaving it not set will make the promotion s for Chrome Web Store apps appear on the new tab page''', 3228 Setting this option to False or leaving it not set will make the promotion s for Chrome Web Store apps appear on the new tab page''',
3179 }, 3229 },
3180 { 3230 {
3181 'name': 'URLBlacklist', 3231 'name': 'URLBlacklist',
3182 'type': 'list', 3232 'type': 'list',
3183 'schema': { 3233 'schema': {
3184 'type': 'array', 3234 'type': 'array',
3185 'items': { 'type': 'string' }, 3235 'items': { 'type': 'string' },
3186 }, 3236 },
3187 'supported_on': ['chrome.*:15-', 'chrome_os:15-', 'android:30-'], 3237 'supported_on': [
3238 'chrome.*:15-',
3239 'chrome_os:15-',
3240 'android:30-',
3241 'ios:99-',
3242 ],
3188 'features': { 3243 'features': {
3189 'dynamic_refresh': True, 3244 'dynamic_refresh': True,
3190 'per_profile': True, 3245 'per_profile': True,
3191 }, 3246 },
3192 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba d_path', 'http://server:8080/path', '.exact.hostname.com', '*'], 3247 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba d_path', 'http://server:8080/path', '.exact.hostname.com', '*'],
3193 'id': 103, 3248 'id': 103,
3194 'caption': '''Block access to a list of URLs''', 3249 'caption': '''Block access to a list of URLs''',
3195 'desc': '''Blocks access to the listed URLs. 3250 'desc': '''Blocks access to the listed URLs.
3196 3251
3197 This policy prevents the user from loading web pages from blacklisted URLs . 3252 This policy prevents the user from loading web pages from blacklisted URLs .
3198 3253
3199 A URL has the format 'scheme://host:port/path'. 3254 A URL has the format 'scheme://host:port/path'.
3200 The optional scheme can be http, https or ftp. Only this scheme will be bl ocked; if none is specified, all schemes are blocked. 3255 The optional scheme can be http, https or ftp. Only this scheme will be bl ocked; if none is specified, all schemes are blocked.
3201 The host can be a hostname or an IP address. Subdomains of a hostname will also be blocked. To prevent blocking subdomains, include a '.' before the hostn ame. The special hostname '*' will block all domains. 3256 The host can be a hostname or an IP address. Subdomains of a hostname will also be blocked. To prevent blocking subdomains, include a '.' before the hostn ame. The special hostname '*' will block all domains.
3202 The optional port is a valid port number from 1 to 65535. If none is speci fied, all ports are blocked. 3257 The optional port is a valid port number from 1 to 65535. If none is speci fied, all ports are blocked.
3203 If the optional path is specified, only paths with that prefix will be blo cked. 3258 If the optional path is specified, only paths with that prefix will be blo cked.
3204 3259
3205 Exceptions can be defined in the URL whitelist policy. These policies are limited to 1000 entries; subsequent entries will be ignored. 3260 Exceptions can be defined in the URL whitelist policy. These policies are limited to 1000 entries; subsequent entries will be ignored.
3206 3261
3207 If this policy is not set no URL will be blacklisted in the browser.''', 3262 If this policy is not set no URL will be blacklisted in the browser.''',
3208 }, 3263 },
3209 { 3264 {
3210 'name': 'URLWhitelist', 3265 'name': 'URLWhitelist',
3211 'type': 'list', 3266 'type': 'list',
3212 'schema': { 3267 'schema': {
3213 'type': 'array', 3268 'type': 'array',
3214 'items': { 'type': 'string' }, 3269 'items': { 'type': 'string' },
3215 }, 3270 },
3216 'supported_on': ['chrome.*:15-', 'chrome_os:15-', 'android:30-'], 3271 'supported_on': [
3272 'chrome.*:15-',
3273 'chrome_os:15-',
3274 'android:30-',
3275 'ios:99-',
3276 ],
3217 'features': { 3277 'features': {
3218 'dynamic_refresh': True, 3278 'dynamic_refresh': True,
3219 'per_profile': True, 3279 'per_profile': True,
3220 }, 3280 },
3221 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba d_path', 'http://server:8080/path', '.exact.hostname.com'], 3281 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/ba d_path', 'http://server:8080/path', '.exact.hostname.com'],
3222 'id': 104, 3282 'id': 104,
3223 'caption': '''Allows access to a list of URLs''', 3283 'caption': '''Allows access to a list of URLs''',
3224 'desc': '''Allows access to the listed URLs, as exceptions to the URL blac klist. 3284 'desc': '''Allows access to the listed URLs, as exceptions to the URL blac klist.
3225 3285
3226 See the description of the URL blacklist policy for the format of entries of this list. 3286 See the description of the URL blacklist policy for the format of entries of this list.
(...skipping 2715 matching lines...) Expand 10 before | Expand all | Expand 10 after
5942 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6002 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
5943 'text': 'deprecated', 6003 'text': 'deprecated',
5944 }, 6004 },
5945 'doc_recommended': { 6005 'doc_recommended': {
5946 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6006 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
5947 'text': 'Default Settings (users can override)', 6007 'text': 'Default Settings (users can override)',
5948 }, 6008 },
5949 }, 6009 },
5950 'placeholders': [], 6010 'placeholders': [],
5951 } 6011 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698