Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 948803004: Add warning to policy docs about disabling extensions using devtools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1811 Chrome Web Store. 1811 Chrome Web Store.
1812 1812
1813 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 . 1813 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 .
1814 1814
1815 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. 1815 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.
1816 1816
1817 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>. 1817 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>.
1818 1818
1819 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. 1819 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.
1820 1820
1821 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>.''', 1821 Note that the source code of any extension may be altered (potentially
1822 rendering the extension dysfunctional) by using Developer Tools. If
bartfab (slow) 2015/03/03 21:25:31 Nit: We use a single space after full stop in poli
Thiemo Nagel 2015/03/04 23:18:00 Done.
1823 this is a concern, the DeveloperToolsDisabled policy should be set.
1824
1825 If this policy is left not set the user can uninstall any extension in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
1822 'label': '''Extension IDs and update URLs to be silently installed''', 1826 'label': '''Extension IDs and update URLs to be silently installed''',
1823 }, 1827 },
1824 { 1828 {
1825 'name': 'ExtensionInstallSources', 1829 'name': 'ExtensionInstallSources',
1826 'type': 'list', 1830 'type': 'list',
1827 'schema': { 1831 'schema': {
1828 'type': 'array', 1832 'type': 'array',
1829 'items': { 'type': 'string' }, 1833 'items': { 'type': 'string' },
1830 'id': 'ExtensionInstallSources', 1834 'id': 'ExtensionInstallSources',
1831 }, 1835 },
(...skipping 5494 matching lines...) Expand 10 before | Expand all | Expand 10 after
7326 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 7330 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
7327 'text': 'Default Settings (users can override)', 7331 'text': 'Default Settings (users can override)',
7328 }, 7332 },
7329 'doc_complex_policies_on_windows': { 7333 'doc_complex_policies_on_windows': {
7330 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 7334 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
7331 '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>''' , 7335 '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>''' ,
7332 }, 7336 },
7333 }, 7337 },
7334 'placeholders': [], 7338 'placeholders': [],
7335 } 7339 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698