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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
87 # policy configuration files. 'dynamic_refresh' controls if the generated | 87 # policy configuration files. 'dynamic_refresh' controls if the generated |
88 # documentation should state that the policy supports dynamic refresh or not. | 88 # documentation should state that the policy supports dynamic refresh or not. |
89 # Supporting dynamic refresh means that Chrome respects the changes to the | 89 # Supporting dynamic refresh means that Chrome respects the changes to the |
90 # policy immediately, without the need for restart. | 90 # policy immediately, without the need for restart. |
91 # | 91 # |
92 # IDs: | 92 # IDs: |
93 # Since a Protocol Buffer definition is generated from this file, unique and | 93 # Since a Protocol Buffer definition is generated from this file, unique and |
94 # persistent IDs for all fields (but not for groups!) are needed. These are | 94 # persistent IDs for all fields (but not for groups!) are needed. These are |
95 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 95 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
96 # because doing so would break the deployed wire format! | 96 # because doing so would break the deployed wire format! |
97 # For your editing convenience: highest ID currently used: 95 | 97 # For your editing convenience: highest ID currently used: 97 |
98 # | 98 # |
99 # Placeholders: | 99 # Placeholders: |
100 # The following placeholder strings are automatically substituted: | 100 # The following placeholder strings are automatically substituted: |
101 # $1 -> Google Chrome / Chromium | 101 # $1 -> Google Chrome / Chromium |
102 # $2 -> Google Chrome OS / Chromium OS | 102 # $2 -> Google Chrome OS / Chromium OS |
103 # $3 -> Google Chrome Frame / Chromium Frame | 103 # $3 -> Google Chrome Frame / Chromium Frame |
104 # $6 is reserved for doc_writer | 104 # $6 is reserved for doc_writer |
105 # | 105 # |
106 # Device Policy: | 106 # Device Policy: |
107 # An additional flag device_only (optional, defaults to False) indicates | 107 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1244 }, | 1244 }, |
1245 ], | 1245 ], |
1246 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], | 1246 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], |
1247 'features': {'dynamic_refresh': 1}, | 1247 'features': {'dynamic_refresh': 1}, |
1248 'example_value': 0, | 1248 'example_value': 0, |
1249 'id': 54, | 1249 'id': 54, |
1250 'caption': '''Default geolocation setting''', | 1250 'caption': '''Default geolocation setting''', |
1251 '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.''', | 1251 '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.''', |
1252 }, | 1252 }, |
1253 { | 1253 { |
1254 'name': 'DefaultAutoSubmitCertificateSetting', | |
1255 'type': 'int-enum', | |
1256 'items': [ | |
1257 { | |
1258 'name': 'AllowAutoSubmitCertificate', | |
1259 'value': 1, | |
1260 'caption': '''TODO''' | |
1261 }, | |
1262 { | |
1263 'name': 'AllowAutoSubmitCertificate', | |
1264 'value': 2, | |
1265 'caption': '''TODO''' | |
1266 }, | |
wtc
2011/08/11 18:33:55
I am not familiar with the json format of this fil
markusheintz_
2011/08/15 19:09:04
Sorry I didn't complete this yet.
You are absolut
| |
1267 ], | |
1268 'supported_on': ['chrome.*:14-', 'chrome_os:0.11-'], | |
1269 'features': {'dynamic_refresh': 1}, | |
1270 'example_value': 0, | |
1271 'id': 96, | |
1272 'caption': '''TODO''', | |
1273 'desc': '''TODO''', | |
1274 }, | |
1275 { | |
1276 'name': 'AutoSubmitCertificateForUrls', | |
Mattias Nissler (ping if slow)
2011/08/09 15:37:25
How are you planning to extend that to matching al
markusheintz_
2011/08/15 19:09:04
I don't see another way than appending the string
| |
1277 'type': 'list', | |
1278 'supported_on': ['chrome.*:15-', 'chrome_os:0.11-'], | |
1279 'features': {'dynamic_refresh': 1}, | |
1280 'example_value': ['http://www.example.com', '[*.]example.edu'], | |
wtc
2011/08/11 18:33:55
Use https:// in this example_value. http:// does
markusheintz_
2011/08/15 19:09:04
Done.
| |
1281 'id': 97, | |
1282 'caption': '''TODO''', | |
1283 'desc': '''TODO''', | |
1284 }, | |
1285 { | |
1254 'name': 'CookiesAllowedForUrls', | 1286 'name': 'CookiesAllowedForUrls', |
1255 'type': 'list', | 1287 'type': 'list', |
1256 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 1288 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |
1257 'features': {'dynamic_refresh': 1}, | 1289 'features': {'dynamic_refresh': 1}, |
1258 'example_value': ['http://www.example.com', '[*.]example.edu'], | 1290 'example_value': ['http://www.example.com', '[*.]example.edu'], |
1259 'id': 77, | 1291 'id': 77, |
1260 'caption': '''Allow cookies on these sites''', | 1292 'caption': '''Allow cookies on these sites''', |
1261 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to set cookies.''', | 1293 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to set cookies.''', |
1262 }, | 1294 }, |
1263 { | 1295 { |
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1745 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', | 1777 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', |
1746 'text': '''Dynamic Policy Refresh''' | 1778 'text': '''Dynamic Policy Refresh''' |
1747 }, | 1779 }, |
1748 'doc_deprecated': { | 1780 'doc_deprecated': { |
1749 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', | 1781 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', |
1750 'text': 'deprecated', | 1782 'text': 'deprecated', |
1751 } | 1783 } |
1752 }, | 1784 }, |
1753 'placeholders': [], | 1785 'placeholders': [], |
1754 } | 1786 } |
OLD | NEW |