| 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 1822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1833 Chrome Web Store. | 1833 Chrome Web Store. |
| 1834 | 1834 |
| 1835 Each item of the list is a string that contains an extension ID and an
update URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). The extensio
n ID is the 32-letter string found e.g. on <ph name="CHROME_EXTENSIONS_LINK">chr
ome://extensions</ph> when in developer mode. The update URL should point to an
Update Manifest XML document as described at <ph name="LINK_TO_EXTENSION_DOC1">h
ttps://developer.chrome.com/extensions/autoupdate</ph>. Note that the update URL
set in this policy is only used for the initial installation; subsequent update
s of the extension will use the update URL indicated in the extension's manifest
. | 1835 Each item of the list is a string that contains an extension ID and an
update URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). The extensio
n ID is the 32-letter string found e.g. on <ph name="CHROME_EXTENSIONS_LINK">chr
ome://extensions</ph> when in developer mode. The update URL should point to an
Update Manifest XML document as described at <ph name="LINK_TO_EXTENSION_DOC1">h
ttps://developer.chrome.com/extensions/autoupdate</ph>. Note that the update URL
set in this policy is only used for the initial installation; subsequent update
s of the extension will use the update URL indicated in the extension's manifest
. |
| 1836 | 1836 |
| 1837 For each item, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> w
ill retrieve the extension specified by the extension ID from the update service
at the specified update URL and silently install it. | 1837 For each item, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> w
ill retrieve the extension specified by the extension ID from the update service
at the specified update URL and silently install it. |
| 1838 | 1838 |
| 1839 For example, <ph name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakce
ncbaoegdjlp;https://clients2.google.com/service/update2/crx</ph> installs the <p
h name="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Google SSL Web Search</ph> exte
nsion from the standard Chrome Web Store update URL. For more information about
hosting extensions, see: <ph name="LINK_TO_EXTENSION_DOC2">https://developer.chr
ome.com/extensions/hosting</ph>. | 1839 For example, <ph name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakce
ncbaoegdjlp;https://clients2.google.com/service/update2/crx</ph> installs the <p
h name="EXTENSION_POLICY_EXAMPLE_EXTENSION_NAME">Google SSL Web Search</ph> exte
nsion from the standard Chrome Web Store update URL. For more information about
hosting extensions, see: <ph name="LINK_TO_EXTENSION_DOC2">https://developer.chr
ome.com/extensions/hosting</ph>. |
| 1840 | 1840 |
| 1841 Users will be unable to uninstall extensions that are specified by thi
s policy. If you remove an extension from this list, then it will be automatical
ly uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensi
ons specified in this list are also automatically whitelisted for installation;
the ExtensionsInstallBlacklist does not affect them. | 1841 Users will be unable to uninstall extensions that are specified by thi
s policy. If you remove an extension from this list, then it will be automatical
ly uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensi
ons specified in this list are also automatically whitelisted for installation;
the ExtensionsInstallBlacklist does not affect them. |
| 1842 | 1842 |
| 1843 If this policy is left not set the user can uninstall any extension i
n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | 1843 Note that the source code of any extension may be altered (potentially |
| 1844 rendering the extension dysfunctional) by using Developer Tools. If |
| 1845 this is a concern, the DeveloperToolsDisabled policy should be set. |
| 1846 |
| 1847 If this policy is left not set the user can uninstall any extension in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
| 1844 'label': '''Extension IDs and update URLs to be silently installed''', | 1848 'label': '''Extension IDs and update URLs to be silently installed''', |
| 1845 }, | 1849 }, |
| 1846 { | 1850 { |
| 1847 'name': 'ExtensionInstallSources', | 1851 'name': 'ExtensionInstallSources', |
| 1848 'type': 'list', | 1852 'type': 'list', |
| 1849 'schema': { | 1853 'schema': { |
| 1850 'type': 'array', | 1854 'type': 'array', |
| 1851 'items': { 'type': 'string' }, | 1855 'items': { 'type': 'string' }, |
| 1852 'id': 'ExtensionInstallSources', | 1856 'id': 'ExtensionInstallSources', |
| 1853 }, | 1857 }, |
| (...skipping 5530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7384 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 7388 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 7385 'text': 'Default Settings (users can override)', | 7389 'text': 'Default Settings (users can override)', |
| 7386 }, | 7390 }, |
| 7387 'doc_complex_policies_on_windows': { | 7391 'doc_complex_policies_on_windows': { |
| 7388 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 7392 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 7389 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex
>http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'''
, | 7393 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex
>http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'''
, |
| 7390 }, | 7394 }, |
| 7391 }, | 7395 }, |
| 7392 'placeholders': [], | 7396 'placeholders': [], |
| 7393 } | 7397 } |
| OLD | NEW |