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 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2231 'supported_on': ['chrome.*:9-', 'chrome_os:11-'], | 2231 'supported_on': ['chrome.*:9-', 'chrome_os:11-'], |
2232 'features': { | 2232 'features': { |
2233 'dynamic_refresh': True, | 2233 'dynamic_refresh': True, |
2234 'per_profile': True, | 2234 'per_profile': True, |
2235 }, | 2235 }, |
2236 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.g
oogle.com/service/update2/crx'], | 2236 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.g
oogle.com/service/update2/crx'], |
2237 'id': 34, | 2237 'id': 34, |
2238 'caption': '''Configure the list of force-installed apps and extension
s''', | 2238 'caption': '''Configure the list of force-installed apps and extension
s''', |
2239 'tags': ['full-admin-access'], | 2239 'tags': ['full-admin-access'], |
2240 'desc': '''Specifies a list of apps and extensions that are installed
silently, | 2240 'desc': '''Specifies a list of apps and extensions that are installed
silently, |
2241 without user interaction, and which cannot be uninstalled by the | 2241 without user interaction, and which cannot be uninstalled nor |
2242 user. All permissions requested by the apps/extensions are granted | 2242 disabled by the user. All permissions requested by the |
2243 implicitly, without user interaction, including any additional | 2243 apps/extensions are granted implicitly, without user interaction, |
2244 permissions requested by future versions of the app/extension. | 2244 including any additional permissions requested by future versions of |
2245 Furthermore, permissions are granted for the | 2245 the app/extension. Furthermore, permissions are granted for the |
2246 enterprise.deviceAttributes and enterprise.platformKeys extension | 2246 enterprise.deviceAttributes and enterprise.platformKeys extension |
2247 APIs. (These two APIs are not available to apps/extensions that are | 2247 APIs. (These two APIs are not available to apps/extensions that are |
2248 not force-installed.) | 2248 not force-installed.) |
2249 | 2249 |
2250 This policy takes precedence over a potentially conflicting <ph name="
EXTENSION_INSTALL_BLACKLIST_POLICY_NAME">ExtensionInstallBlacklist</ph> policy.
If an app or extension that previously had been force-installed is removed from
this list, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Goog
le Chrome</ex></ph>. | 2250 This policy takes precedence over a potentially conflicting <ph name="
EXTENSION_INSTALL_BLACKLIST_POLICY_NAME">ExtensionInstallBlacklist</ph> policy.
If an app or extension that previously had been force-installed is removed from
this list, it is automatically uninstalled by <ph name="PRODUCT_NAME">$1<ex>Goog
le Chrome</ex></ph>. |
2251 | 2251 |
2252 For Windows instances that are not joined to an Active Directory | 2252 For Windows instances that are not joined to an Active Directory |
2253 domain, forced installation is limited to apps and extensions listed | 2253 domain, forced installation is limited to apps and extensions listed |
2254 in the Chrome Web Store. | 2254 in the Chrome Web Store. |
2255 | 2255 |
(...skipping 7368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9624 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9624 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
9625 'text': 'Default Settings (users can override)', | 9625 'text': 'Default Settings (users can override)', |
9626 }, | 9626 }, |
9627 'doc_complex_policies_on_windows': { | 9627 'doc_complex_policies_on_windows': { |
9628 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9628 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
9629 '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>'
'', | 9629 '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>'
'', |
9630 }, | 9630 }, |
9631 }, | 9631 }, |
9632 'placeholders': [], | 9632 'placeholders': [], |
9633 } | 9633 } |
OLD | NEW |