| 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 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1103 'caption': '''Ask whenever a site wants to track the users' physic
al location''' | 1103 'caption': '''Ask whenever a site wants to track the users' physic
al location''' |
| 1104 }, | 1104 }, |
| 1105 ], | 1105 ], |
| 1106 'supported_on': ['chrome.*:10-'], | 1106 'supported_on': ['chrome.*:10-'], |
| 1107 'features': {'dynamic_refresh': 1}, | 1107 'features': {'dynamic_refresh': 1}, |
| 1108 'example_value': 0, | 1108 'example_value': 0, |
| 1109 'id': 54, | 1109 'id': 54, |
| 1110 'caption': '''Default geolocation setting''', | 1110 'caption': '''Default geolocation setting''', |
| 1111 '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.''', | 1111 '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.''', |
| 1112 }, | 1112 }, |
| 1113 { |
| 1114 'name': 'CookiesAllowedForUrls', |
| 1115 'type': 'list', |
| 1116 'supported_on': ['chrome_frame:11-'], |
| 1117 'features': {'dynamic_refresh': 1}, |
| 1118 'example_value': ['http://www.example.com', '[*.]example.edu'], |
| 1119 'id': 77, |
| 1120 'caption': ''' TODO ''', |
| 1121 'desc': ''' TODO ''', |
| 1122 }, |
| 1123 { |
| 1124 'name': 'CookiesBlockedForUrls', |
| 1125 'type': 'list', |
| 1126 'supported_on': ['chrome_frame:11-'], |
| 1127 'features': {'dynamic_refresh': 1}, |
| 1128 'example_value': ['http://www.example.com', '[*.]example.edu'], |
| 1129 'id': 67, |
| 1130 'caption': ''' TODO ''', |
| 1131 'desc': ''' TODO ''', |
| 1132 }, |
| 1133 { |
| 1134 'name': 'CookiesSessionOnlyForUrls', |
| 1135 'type': 'list', |
| 1136 'supported_on': ['chrome_frame:11-'], |
| 1137 'features': {'dynamic_refresh': 1}, |
| 1138 'example_value': ['http://www.example.com', '[*.]example.edu'], |
| 1139 'id': 68, |
| 1140 'caption': ''' TODO ''', |
| 1141 'desc': ''' TODO ''', |
| 1142 }, |
| 1143 { |
| 1144 'name': 'ImagesAllowedForUrls', |
| 1145 'type': 'list', |
| 1146 'supported_on': ['chrome_frame:11-'], |
| 1147 'features': {'dynamic_refresh': 1}, |
| 1148 'example_value': ['http://www.example.com', '[*.]example.edu'], |
| 1149 'id': 69, |
| 1150 'caption': ''' TODO ''', |
| 1151 'desc': ''' TODO ''', |
| 1152 }, |
| 1153 { |
| 1154 'name': 'ImagesBlockedForUrls', |
| 1155 'type': 'list', |
| 1156 'supported_on': ['chrome_frame:11-'], |
| 1157 'features': {'dynamic_refresh': 1}, |
| 1158 'example_value': ['http://www.example.com', '[*.]example.edu'], |
| 1159 'id': 70, |
| 1160 'caption': ''' TODO ''', |
| 1161 'desc': ''' TODO ''', |
| 1162 }, |
| 1163 { |
| 1164 'name': 'JavaScriptAllowedForUrls', |
| 1165 'type': 'list', |
| 1166 'supported_on': ['chrome_frame:11-'], |
| 1167 'features': {'dynamic_refresh': 1}, |
| 1168 'example_value': ['http://www.example.com', '[*.]example.edu'], |
| 1169 'id': 71, |
| 1170 'caption': ''' TODO ''', |
| 1171 'desc': ''' TODO ''', |
| 1172 }, |
| 1173 { |
| 1174 'name': 'JavaScriptBlockedForUrls', |
| 1175 'type': 'list', |
| 1176 'supported_on': ['chrome_frame:11-'], |
| 1177 'features': {'dynamic_refresh': 1}, |
| 1178 'example_value': ['http://www.example.com', '[*.]example.edu'], |
| 1179 'id': 72, |
| 1180 'caption': ''' TODO ''', |
| 1181 'desc': ''' TODO ''', |
| 1182 }, |
| 1183 { |
| 1184 'name': 'PluginsAllowedForUrls', |
| 1185 'type': 'list', |
| 1186 'supported_on': ['chrome_frame:11-'], |
| 1187 'features': {'dynamic_refresh': 1}, |
| 1188 'example_value': ['http://www.example.com', '[*.]example.edu'], |
| 1189 'id': 73, |
| 1190 'caption': ''' TODO ''', |
| 1191 'desc': ''' TODO ''', |
| 1192 }, |
| 1193 { |
| 1194 'name': 'PluginsBlockedForUrls', |
| 1195 'type': 'list', |
| 1196 'supported_on': ['chrome_frame:11-'], |
| 1197 'features': {'dynamic_refresh': 1}, |
| 1198 'example_value': ['TODO:http://www.example.com', 'TODO:[*.]example.edu
'], |
| 1199 'id': 74, |
| 1200 'caption': ''' TODO ''', |
| 1201 'desc': ''' TODO ''', |
| 1202 }, |
| 1203 { |
| 1204 'name': 'PopupsAllowedForUrls', |
| 1205 'type': 'list', |
| 1206 'supported_on': ['chrome_frame:11-'], |
| 1207 'features': {'dynamic_refresh': 1}, |
| 1208 'example_value': ['http://www.example.com', '[*.]example.edu'], |
| 1209 'id': 75, |
| 1210 'caption': ''' TODO ''', |
| 1211 'desc': ''' TODO ''', |
| 1212 }, |
| 1213 { |
| 1214 'name': 'PopupsBlockedForUrls', |
| 1215 'type': 'list', |
| 1216 'supported_on': ['chrome_frame:11-'], |
| 1217 'features': {'dynamic_refresh': 1}, |
| 1218 'example_value': ['http://www.example.com', '[*.]example.edu'], |
| 1219 'id': 76, |
| 1220 'caption': ''' TODO ''', |
| 1221 'desc': ''' TODO ''', |
| 1222 } |
| 1113 ], | 1223 ], |
| 1114 }, | 1224 }, |
| 1115 { | 1225 { |
| 1116 'name': 'Disable3DAPIs', | 1226 'name': 'Disable3DAPIs', |
| 1117 'type': 'main', | 1227 'type': 'main', |
| 1118 'supported_on': ['chrome.*:9-'], | 1228 'supported_on': ['chrome.*:9-'], |
| 1119 'features': {'dynamic_refresh': 0}, | 1229 'features': {'dynamic_refresh': 0}, |
| 1120 'example_value': False, | 1230 'example_value': False, |
| 1121 'id': 55, | 1231 'id': 55, |
| 1122 'caption': '''Disable support for 3D graphics APIs''', | 1232 'caption': '''Disable support for 3D graphics APIs''', |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1347 { | 1457 { |
| 1348 'key': '$4', | 1458 'key': '$4', |
| 1349 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' | 1459 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' |
| 1350 }, | 1460 }, |
| 1351 { | 1461 { |
| 1352 'key': '$5', | 1462 'key': '$5', |
| 1353 'value': 'http://www.chromium.org/administrators/policy-templates' | 1463 'value': 'http://www.chromium.org/administrators/policy-templates' |
| 1354 }, | 1464 }, |
| 1355 ] | 1465 ] |
| 1356 } | 1466 } |
| OLD | NEW |