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 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1271 'caption': '''Enable Safe Browsing''', | 1271 'caption': '''Enable Safe Browsing''', |
| 1272 'tags': ['system-security'], | 1272 'tags': ['system-security'], |
| 1273 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Safe Browsing feature and prevents users from changing this setting. | 1273 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Safe Browsing feature and prevents users from changing this setting. |
| 1274 | 1274 |
| 1275 If you enable this setting, Safe Browsing is always active. | 1275 If you enable this setting, Safe Browsing is always active. |
| 1276 | 1276 |
| 1277 If you disable this setting, Safe Browsing is never active. | 1277 If you disable this setting, Safe Browsing is never active. |
| 1278 | 1278 |
| 1279 If you enable or disable this setting, users cannot change or override the "Enable phishing and malware protection" setting in <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph>. | 1279 If you enable or disable this setting, users cannot change or override the "Enable phishing and malware protection" setting in <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph>. |
| 1280 | 1280 |
| 1281 If this policy is left not set, this will be enabled but the user will be able to change it.''', | 1281 If this policy is left not set, this will be enabled but the user will be able to change it. |
| 1282 | |
| 1283 See https://developers.google.com/safe-browsing for more info on SafeBrow sing.''', | |
|
Lei Zhang
2017/06/19 23:36:41
Does the double spacing after the word "for" show
MAD
2017/06/20 14:58:21
Oups, I missed that.
Julian, do you know how this
| |
| 1282 }, | 1284 }, |
| 1283 { | 1285 { |
| 1284 'name': 'MetricsReportingEnabled', | 1286 'name': 'MetricsReportingEnabled', |
| 1285 'type': 'main', | 1287 'type': 'main', |
| 1286 'schema': { 'type': 'boolean' }, | 1288 'schema': { 'type': 'boolean' }, |
| 1287 'supported_on': ['chrome.*:8-'], | 1289 'supported_on': ['chrome.*:8-'], |
| 1288 'features': { | 1290 'features': { |
| 1289 'can_be_recommended': True, | 1291 'can_be_recommended': True, |
| 1290 'dynamic_refresh': False, | 1292 'dynamic_refresh': False, |
| 1291 'per_profile': False, | 1293 'per_profile': False, |
| (...skipping 4610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5902 'features': { | 5904 'features': { |
| 5903 'dynamic_refresh': True, | 5905 'dynamic_refresh': True, |
| 5904 'per_profile': True, | 5906 'per_profile': True, |
| 5905 }, | 5907 }, |
| 5906 'example_value': True, | 5908 'example_value': True, |
| 5907 'id': 150, | 5909 'id': 150, |
| 5908 'caption': '''Disable proceeding from the Safe Browsing warning page''', | 5910 'caption': '''Disable proceeding from the Safe Browsing warning page''', |
| 5909 'tags': [], | 5911 'tags': [], |
| 5910 'desc': '''The Safe Browsing service shows a warning page when users navig ate to sites that are flagged as potentially malicious. Enabling this setting pr events users from proceeding anyway from the warning page to the malicious site. | 5912 'desc': '''The Safe Browsing service shows a warning page when users navig ate to sites that are flagged as potentially malicious. Enabling this setting pr events users from proceeding anyway from the warning page to the malicious site. |
| 5911 | 5913 |
| 5912 If this setting is disabled or not configured then users can choose to pro ceed to the flagged site after being shown the warning.''', | 5914 If this setting is disabled or not configured then users can choose to pro ceed to the flagged site after being shown the warning. |
| 5915 | |
| 5916 See https://developers.google.com/safe-browsing for more info on SafeBrow sing.''', | |
| 5913 }, | 5917 }, |
| 5914 { | 5918 { |
| 5915 'name': 'SafeBrowsingExtendedReportingOptInAllowed', | 5919 'name': 'SafeBrowsingExtendedReportingOptInAllowed', |
| 5916 'type': 'main', | 5920 'type': 'main', |
| 5917 'schema': { 'type': 'boolean' }, | 5921 'schema': { 'type': 'boolean' }, |
| 5918 'supported_on': ['chrome.*:44-', 'chrome_os:44-'], | 5922 'supported_on': ['chrome.*:44-', 'chrome_os:44-'], |
| 5919 'features': { | 5923 'features': { |
| 5920 'dynamic_refresh': True, | 5924 'dynamic_refresh': True, |
| 5921 'per_profile': True, | 5925 'per_profile': True, |
| 5922 }, | 5926 }, |
| 5923 'example_value': True, | 5927 'example_value': True, |
| 5924 'id': 299, | 5928 'id': 299, |
| 5925 'caption': '''Allow users to opt in to Safe Browsing extended reporting''' , | 5929 'caption': '''Allow users to opt in to Safe Browsing extended reporting''' , |
| 5926 'tags': [], | 5930 'tags': [], |
| 5927 'desc': '''Setting this policy to false stops users from choosing to send some system information and page content to Google servers. If this setting is t rue or not configured, then users will be allowed to send some system informatio n and page content to Safe Browsing to help detect dangerous apps and sites.''', | 5931 'desc': '''Setting this policy to false stops users from choosing to send some system information and page content to Google servers. If this setting is t rue or not configured, then users will be allowed to send some system informatio n and page content to Safe Browsing to help detect dangerous apps and sites. |
| 5932 | |
| 5933 See https://developers.google.com/safe-browsing for more info on SafeBrow sing.''', | |
| 5928 }, | 5934 }, |
| 5929 { | 5935 { |
| 5930 'name': 'SpellCheckServiceEnabled', | 5936 'name': 'SpellCheckServiceEnabled', |
| 5931 'type': 'main', | 5937 'type': 'main', |
| 5932 'schema': { 'type': 'boolean' }, | 5938 'schema': { 'type': 'boolean' }, |
| 5933 'supported_on': ['chrome.*:22-', 'chrome_os:22-'], | 5939 'supported_on': ['chrome.*:22-', 'chrome_os:22-'], |
| 5934 'features': { | 5940 'features': { |
| 5935 'can_be_recommended': True, | 5941 'can_be_recommended': True, |
| 5936 'dynamic_refresh': True, | 5942 'dynamic_refresh': True, |
| 5937 'per_profile': True, | 5943 'per_profile': True, |
| (...skipping 3369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9307 'dynamic_refresh': False, | 9313 'dynamic_refresh': False, |
| 9308 'per_profile': False, | 9314 'per_profile': False, |
| 9309 }, | 9315 }, |
| 9310 'example_value': True, | 9316 'example_value': True, |
| 9311 'id': 342, | 9317 'id': 342, |
| 9312 'caption': '''Enables component updates in <ph name="PRODUCT_NAME">$1<ex>G oogle Chrome</ex></ph>''', | 9318 'caption': '''Enables component updates in <ph name="PRODUCT_NAME">$1<ex>G oogle Chrome</ex></ph>''', |
| 9313 'tags': [], | 9319 'tags': [], |
| 9314 'desc': '''Enables component updates for all components in <ph name="PRODU CT_NAME">$1<ex>Google Chrome</ex></ph> when not set or set to True. | 9320 'desc': '''Enables component updates for all components in <ph name="PRODU CT_NAME">$1<ex>Google Chrome</ex></ph> when not set or set to True. |
| 9315 | 9321 |
| 9316 If set to False, updates to components are disabled. However, some compone nts are exempt from this policy: updates to any component that does not contain executable code, or does not significantly alter the behavior of the browser, or is critical for its security will not be disabled. | 9322 If set to False, updates to components are disabled. However, some compone nts are exempt from this policy: updates to any component that does not contain executable code, or does not significantly alter the behavior of the browser, or is critical for its security will not be disabled. |
| 9317 Examples of such components include the certificate revocation lists and s afe browsing data. ''', | 9323 Examples of such components include the certificate revocation lists and s afe browsing data. |
| 9324 See https://developers.google.com/safe-browsing for more info on SafeBrow sing.''', | |
| 9318 }, | 9325 }, |
| 9319 { | 9326 { |
| 9320 'name': 'NativePrinters', | 9327 'name': 'NativePrinters', |
| 9321 'type': 'list', | 9328 'type': 'list', |
| 9322 'schema': { | 9329 'schema': { |
| 9323 'type': 'array', | 9330 'type': 'array', |
| 9324 'items': { | 9331 'items': { |
| 9325 'type': 'object', | 9332 'type': 'object', |
| 9326 'id': 'PrinterType', | 9333 'id': 'PrinterType', |
| 9327 'properties': { | 9334 'properties': { |
| (...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9752 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 9759 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 9753 'text': 'Default Settings (users can override)', | 9760 'text': 'Default Settings (users can override)', |
| 9754 }, | 9761 }, |
| 9755 'doc_complex_policies_on_windows': { | 9762 'doc_complex_policies_on_windows': { |
| 9756 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 9763 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
| 9757 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', | 9764 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', |
| 9758 }, | 9765 }, |
| 9759 }, | 9766 }, |
| 9760 'placeholders': [], | 9767 'placeholders': [], |
| 9761 } | 9768 } |
| OLD | NEW |