Chromium Code Reviews| 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 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1092 'caption': '''Ask whenever a site wants to track the users' physic al location''' | 1092 'caption': '''Ask whenever a site wants to track the users' physic al location''' |
| 1093 }, | 1093 }, |
| 1094 ], | 1094 ], |
| 1095 'supported_on': ['chrome.*:10-'], | 1095 'supported_on': ['chrome.*:10-'], |
| 1096 'features': {'dynamic_refresh': 1}, | 1096 'features': {'dynamic_refresh': 1}, |
| 1097 'example_value': 0, | 1097 'example_value': 0, |
| 1098 'id': 54, | 1098 'id': 54, |
| 1099 'caption': '''Default geolocation setting''', | 1099 'caption': '''Default geolocation setting''', |
| 1100 'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked everytime a website reque sts the pysical location.''', | 1100 'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked everytime a website reque sts the pysical location.''', |
| 1101 }, | 1101 }, |
| 1102 { | |
| 1103 'name': 'CookiesAllowedForUrls', | |
| 1104 'type': 'list', | |
| 1105 'supported_on': ['chrome_frame:11-'], | |
| 1106 'features': {'dynamic_refresh': 1}, | |
| 1107 'example_value': ['http://www.example.com', '[*.]example.edu'], | |
| 1108 'id': 66, | |
| 1109 'caption': ''' TODO ''', | |
| 1110 'desc': ''' TODO ''', | |
| 1111 }, | |
| 1112 { | |
| 1113 'name': 'CookiesBlockedForUrls', | |
| 1114 'type': 'list', | |
| 1115 'supported_on': ['chrome_frame:11-'], | |
| 1116 'features': {'dynamic_refresh': 1}, | |
| 1117 'example_value': ['http://www.example.com', '[*.]example.edu'], | |
| 1118 'id': 67, | |
| 1119 'caption': ''' TODO ''', | |
| 1120 'desc': ''' TODO ''', | |
| 1121 }, | |
| 1122 { | |
| 1123 'name': 'CookiesSessionOnlyForUrls', | |
| 1124 'type': 'list', | |
| 1125 'supported_on': ['chrome_frame:11-'], | |
| 1126 'features': {'dynamic_refresh': 1}, | |
| 1127 'example_value': ['http://www.example.com', '[*.]example.edu'], | |
| 1128 'id': 68, | |
| 1129 'caption': ''' TODO ''', | |
| 1130 'desc': ''' TODO ''', | |
| 1131 }, | |
| 1132 { | |
| 1133 'name': 'ImagesAllowedForUrls', | |
| 1134 'type': 'list', | |
| 1135 'supported_on': ['chrome_frame:11-'], | |
| 1136 'features': {'dynamic_refresh': 1}, | |
| 1137 'example_value': ['http://www.example.com', '[*.]example.edu'], | |
| 1138 'id': 69, | |
| 1139 'caption': ''' TODO ''', | |
| 1140 'desc': ''' TODO ''', | |
| 1141 }, | |
| 1142 { | |
| 1143 'name': 'ImagesBlockedForUrls', | |
| 1144 'type': 'list', | |
| 1145 'supported_on': ['chrome_frame:11-'], | |
| 1146 'features': {'dynamic_refresh': 1}, | |
| 1147 'example_value': ['http://www.example.com', '[*.]example.edu'], | |
| 1148 'id': 70, | |
| 1149 'caption': ''' TODO ''', | |
| 1150 'desc': ''' TODO ''', | |
| 1151 }, | |
| 1152 { | |
| 1153 'name': 'JavaScriptAllowedForUrls', | |
| 1154 'type': 'list', | |
| 1155 'supported_on': ['chrome_frame:11-'], | |
| 1156 'features': {'dynamic_refresh': 1}, | |
| 1157 'example_value': ['http://www.example.com', '[*.]example.edu'], | |
| 1158 'id': 71, | |
| 1159 'caption': ''' TODO ''', | |
| 1160 'desc': ''' TODO ''', | |
| 1161 }, | |
| 1162 { | |
| 1163 'name': 'JavaScriptBlockedForUrls', | |
| 1164 'type': 'list', | |
| 1165 'supported_on': ['chrome_frame:11-'], | |
| 1166 'features': {'dynamic_refresh': 1}, | |
| 1167 'example_value': ['http://www.example.com', '[*.]example.edu'], | |
| 1168 'id': 72, | |
| 1169 'caption': ''' TODO ''', | |
| 1170 'desc': ''' TODO ''', | |
| 1171 }, | |
| 1172 { | |
| 1173 'name': 'PluginsAllowedForUrls', | |
| 1174 'type': 'list', | |
| 1175 'supported_on': ['chrome_frame:11-'], | |
| 1176 'features': {'dynamic_refresh': 1}, | |
| 1177 'example_value': ['http://www.example.com', '[*.]example.edu'], | |
| 1178 'id': 73, | |
| 1179 'caption': ''' TODO ''', | |
| 1180 'desc': ''' TODO ''', | |
| 1181 }, | |
| 1182 { | |
| 1183 'name': 'PluginsBlockedForUrls', | |
| 1184 'type': 'list', | |
| 1185 'supported_on': ['chrome_frame:11-'], | |
| 1186 'features': {'dynamic_refresh': 1}, | |
| 1187 'example_value': ['TODO:http://www.example.com', 'TODO:[*.]example.edu '], | |
| 1188 'id': 74, | |
| 1189 'caption': ''' TODO ''', | |
| 1190 'desc': ''' TODO ''', | |
| 1191 }, | |
| 1192 { | |
| 1193 'name': 'PluginsAskForUrls', | |
|
Bernhard Bauer
2011/02/23 13:18:53
We don't actually use the setting "Ask" for plug-i
markusheintz_
2011/02/23 18:42:09
Removed
| |
| 1194 'type': 'list', | |
| 1195 'supported_on': ['chrome_frame:11-'], | |
| 1196 'features': {'dynamic_refresh': 1}, | |
| 1197 'example_value': ['TODO:http://www.example.com', 'TODO:[*.]example.edu '], | |
| 1198 'id': 75, | |
| 1199 'caption': ''' TODO ''', | |
| 1200 'desc': ''' TODO ''', | |
| 1201 }, | |
| 1202 { | |
| 1203 'name': 'PopupsAllowedForUrls', | |
| 1204 'type': 'list', | |
| 1205 'supported_on': ['chrome_frame:11-'], | |
| 1206 'features': {'dynamic_refresh': 1}, | |
| 1207 'example_value': ['http://www.example.com', '[*.]example.edu'], | |
| 1208 'id': 76, | |
| 1209 'caption': ''' TODO ''', | |
| 1210 'desc': ''' TODO ''', | |
| 1211 }, | |
| 1212 { | |
| 1213 'name': 'PopupsBlockedForUrls', | |
| 1214 'type': 'list', | |
| 1215 'supported_on': ['chrome_frame:11-'], | |
| 1216 'features': {'dynamic_refresh': 1}, | |
| 1217 'example_value': ['http://www.example.com', '[*.]example.edu'], | |
| 1218 'id': 77, | |
| 1219 'caption': ''' TODO ''', | |
| 1220 'desc': ''' TODO ''', | |
| 1221 } | |
| 1102 ], | 1222 ], |
| 1103 }, | 1223 }, |
| 1104 { | 1224 { |
| 1105 'name': 'Disable3DAPIs', | 1225 'name': 'Disable3DAPIs', |
| 1106 'type': 'main', | 1226 'type': 'main', |
| 1107 'supported_on': ['chrome.*:9-'], | 1227 'supported_on': ['chrome.*:9-'], |
| 1108 'features': {'dynamic_refresh': 0}, | 1228 'features': {'dynamic_refresh': 0}, |
| 1109 'example_value': False, | 1229 'example_value': False, |
| 1110 'id': 55, | 1230 'id': 55, |
| 1111 'caption': '''Disable support for 3D graphics APIs''', | 1231 'caption': '''Disable support for 3D graphics APIs''', |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1336 { | 1456 { |
| 1337 'key': '$4', | 1457 'key': '$4', |
| 1338 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' | 1458 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' |
| 1339 }, | 1459 }, |
| 1340 { | 1460 { |
| 1341 'key': '$5', | 1461 'key': '$5', |
| 1342 'value': 'http://www.chromium.org/administrators/policy-templates' | 1462 'value': 'http://www.chromium.org/administrators/policy-templates' |
| 1343 }, | 1463 }, |
| 1344 ] | 1464 ] |
| 1345 } | 1465 } |
| OLD | NEW |