{ # policy_templates.json - Metafile for policy templates # # The content of this file is evaluated as a Python expression. # # This file is used as input to generate the following policy templates: # ADM, ADMX+ADML, MCX/plist and html documentation. # # Policy templates are user interface definitions or documents about the # policies that can be used to configure Chrome. Each policy is a name-value # pair where the value has a given type. Chrome looks up the values using the # names of the policies. In the user interface where the values can be set, # related policies might appear together in policy groups. The grouping is not # visible to Chrome. # # This file contains a list of policies and groups. Each group contains a list # of policies under the key 'policies'. All the policies and groups must have # unique names. Group names are not exposed to Chrome at all. # # Each policy has a type. The currently implemented types: # 'group': - not a real policy, contains a list of policies # NOTE: Currently nesting groups inside other groups is not supported. # 'string' - a string value # 'int' - an integer value # 'int-enum' - the user can select an integer value from a collection of # items # 'string-enum' - the user can select a string value from a collection of # items # 'main' - a boolean value # 'list' - a list of string values # 'dict' - a dictionary value, containing other values indexed by strings # NOTE: This type is not supported yet. http://crbug.com/108992 # # Policy group descriptions, policy captions and similar texts are localized # strings taken from the nodes of the .grd file. Their name # attributes are generated from the JSON keys. # Each item (policy or group) may have the following messages: # - description: # Describes the item it applies to. # - caption # A short, one-line summary of the item it applies to. This can appear # both in policy or group listings or on title bars of policy-setting # windows. # - label (Optional, defaults to caption if not specified.) # A short, one-line summary of the item it applies to. The difference # from caption is that label always appears next to the entry field # where the value of the policy can be entered. 'main' policies on # Windows ignore this. Policies on Mac are using this instead of caption. # # Generated grd names: # Each name has two parts: the second part is either CAPTION, DESC or LABEL, # and the first part identifies the item the text applies to: # -For policies and groups: # IDS_POLICY_ # e.g. the name of the caption of policy HomepageLocation: # IDS_POLICY_HOMEPAGELOCATION_CAPTION # or other messages of the policy HomepageLocation: # IDS_POLICY_HOMEPAGELOCATION_LABEL # IDS_POLICY_HOMEPAGELOCATION_DESC # -For enum items: # IDS_POLICY_ENUM_ # e.g. the name of the caption of ProxyServerDisabled: # IDS_POLICY_ENUM_PROXYSERVERDISABLED_CAPTION # # Products and versions: # Each policy has the list of products and version numbers where it is # supported under the key 'supported_on'. Each item of this list has the # form of 'product:since_version-until_version', which means that support # for the policy in 'product' was introduced in 'since_version' and removed # after 'until_version'. Product names may contain a suffix specifying a # platform name, e.g.: 'chrome.win' is read as 'Chrome on Windows'. Version # numbers can be any string that does not contain ':' or '-' characters. # # Currently supported product names: # 'chrome_frame', 'chrome_os' # 'chrome.win', 'chrome.linux', 'chrome.mac', 'chrome.*' # For example if 'chrome.*:5-10' is specified for a policy, then it should # be read as: # 'chrome.linux:5-10', 'chrome.mac:5-10', 'chrome.win:5-10' # # The product name also affects in which templates the policy is included: # chrome.*, chrome.win, chrome_frame -> ADM, ADMX, ADML, doc # chrome.*, chrome.linux -> JSON, doc # chrome.*, chrome.mac -> plist, plist_strings, doc # everything else -> doc # # The default list of policies supported by Chrome is also generated based # on the product names: # chrome.* -> Chrome policy definition list # chrome_os -> Chrome policy definition list, when building OS_CHROMEOS # # Annotations: # Additional information is specified under keys 'features' and # 'example_value'. These are used in the generated documentation and example # policy configuration files. 'dynamic_refresh' controls if the generated # documentation should state that the policy supports dynamic refresh or not. # Supporting dynamic refresh means that Chrome respects the changes to the # policy immediately, without the need for restart. # 'can_be_recommended' can be set to True to include that policy in the # recommended policies templates. This only affects the template generation; # all policies can be at the recommended level. The default is False. # # The 'future' key is used to indicate that a policy isn't yet ready for # usage. It defaults to False, and currently affects the generated policy # templates and documentation. The policy definition list that Chrome sees # will include policies marked with 'future'. If a WIP policy isn't meant to # be seen by the policy providers either, the 'supported_on' key should be set # to an empty list. # # IDs: # Since a Protocol Buffer definition is generated from this file, unique and # persistent IDs for all fields (but not for groups!) are needed. These are # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, # because doing so would break the deployed wire format! # For your editing convenience: highest ID currently used: 117 # # Placeholders: # The following placeholder strings are automatically substituted: # $1 -> Google Chrome / Chromium # $2 -> Google Chrome OS / Chromium OS # $3 -> Google Chrome Frame / Chromium Frame # $6 is reserved for doc_writer # # Device Policy: # An additional flag device_only (optional, defaults to False) indicates # that this policy is only supported as a device-level Cloud Policy. # In that case no entry in the UserPolicy Protobuf is generated and # it is assumed that it will be added to the DevicePolicy Protobuf manually. # 'policy_definitions': [ { 'name': 'Homepage', 'type': 'group', 'caption': '''Home page''', 'desc': '''Configure the default home page in $1Google Chrome and prevents users from changing it. The user's home page settings are only completely locked down, if you either select the home page to be the new tab page, or set it to be a URL and specify a home page URL. If you don't specify the home page URL, then the user is still able to set the home page to the new tab page by specifying 'chrome://newtab'.''', 'policies': [ { 'name': 'HomepageLocation', 'type': 'string', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': 'http://chromium.org', 'id': 1, 'caption': '''Configure the home page URL''', 'desc': '''Configures the default home page URL in $1Google Chrome and prevents users from changing it. The home page type can either be set to a URL you specify here or set to the New Tab Page. If you select the New Tab Page, then this policy is ignored. If you enable this setting, users cannot change their home page URL in $1Google Chrome, but they can still can choose the New Tab Page as their home page. Leaving this policy not set will allow the user to choose his home page on his own if HomepageIsNewTabPage is not set too.''', 'label': '''Home page URL''', }, { 'name': 'HomepageIsNewTabPage', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 2, 'caption': '''Use New Tab Page as homepage''', 'desc': '''Configures the type of the default home page in $1Google Chrome and prevents users from changing home page preferences. The home page can either be set to a URL you specify or set to the New Tab Page. If you enable this setting, the New Tab Page is always used for the home page, and the home page URL location is ignored. If you disable this setting, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'. If you enable or disable this setting, users cannot change their homepage type in $1Google Chrome. Leaving this policy not set will allow the user to choose whether the new tab page is his home page on his own.''', }, ], }, { 'name': 'DefaultBrowserSettingEnabled', 'type': 'main', 'supported_on': ['chrome.*:11-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 3, 'caption': '''Set Chrome as Default Browser''', 'desc': '''Configures the default browser checks in $1Google Chrome and prevents users from changing them. If you enable this setting, $1Google Chrome will always check on startup whether it is the default browser and automatically register itself if possible. If this setting is disabled, $1Google Chrome will never check if it is the default browser and will disable user controls for setting this option. If this setting is not set, $1Google Chrome will allow the user to control whether it is the default browser and whether user notifications should be shown when it isn't.''', 'label': '''Set Chrome as Default Browser''', }, { 'name': 'ApplicationLocaleValue', 'type': 'string', 'supported_on': ['chrome.win:8-'], 'features': { 'dynamic_refresh': False, 'can_be_recommended': True, }, 'example_value': 'en', 'id': 4, 'caption': '''Application locale''', 'desc': '''Configures the application locale in $1Google Chrome and prevents users from changing the locale. If you enable this setting, $1Google Chrome uses the specified locale. If the configured locale is not supported, 'en-US' is used instead. If this setting is disabled or not set, $1Google Chrome uses either the user-specified preferred locale (if configured), the system locale or the fallback locale 'en-US'.''', 'label': '''Application locale''', }, { 'name': 'AlternateErrorPagesEnabled', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 5, 'caption': '''Enable alternate error pages''', 'desc': '''Enables the use of alternate error pages that are built into $1Google Chrome (such as 'page not found') and prevents users from changing this setting. If you enable this setting, alternate error pages are used. If you disable this setting, alternate error pages are never used. If you enable or disable this setting, users cannot change or override this setting in $1Google Chrome. If this policy is left not set, this will be enabled but the user will be able to change it.''', }, { 'name': 'SearchSuggestEnabled', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 6, 'caption': '''Enable search suggestions''', 'desc': '''Enables search suggestions in $1Google Chrome's Omnibox and prevents users from changing this setting. If you enable this setting, search suggestions are used. If you disable this setting, search suggestions are never used. If you enable or disable this setting, users cannot change or override this setting in $1Google Chrome. If this policy is left not set, this will be enabled but the user will be able to change it.''', }, { 'name': 'DnsPrefetchingEnabled', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 7, 'caption': '''Enable network prediction.''', 'desc': '''Enables network prediction in $1Google Chrome and prevents users from changing this setting. If you enable or disable this setting, users cannot change or override this setting in $1Google Chrome. If this policy is left not set, this will be enabled but the user will be able to change it.''', }, { 'name': 'DisableSpdy', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 8, 'caption': '''Disable SPDY protocol''', 'desc': '''Disables use of the SPDY protocol in $1Google Chrome. If this policy is enabled the SPDY protocol will not be available in $1Google Chrome. Setting this policy to disabled will allow the usage of SPDY. If this policy is left not set, SPDY will be available.''', }, { 'name': 'DisabledSchemes', 'type': 'list', 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], 'features': {'dynamic_refresh': True}, 'example_value': ['file', 'mailto'], 'id': 85, 'caption': '''Disable URL protocol schemes''', 'desc': '''Disables the listed protocol schemes in $1Google Chrome. URLs using a scheme from this list will not load and can not be navigated to. If this policy is left not set or the list is empty all schemes will be accessible in $1Google Chrome.''', 'label': '''List of disabled protocol schemes''', }, { 'name': 'JavascriptEnabled', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'deprecated': True, 'example_value': True, 'id': 9, 'caption': '''Enable JavaScript''', 'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting instead. Enables JavaScript in $1Google Chrome and prevents users from changing this setting. If this setting is enabled or not configured, web pages can use JavaScript. If this setting is disabled, web pages cannot use JavaScript. If this policy is left not set the default value will be used which is enabled and the user will be able to change it. If this policy is left not set, this will be enabled but the user will be able to change it.''', }, { 'name': 'IncognitoEnabled', 'type': 'main', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'deprecated': True, 'example_value': False, 'id': 10, 'caption': '''Enable Incognito mode''', 'desc': '''This policy is deprecated. Please, use IncognitoModeAvailability instead. Enables Incognito mode in $1Google Chrome. If this setting is enabled or not configured, users can open web pages in incognito mode. If this setting is disabled, users cannot open web pages in incognito mode. If this policy is left not set, this will be enabled and the user will be able to use incognito mode.''', }, { 'name': 'IncognitoModeAvailability', 'type': 'int-enum', 'items': [ { 'name': 'Enabled', 'value': 0, 'caption': '''Incognito mode available.''' }, { 'name': 'Disabled', 'value': 1, 'caption': '''Incognito mode disabled.''' }, { 'name': 'Forced', 'value': 2, 'caption': '''Incognito mode forced.''' }, ], 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], 'features': {'dynamic_refresh': True}, 'example_value': 1, 'id': 93, 'caption': '''Incognito mode availability.''', 'desc': '''Specifies whether the user may open pages in Incognito mode in $1Google Chrome. If 'Enabled' is selected or the policy is left unset, pages may be opened in Incognito mode. If 'Disabled' is selected, pages may not be opened in Incognito mode. If 'Forced' is selected, pages may be opened ONLY in Incognito mode.''', }, { 'name': 'SavingBrowserHistoryDisabled', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 11, 'caption': '''Disable saving browser history''', 'desc': '''Disables saving browser history in $1Google Chrome and prevents users from changing this setting. If this setting is enabled, browsing history is not saved. If this setting is disabled or not set, browsing history is saved.''', }, { 'name': 'RemoteAccess', 'type': 'group', 'caption': '''Configure remote access options''', 'desc': '''Configure remote access options in $1Google Chrome. These features are ignored unless the Remote Access web application is installed.''', 'policies': [ { 'name': 'RemoteAccessClientFirewallTraversal', 'type': 'main', 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], 'features': {'dynamic_refresh': True}, # Mark this 'removed' when http://crbug.com/100216 is resolved. 'deprecated': True, 'example_value': False, 'id': 94, 'caption': '''Enable firewall traversal from remote access client''', 'desc': '''This policy is no longer supported. Enables usage of STUN and relay servers when connecting to a remote client. If this setting is enabled, then this machine can discover and connect to remote host machines even if they are separated by a firewall. If this setting is disabled and outgoing UDP connections are filtered by the firewall, then this machine can only connect to host machines within the local network.''', }, { 'name': 'RemoteAccessHostFirewallTraversal', 'type': 'main', 'supported_on': ['chrome.*:14-', 'chrome_os:0.14-'], 'features': {'dynamic_refresh': True}, 'example_value': False, 'id': 95, 'caption': '''Enable firewall traversal from remote access host''', 'desc': '''Enables usage of STUN and relay servers when remote clients are trying to establish a connection to this machine. If this setting is enabled, then remote clients can discover and connect to this machines even if they are separated by a firewall. If this setting is disabled and outgoing UDP connections are filtered by the firewall, then this machine will only allow connections from client machines within the local network. If this policy is left not set the setting will be enabled.''', }, ], }, { 'name': 'PrintingEnabled', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 12, 'caption': '''Enable printing''', 'desc': '''Enables printing in $1Google Chrome and prevents users from changing this setting. If this setting is enabled or not configured, users can print. If this setting is disabled, users cannot print from $1Google Chrome. Printing is disabled in the wrench menu, extensions, JavaScript applications, etc. It is still possible to print from plugins that bypass $1Google Chrome while printing. For example certain Flash applications has the print option in their context menu, and that will not be disabled. If this policy is left not set, this will be enabled but the user will be able to change it.''', }, { 'name': 'CloudPrintProxyEnabled', 'type': 'main', 'supported_on': ['chrome.*:17-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 13, 'caption': '''Enable Google Cloud Print proxy''', 'desc': '''Enables $1Google Chrome to act as a proxy between Google Cloud Print and legacy printers connected to the machine. If this setting is enabled or not configured, users can enable the cloud print proxy by authentication with their Google account. If this setting is disabled, users cannot enable the proxy, and the machine will not be allowed to share it's printers with Google Cloud Print. If this policy is left not set, this will be enabled but the user will be able to change it.''', }, { 'name': 'SafeBrowsingEnabled', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': False, 'can_be_recommended': True, }, 'example_value': True, 'id': 14, 'caption': '''Enable Safe Browsing''', 'desc': '''Enables $1Google Chrome's Safe Browsing feature and prevents users from changing this setting. If you enable this setting, Safe Browsing is always active. If you disable this setting, Safe Browsing is never active. If you enable or disable this setting, users cannot change or override this setting in $1Google Chrome. If this policy is left not set, this will be enabled but the user will be able to change it.''', }, { 'name': 'MetricsReportingEnabled', 'type': 'main', 'supported_on': ['chrome.*:8-'], 'features': { 'dynamic_refresh': False, 'can_be_recommended': True, }, 'example_value': True, 'id': 15, 'caption': '''Enable reporting of usage and crash-related data''', 'desc': '''Enables anonymous reporting of usage and crash-related data about $1Google Chrome to Google and prevents users from changing this setting. If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google. If you disable this setting, anonymous reporting of usage and crash-related data is never sent to Google. If you enable or disable this setting, users cannot change or override this setting in $1Google Chrome. If this policy is left not set the setting will be what the user chose upon installation / first run.''', }, { 'name': 'PasswordManager', 'type': 'group', 'caption': '''Password manager''', 'desc': '''Configures the password manager. If the password manager is enabled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''', 'policies': [ { 'name': 'PasswordManagerEnabled', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 16, 'caption': '''Enable the password manager''', 'desc': '''Enables saving passwords and using saved passwords in $1Google Chrome. If you enable this setting, users can have $1Google Chrome memorize passwords and provide them automatically the next time they log in to a site. If you disable this setting, users are not able to save passwords or use already saved passwords. If you enable or disable this setting, users cannot change or override this setting in $1Google Chrome. If this policy is left not set, this will be enabled but the user will be able to change it.''', }, { 'name': 'PasswordManagerAllowShowPasswords', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': False, 'id': 17, 'caption': '''Allow users to show passwords in Password Manager''', 'desc': '''Controls whether the user may show passwords in clear text in the password manager. If you disable this setting, the password manager does not allow showing stored passwords in clear text in the password manager window. If you enable or do not set this policy, users can view their passwords in clear text in the password manager.''', }, ], }, { 'name': 'AutoFillEnabled', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': False, 'id': 18, 'caption': '''Enable AutoFill''', 'desc': '''Enables $1Google Chrome's AutoFill feature and allows users to auto complete web forms using previously stored information such as address or credit card information. If you disable this setting, AutoFill will be inaccessible to users. If you enable this setting or do not set a value, AutoFill will remain under the control of the user. This will allow them to configure AutoFill profiles and to switch AutoFill on or off at their own discretion.''', }, { 'name': 'DisabledPlugins', 'type': 'list', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], 'id': 19, 'caption': '''Specify a list of disabled plugins''', 'desc': '''Specifies a list of plugins that are disabled in $1Google Chrome and prevents users from changing this setting. The wildcard characters '*' and '?' can be used to match sequences of arbitrary characters. '*' matches an arbitrary number of characters while '?' specifies an optional single character, i.e. matches zero or one characters. The escape character is '\\', so to match actual '*', '?', or '\\' characters, you can put a '\\' in front of them. If you enable this setting, the specified list of plugins is never used in $1Google Chrome. The plugins are marked as disabled in 'about:plugins' and users cannot enable them. Note that this policy can be overriden by EnabledPlugins and DisabledPluginsExceptions. If this policy is left not set the user can use any plugin installed on the system except for hard-coded incompatible, outdated or dangerous plugins.''', 'label': '''List of disabled plugins''', }, { 'name': 'EnabledPlugins', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], 'id': 78, 'caption': '''Specify a list of enabled plugins''', 'desc': '''Specifies a list of plugins that are enabled in $1Google Chrome and prevents users from changing this setting. The wildcard characters '*' and '?' can be used to match sequences of arbitrary characters. '*' matches an arbitrary number of characters while '?' specifies an optional single character, i.e. matches zero or one characters. The escape character is '\\', so to match actual '*', '?', or '\\' characters, you can put a '\\' in front of them. The specified list of plugins is always used in $1Google Chrome if they are installed. The plugins are marked as enabled in 'about:plugins' and users cannot disable them. Note that this policy overrides both DisabledPlugins and DisabledPluginsExceptions. If this policy is left not set the user can disable any plugin installed on the system.''', 'label': '''List of enabled plugins''', }, { 'name': 'DisabledPluginsExceptions', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], 'id': 79, 'caption': '''Specify a list of plugins that the user can enable or disable''', 'desc': '''Specifies a list of plugins that user can enable or disable in $1Google Chrome. The wildcard characters '*' and '?' can be used to match sequences of arbitrary characters. '*' matches an arbitrary number of characters while '?' specifies an optional single character, i.e. matches zero or one characters. The escape character is '\\', so to match actual '*', '?', or '\\' characters, you can put a '\\' in front of them. If you enable this setting, the specified list of plugins can be used in $1Google Chrome. Users can enable or disable them in 'about:plugins', even if the plugin also matches a pattern in DisabledPlugins. Users can also enable and disable plugins that don't match any patterns in DisabledPlugins, DisabledPluginsExceptions and EnabledPlugins. This policy is meant to allow for strict plugin balcklisting where the 'DisabledPlugins' list contains wildcarded entries like disable all plugins '*' or disable all Java plugins '*Java*' but the administrator wishes to enable some particular version like 'IcedTea Java 2.3'. This particular versions can be specified in this policy. If this policy is left not set any plugin that matches the patterns in the 'DisabledPlugins' will be locked disabled and the user won't be able to enable them.''', 'label': '''List of exceptions to the list of disabled plugins''', }, { 'name': 'DisablePluginFinder', 'type': 'main', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 66, 'caption': '''Specify whether the plugin finder should be disabled''', 'desc': '''If you set this setting to enabled the automatic search and installation of missing plugins will be disabled in $1Google Chrome. Setting this option to disabled or leave it not set the plugin finder will be active.''', 'label': '''Disable plugin finder''', }, { 'name': 'SyncDisabled', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 20, 'caption': '''Disable synchronization of data with Google''', 'desc': '''Disables data synchronization in $1Google Chrome using Google-hosted synchronization services and prevents users from changing this setting. If you enable this setting, users cannot change or override this setting in $1Google Chrome. If this policy is left not set Google Sync will be available for the user to choose whether to use it or not.''', }, { 'name': 'UserDataDir', 'type': 'string', 'supported_on': ['chrome.win:11-', 'chrome.mac:11-'], 'features': {'dynamic_refresh': False}, 'example_value': '${users}/${user_name}/Chrome', 'id': 63, 'caption': '''Set user data directory''', 'desc': '''Configures the directory that $1Google Chrome will use for storing user data. If you set this policy, $1Google Chrome will use the provided directory regardless whether the user has specified the '--user-data-dir' flag or not. If this policy is left not set the default profile path will be used and the user will be able to override it with the '--user-data-dir' command line flag.''', 'label': '''Set user data directory''', }, { 'name': 'DiskCacheDir', 'type': 'string', 'supported_on': ['chrome.*:13-'], 'features': {'dynamic_refresh': False}, 'example_value': '${user_home}/Chrome_cache', 'id': 88, 'caption': '''Set disk cache directory''', 'desc': '''Configures the directory that $1Google Chrome will use for storing cached files on the disk. If you set this policy, $1Google Chrome will use the provided directory regardless whether the user has specified the '--disk-cache-dir' flag or not. If this policy is left not set the default cache directory will be used and the user will be able to override it with the '--disk-cache-dir' command line flag.''', 'label': '''Set disk cache directory''', }, { 'name': 'DiskCacheSize', 'type': 'int', 'supported_on': ['chrome.*:17-'], 'features': {'dynamic_refresh': False}, 'example_value': 100, 'id': 110, 'caption': '''Set disk cache size in megabytes''', 'desc': '''Configures the cache size that $1Google Chrome will use for storing cached files on the disk. If you set this policy, $1Google Chrome will use the provided cache size regardless whether the user has specified the '--disk-cache-size' flag or not. If the value of this policy is 0, the default cache size will be used but the user will not be able to change it. If this policy is not set the default size will be used and the user will be able to override it with the --disk-cache-size flag.''', 'label': '''Set disk cache size''', }, { 'name': 'MediaCacheSize', 'type': 'int', 'supported_on': ['chrome.*:17-'], 'features': {'dynamic_refresh': False}, 'example_value': 250, 'id': 111, 'caption': '''Set media disk cache size''', 'desc': '''Configures the chache size that $1Google Chrome will use for storing cached media files on the disk. If you set this policy, $1Google Chrome will use the provided cache size regardless whether the user has specified the '--media-cache-size' flag or not. If the value of this policy is 0, the default cache size will be used but the user will not be able to change it. If this policy is not set the default size will be used and the user will be able to override it with the --media-cache-size flag.''', 'label': '''Set media disk cache size''', }, { 'name': 'DownloadDirectory', 'type': 'string', 'supported_on': ['chrome.*:11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': '/home/${user_name}/Downloads', 'id': 64, 'caption': '''Set download directory''', 'desc': '''Configures the directory that $1Google Chrome will use for downloading files. If you set this policy, $1Google Chrome will use the provided directory regardless whether the user has specified one or enabled the flag to be prompted for download location every time. If this policy is left not set the default download directory will be used and the user will be able to change it.''', 'label': '''Set download directory''', }, { 'name': 'ClearSiteDataOnExit', 'type': 'main', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 65, 'caption': '''Clear site data on browser shutdown''', 'desc': '''This policy is an override for the "Clear cookies and other site data when I close my browser" content settings option. When set to enabled $1Google Chrome will delete all locally stored data from the browser when it is shut down. If set to disabled site data will not be cleared on exit. If this policy is left not set $1Google Chrome will use the default which is to preserve site data on shut down and the user will be able to change this.''', 'label': '''Clear site data on browser shutdown''', }, { 'name': 'Proxy', 'type': 'group', 'caption': '''Proxy server''', 'desc': '''Allows you to specify the proxy server used by $1Google Chrome and prevents users from changing proxy settings. If you choose to never use a proxy server and always connect directly, all other options are ignored. If you choose to auto detect the proxy server, all other options are ignored. For detailed examples, visit: http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-setthttp://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett If you enable this setting, $1Google Chrome ignores all proxy-related options specified from the command line. Leaving these policies not set will allow the users to choose the proxy settings on their own.''', 'policies': [ { 'name': 'ProxyMode', 'type': 'string-enum', 'items': [ { 'name': 'ProxyDisabled', 'value': 'direct', 'caption': '''Never use a proxy''' }, { 'name': 'ProxyAutoDetect', 'value': 'auto_detect', 'caption': '''Auto detect proxy settings''' }, { 'name': 'ProxyPacScript', 'value': 'pac_script', 'caption': '''Use a .pac proxy script''' }, { 'name': 'ProxyFixedServers', 'value': 'fixed_servers', 'caption': '''Use fixed proxy servers''' }, { 'name': 'ProxyUseSystem', 'value': 'system', 'caption': '''Use system proxy settings''' }, ], 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 'direct', 'id': 21, 'caption': '''Choose how to specify proxy server settings''', 'desc': '''Allows you to specify the proxy server used by $1Google Chrome and prevents users from changing proxy settings. If you choose to never use a proxy server and always connect directly, all other options are ignored. If you choose to use system proxy settings or auto detect the proxy server, all other options are ignored. If you choose fixed server proxy mode, you can specify further options in 'Address or URL of proxy server' and 'Comma-separated list of proxy bypass rules'. If you choose to use a .pac proxy script, you must specify the URL to the script in 'URL to a proxy .pac file'. For detailed examples, visit: http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-setthttp://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett If you enable this setting, $1Google Chrome ignores all proxy-related options specified from the command line. Leaving this policy not set will allow the users to choose the proxy settings on their own.''', }, { 'name': 'ProxyServerMode', 'type': 'int-enum', 'items': [ { 'name': 'ProxyServerDisabled', 'value': 0, 'caption': '''Never use a proxy''' }, { 'name': 'ProxyServerAutoDetect', 'value': 1, 'caption': '''Auto detect proxy settings''' }, { 'name': 'ProxyServerManual', 'value': 2, 'caption': '''Manually specify proxy settings''' }, { 'name': 'ProxyServerUseSystem', 'value': 3, 'caption': '''Use system proxy settings''' }, ], 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'deprecated': True, 'example_value': 2, 'id': 22, 'caption': '''Choose how to specify proxy server settings''', 'desc': '''This policy is deprecated, use ProxyMode instead. Allows you to specify the proxy server used by $1Google Chrome and prevents users from changing proxy settings. If you choose to never use a proxy server and always connect directly, all other options are ignored. If you choose to use system proxy settings or auto detect the proxy server, all other options are ignored. If you choose manual proxy settings, you can specify further options in 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separated list of proxy bypass rules'. For detailed examples, visit: http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-setthttp://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett If you enable this setting, $1Google Chrome ignores all proxy-related options specified from the command line. Leaving this policy not set will allow the users to choose the proxy settings on their own.''', }, { 'name': 'ProxyServer', 'type': 'string', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': '123.123.123.123:8080', 'id': 23, 'caption': '''Address or URL of proxy server''', 'desc': '''You can specify the URL of the proxy server here. This policy only takes effect if you have selected manual proxy settings at 'Choose how to specify proxy server settings'. You should leave this policy not set if you have selected any other mode for setting proxy policies. For more options and detailed examples, visit: http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-setthttp://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett''', }, { 'name': 'ProxyPacUrl', 'type': 'string', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 'http://internal.site/example.pac', 'id': 24, 'caption': '''URL to a proxy .pac file''', 'desc': '''You can specify a URL to a proxy .pac file here. This policy only takes effect if you have selected manual proxy settings at 'Choose how to specify proxy server settings'. You should leave this policy not set if you have selected any other mode for setting proxy policies. For detailed examples, visit: http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-setthttp://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett''', }, { 'name': 'ProxyBypassList', 'type': 'string', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 'http://www.example1.com,http://www.example2.com,http://internalsite/', 'id': 25, 'caption': '''Proxy bypass rules''', 'desc': '''$1Google Chrome will bypass any proxy for the list of hosts given here. This policy only takes effect if you have selected manual proxy settings at 'Choose how to specify proxy server settings'. You should leave this policy not set if you have selected any other mode for setting proxy policies. For more detailed examples, visit: http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-setthttp://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett''', 'label': '''Comma-separated list of proxy bypass rules''', }, ], }, { # TODO(joaodasilva): Make this the default and deprecate the other proxy # policies once all providers are ready to load 'dict' policies. # This is currently an internal policy. # http://crbug.com/108992, http://crbug.com/108996 'name': 'ProxySettings', 'type': 'dict', 'supported_on': ['chrome.*:18-', 'chrome_os:0.18-'], 'future': True, 'features': {'dynamic_refresh': True}, 'example_value': { "ProxyMode": "direct" }, 'id': 116, 'caption': '''Proxy settings''', 'desc': '''Configures the proxy settings for $1Google Chrome. This policy isn't ready for usage yet, please don't use it.''', }, { 'name': 'HTTPAuthentication', 'type': 'group', 'caption': '''Policies for HTTP Authentication''', 'desc': '''Policies related to integrated HTTP authentication.''', 'policies': [ { 'name': 'AuthSchemes', 'type': 'string', 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': False}, 'example_value': 'basic,digest,ntlm,negotiate', 'id': 26, 'caption': '''Supported authentication schemes''', 'desc': '''Specifies which HTTP Authentication schemes are supported by $1Google Chrome. Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separate multiple values with commas. If this policy is left not set, all four schemes will be used.''', }, { 'name': 'DisableAuthNegotiateCnameLookup', 'type': 'main', 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': False}, 'example_value': False, 'id': 27, 'caption': '''Disable CNAME lookup when negotiating Kerberos authentication''', 'desc': '''Specifies whether the generated Kerberos SPN is based on the canonical DNS name or the original name entered. If you enable this setting, CNAME lookup will be skipped and the server name will be used as entered. If you disable this setting or leave it not set, the canonical name of the server will be determined via CNAME lookup.''', }, { 'name': 'EnableAuthNegotiatePort', 'type': 'main', 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': False}, 'example_value': False, 'id': 28, 'caption': '''Include non-standard port in Kerberos SPN''', 'desc': '''Specifies whether the generated Kerberos SPN should include a non-standard port. If you enable this setting, and a non-standard port (i.e., a port other than 80 or 443) is entered, it will be included in the generated Kerberos SPN. If you disable this setting or leave it not set, the generated Kerberos SPN will not include a port in any case.''', }, { 'name': 'AuthServerWhitelist', 'type': 'string', 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': False}, 'example_value': '*example.com,foobar.com,*baz', 'id': 29, 'caption': '''Authentication server whitelist''', 'desc': '''Specifies which servers should be whitelisted for integrated authentication. Integrated authentication is only enabled when $1Google Chrome receives an authentication challenge from a proxy or from a server which is in this permitted list. Separate multiple server names with commas. Wildcards (*) are allowed. If you leave this policy not set any server will be accepted for integrated authentication.''', }, { 'name': 'AuthNegotiateDelegateWhitelist', 'type': 'string', 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': False}, 'example_value': 'foobar.example.com', 'id': 30, 'caption': '''Kerberos delegation server whitelist''', 'desc': '''Servers that $1Google Chrome may delegate to. Separate multiple server names with commas. Wildcards (*) are allowed. If you leave this policy not set any server will be accepted for integrated authentication.''', }, { 'name': 'GSSAPILibraryName', 'type': 'string', 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], 'features': {'dynamic_refresh': False}, 'example_value': 'libgssapi_krb5.so.2', 'id': 31, 'caption': '''GSSAPI library name''', 'desc': '''Specifies which GSSAPI library to use for HTTP Authentication. You can set either just a library name, or a full path. If no setting is provided, $1Google Chrome will fall back to using a default library name.''', }, { 'name': 'AllowCrossOriginAuthPrompt', 'type': 'main', 'supported_on': ['chrome.*:13-'], 'features': {'dynamic_refresh': True}, 'example_value': False, 'id': 89, 'caption': '''Cross-origin HTTP Basic Auth prompts''', 'desc': '''Controls whether third-party sub-content on a page is allowed to pop-up an HTTP Basic Auth dialog box. Typically this is disabled as a phishing defense. If this policy is not set, this is disabled and third-party sub-content will not be allowed to pop up a HTTP Basic Auth dialog box.''', }, ], }, { 'name': 'Extensions', 'type': 'group', 'caption': '''Extensions''', 'desc': '''Configures extension-related policies. The user is not allowed to install blacklisted extensions unless they are whitelisted. You can also force $1Google Chrome to automatically install extensions by specifying them in ExtensionInstallForcelist. The blacklist takes precedence over the list of forced extensions.''', 'policies': [ { 'name': 'ExtensionInstallBlacklist', 'type': 'list', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['extension_id1', 'extension_id2'], 'id': 32, 'caption': '''Configure extension installation blacklist''', 'desc': '''Allows you to specify which extensions the users can NOT install. Extensions already installed will be removed if blacklisted. A blacklist value of '*' means all extensions are blacklisted unless they are explicitly listed in the whitelist. If this policy is left not set the user can install any extension in $1Google Chrome.''', 'label': '''Extension IDs the user should be prevented from installing (or * for all)''', }, { 'name': 'ExtensionInstallWhitelist', 'type': 'list', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['extension_id1', 'extension_id2'], 'id': 33, 'caption': '''Configure extension installation whitelist''', 'desc': '''Allows you to specify which extensions are not subject to the blacklist. A blacklist value of * means all extensions are blacklisted and users can only install extensions listed in the whitelist. By default, all extensions are whitelisted, but if all extensions have been blacklisted by policy, the whitelist can be used to override that policy.''', 'label': '''Extension IDs to exempt from the blacklist''', }, { 'name': 'ExtensionInstallForcelist', 'type': 'list', 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.google.com/service/update2/crx'], 'id': 34, 'caption': '''Configure the list of force-installed extensions''', 'desc': '''Allows you to specify a list of extensions that will be installed silently, without user interaction. Each item of the list is a string, that contains an extension ID and an update URL delimited by a semicolon (;). For example: lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.google.com/service/update2/crx. For each item, $1Google Chrome will retrieve the extension specified by the ID from the specified URL and silently install it. The following pages explain how you can host extensions on your own server. About update URLs: http://code.google.com/chrome/extensions/autoupdate.html , about hosting extensions in general: http://code.google.com/chrome/extensions/hosting.html. Users will be unable to uninstall extensions that are specified by this policy. If you remove an extension from this list, then it will be automatically uninstalled by $1Google Chrome. Extensions that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, cannot be force-installed by this policy. If this policy is left not set the user can uninstall any extension in $1Google Chrome.''', 'label': '''Extension IDs and update URLs to be silently installed''', }, ], }, { 'name': 'ShowHomeButton', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 35, 'caption': '''Show Home button on toolbar''', 'desc': '''Shows the Home button on $1Google Chrome's toolbar. If you enable this setting, the Home button is always shown. If you disable this setting, the Home button is never shown. If you enable or disable this setting, users cannot change or override this setting in $1Google Chrome. Leaving this policy not set will allow the user to choose whether to show the home button.''', }, { 'name': 'DeveloperToolsDisabled', 'type': 'main', 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': False, 'id': 36, 'caption': '''Disable Developer Tools''', 'desc': '''Disables the Developer Tools and the JavaScript console. If you enable this setting, the Developer Tools can not be accessed and web-site elements can not be inspected anymore. Any keyboard shortcuts and any menu or context menu entries to open the Developer Tools or the JavaScript Console will be disabled. Setting this option to disabled or leaving it not set will allow the use to use the Developer Tools and the JavaScript console.''', }, { 'name': 'RestoreOnStartupGroup', 'type': 'group', 'caption': '''Startup pages''', 'desc': '''Allows you to configure the pages that are loaded on startup. The contents of the list 'URLs to open at startup' are ignored unless you select 'Open a list of URLs' in 'Action on startup'.''', 'policies': [ { 'name': 'RestoreOnStartup', 'type': 'int-enum', 'items': [ { 'name': 'RestoreOnStartupIsNone', 'value': 0, 'caption': '''Open home page''' }, { 'name': 'RestoreOnStartupIsLastSession', 'value': 1, 'caption': '''Reopen the URLs that were open last''' }, { 'name': 'RestoreOnStartupIsURLs', 'value': 4, 'caption': '''Open a list of URLs''' }, ], 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': 4, 'id': 37, 'caption': '''Action on startup''', 'desc': '''Allows you to specify the behavior on startup. If you choose 'Open home page' the home page will always be opened when you start $1Google Chrome. If you choose 'Reopen the URLs that were open last', the URLs that were open last time $1Google Chrome was closed will be reopened. If you choose 'Open a list of URLs', the list of 'URLs to open on startup' will be opened when a user starts $1Google Chrome. If you enable this setting, users cannot change or override it in $1Google Chrome. Disabling this setting is equvalent to leaving it not configured. The user will still be able to change it in $1Google Chrome.''', }, { # TODO(joaodasilva): Flag this policy with 'can_be_recommended' # after fixing http://crbug.com/106684 'name': 'RestoreOnStartupURLs', 'type': 'list', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://example.com', 'http://chromium.org'], 'id': 38, 'caption': '''URLs to open on startup''', 'desc': '''If 'Open a list of URLs' is selected as the startup action, this allows you to specify the list of URLs that are opened. If left not set no URL will be opened on start up. This policy only works if the 'RestoreOnStartup' policy is set to 'RestoreOnStartupIsURLs'.''', }, ], }, { 'name': 'BlockThirdPartyCookies', 'type': 'main', 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': False, 'id': 39, 'caption': '''Block third party cookies''', 'desc': '''Blocks third party cookies. Enabling this setting prevents cookies from being set by web page elements that are not from the domain that is in the browser's address bar. Disabling this setting allows cookies to be set by web page elements that are not from the domain that is in the browser's address bar and prevents users from changing this setting. If this policy is left not set, third party cookies will be enabled but the user will be able to change that.''', }, { # TODO(joaodasilva): Flag these policies with 'can_be_recommended' # after fixing http://crbug.com/106683 'name': 'DefaultSearchProvider', 'type': 'group', 'caption': '''Default search provider''', 'desc': '''Configures the default search provider. You can specify the default search provider that the user will use or choose to disable default search.''', 'policies': [ { 'name': 'DefaultSearchProviderEnabled', 'type': 'main', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 40, 'caption': '''Enable the default search provider''', 'desc': '''Enables the use of a default search provider. If you enable this setting, a default search is performed when the user types text in the omnibox that is not a URL. You can specify the default search provider to be used by setting the rest of the default search policies. If these are left empty, the user can choose the default provider. If you disable this setting, no search is performed when the user enters non-URL text in the omnibox. If you enable or disable this setting, users cannot change or override this setting in $1Google Chrome. If this policy is left not set, the default search provider is enabled, and the user will be able to set the search provider list.''', }, { 'name': 'DefaultSearchProviderName', 'type': 'string', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 'My Intranet Search', 'id': 41, 'caption': '''Default search provider name''', 'desc': '''Specifies the name of the default search provider. If left empty or not set, the host name specified by the search URL will be used. This policy is only considered if the 'DefaultSearchProviderEnabled' policy is enabled.''', }, { 'name': 'DefaultSearchProviderKeyword', 'type': 'string', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 'mis', 'id': 42, 'caption': '''Default search provider keyword''', 'desc': '''Specifies the keyword, which is the shortcut used in the omnibox to trigger the search for this provider. This policy is optional. If not set, no keyword will activate the search provider. This policy is only considered if the 'DefaultSearchProviderEnabled' policy is enabled.''', }, { 'name': 'DefaultSearchProviderSearchURL', 'type': 'string', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 'http://search.my.company/search?q={searchTerms}', 'id': 43, 'caption': '''Default search provider search URL''', 'desc': '''Specifies the URL of the search engine used when doing a default search. The URL should contain the string '{searchTerms}', which will be replaced at query time by the terms the user is searching for. This option must be set when the 'DefaultSearchProviderEnabled' policy is enabled and will only be respected if this is the case.''', }, { 'name': 'DefaultSearchProviderSuggestURL', 'type': 'string', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 'http://search.my.company/suggest?q={searchTerms}', 'id': 44, 'caption': '''Default search provider suggest URL''', 'desc': '''Specifies the URL of the search engine used to provide search suggestions. The URL should contain the string '{searchTerms}', which will be replaced at query time by the text the user has entered so far. This policy is optional. If not set, no suggest URL will be used. This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''', }, { 'name': 'DefaultSearchProviderInstantURL', 'type': 'string', 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 'http://search.my.company/suggest?q={searchTerms}', 'id': 45, 'caption': '''Default search provider instant URL''', 'desc': '''Specifies the URL of the search engine used to provide instant results. The URL should contain the string '{searchTerms}', which will be replaced at query time by the text the user has entered so far. This policy is optional. If not set, no instant search results will be provided. This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''', }, { 'name': 'DefaultSearchProviderIconURL', 'type': 'string', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 'http://search.my.company/favicon.ico', 'id': 46, 'caption': '''Default search provider icon''', 'desc': '''Specifies the favorite icon URL of the default search provider. This policy is optional. If not set, no icon will be present for the search provider. This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''', }, { 'name': 'DefaultSearchProviderEncodings', 'type': 'list', 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'], 'id': 47, 'caption': '''Default search provider encodings''', 'desc': '''Specifies the character encodings supported by the search provider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They are tried in the order provided. This policy is optional. If not set, the default will be used which is UTF-8. This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.''', }, ], }, { # TODO(joaodasilva): Flag these policies with 'can_be_recommended' # after fixing http://crbug.com/106682 'name': 'ContentSettings', 'type': 'group', 'caption': '''Content Settings''', 'desc': '''Content Settings allow you to specify how contents of a specific type (for example Cookies, Images or JavaScript) is handled.''', 'policies': [ { 'name': 'DefaultCookiesSetting', 'type': 'int-enum', 'items': [ { 'name': 'AllowCookies', 'value': 1, 'caption': '''Allow all sites to set local data.''' }, { 'name': 'BlockCookies', 'value': 2, 'caption': '''Do not allow any site to set local data''' }, ], 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 1, 'id': 48, 'caption': '''Default cookies setting''', 'desc': '''Allows you to set whether websites are allowed to set local data. Setting local data can be either allowed for all websites or denied for all websites. If this policy is left not set, 'AllowCookies' will be used and the user will be able to change it.''', }, { 'name': 'DefaultImagesSetting', 'type': 'int-enum', 'items': [ { 'name': 'AllowImages', 'value': 1, 'caption': '''Allow all sites to show all images''' }, { 'name': 'BlockImages', 'value': 2, 'caption': '''Do not allow any site to show images''' }, ], 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 1, 'id': 49, 'caption': '''Default images setting''', 'desc': '''Allows you to set whether websites are allowed to display images. Displaying images can be either allowed for all websites or denied for all websites. If this policy is left not set, 'AllowImages' will be used and the user will be able to change it.''', }, { 'name': 'DefaultJavaScriptSetting', 'type': 'int-enum', 'items': [ { 'name': 'AllowJavaScript', 'value': 1, 'caption': '''Allow all sites to run JavaScript''' }, { 'name': 'BlockJavaScript', 'value': 2, 'caption': '''Do not allow any site to run JavaScript''' }, ], 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 1, 'id': 50, 'caption': '''Default JavaScript setting''', 'desc': '''Allows you to set whether websites are allowed to run JavaScript. Running JavaScript can be either allowed for all websites or denied for all websites. If this policy is left not set, 'AllowJavaScript' will be used and the user will be able to change it.''', }, { 'name': 'DefaultPluginsSetting', 'type': 'int-enum', 'items': [ { 'name': 'AllowPlugins', 'value': 1, 'caption': '''Allow all sites to automatically run plugins''' }, { 'name': 'BlockPlugins', 'value': 2, 'caption': '''Block all plugins''' }, ], 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 1, 'id': 51, 'caption': '''Default plugins setting''', 'desc': '''Allows you to set whether websites are allowed to automatically run plugins. Automatically running plugins can be either allowed for all websites or denied for all websites. If this policy is left not set, 'AllowPlugins' will be used and the user will be able to change it.''', }, { 'name': 'DefaultPopupsSetting', 'type': 'int-enum', 'items': [ { 'name': 'AllowPopups', 'value': 1, 'caption': '''Allow all sites to show pop-ups''' }, { 'name': 'BlockPopups', 'value': 2, 'caption': '''Do not allow any site to show popups''' }, ], 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 1, 'id': 52, 'caption': '''Default popups setting''', 'desc': '''Allows you to set whether websites are allowed to show pop-ups. Showing popups can be either allowed for all websites or denied for all websites. If this policy is left not set, 'BlockPopups' will be used and the user will be able to change it.''', }, { 'name': 'DefaultNotificationsSetting', 'type': 'int-enum', 'items': [ { 'name': 'AllowNotifications', 'value': 1, 'caption': '''Allow sites to show desktop notifications''' }, { 'name': 'BlockNotifications', 'value': 2, 'caption': '''Do not allow any site to show desktop notifications''' }, { 'name': 'AskNotifications', 'value': 3, 'caption': '''Ask every time a site wants to show desktop notifications''' }, ], 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 2, 'id': 53, 'caption': '''Default notification setting''', 'desc': '''Allows you to set whether websites are allowed to display desktop notifications. Displaying desktop notifications can be allowed by default, denied by default or the user can be asked every time a website wants to show desktop notifications. If this policy is left not set, 'AskNotifications' will be used and the user will be able to change it.''', }, { 'name': 'DefaultGeolocationSetting', 'type': 'int-enum', 'items': [ { 'name': 'AllowGeolocation', 'value': 1, 'caption': '''Allow sites to track the users' physical location''' }, { 'name': 'BlockGeolocation', 'value': 2, 'caption': '''Do not allow any site to track the users' physical location''' }, { 'name': 'AskGeolocation', 'value': 3, 'caption': '''Ask whenever a site wants to track the users' physical location''' }, ], 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 0, 'id': 54, 'caption': '''Default geolocation setting''', '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 every time a website requests the physical location. If this policy is left not set, 'AskGeolocation' will be used and the user will be able to change it.''', }, { 'name': 'AutoSelectCertificateForUrls', 'type': 'list', 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], 'features': {'dynamic_refresh': True}, 'example_value': ["{\\\"pattern\\\":\\\"https://www.example.com\\\",\\\"filter\\\":{\\\"ISSUER\\\":{\\\"CN\\\":\\\"certificate issuer name\\\"}}}"], 'id': 102, 'caption': '''Automatically select client certificates for these sites''', 'desc': '''Allows you to specify a list of url patterns that specify sites for which $1Google Chrome should automatically select a client certificates, if the site requests a certificate. If this policy is left not set no auto-selection will be done for any site.''', }, { 'name': 'CookiesAllowedForUrls', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 77, 'caption': '''Allow cookies on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to set cookies. If this policy is left not set the global default value will be used for all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'CookiesBlockedForUrls', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 67, 'caption': '''Block cookies on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to set cookies. If this policy is left not set the global default value will be used for all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'CookiesSessionOnlyForUrls', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 68, 'caption': '''Allow session only cookies on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to set session only cookies. If this policy is left not set the global default value will be used for all sites either from the 'DefaultCookiesSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'ImagesAllowedForUrls', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 69, 'caption': '''Allow images on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to display images. If this policy is left not set the global default value will be used for all sites either from the 'DefaultImagesSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'ImagesBlockedForUrls', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 70, 'caption': '''Block images on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to display images. If this policy is left not set the global default value will be used for all sites either from the 'DefaultImagesSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'JavaScriptAllowedForUrls', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 71, 'caption': '''Allow JavaScript on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to run JavaScript. If this policy is left not set the global default value will be used for all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'JavaScriptBlockedForUrls', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 72, 'caption': '''Block JavaScript on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to run JavaScript. If this policy is left not set the global default value will be used for all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'PluginsAllowedForUrls', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 73, 'caption': '''Allow plugins on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to run plugins. If this policy is left not set the global default value will be used for all sites either from the 'DefaultPluginsSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'PluginsBlockedForUrls', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 74, 'caption': '''Block plugins on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to run plugins. If this policy is left not set the global default value will be used for all sites either from the 'DefaultPluginsSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'PopupsAllowedForUrls', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 75, 'caption': '''Allow popups on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to open popups. If this policy is left not set the global default value will be used for all sites either from the 'DefaultPopupsSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'PopupsBlockedForUrls', 'type': 'list', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 76, 'caption': '''Block popups on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to open popups. If this policy is left not set the global default value will be used for all sites either from the 'DefaultPopupsSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'NotificationsAllowedForUrls', 'type': 'list', 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 105, 'caption': '''Allow notifications on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to display notifications. If this policy is left not set the global default value will be used for all sites either from the 'DefaultNotificationsSetting' policy if it is set, or the user's personal configuration otherwise.''', }, { 'name': 'NotificationsBlockedForUrls', 'type': 'list', 'supported_on': ['chrome.*:16-', 'chrome_os:0.16-'], 'features': {'dynamic_refresh': True}, 'example_value': ['http://www.example.com', '[*.]example.edu'], 'id': 106, 'caption': '''Block notifications on these sites''', 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to display notifications. If this policy is left not set the global default value will be used for all sites either from the 'DefaultNotificationsSetting' policy if it is set, or the user's personal configuration otherwise.''', } ], }, { 'name': 'Disable3DAPIs', 'type': 'main', 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], 'features': {'dynamic_refresh': False}, 'example_value': False, 'id': 55, 'caption': '''Disable support for 3D graphics APIs''', 'desc': '''Disable support for 3D graphics APIs. Enabling this setting prevents web pages from accessing the graphics processing unit (GPU). Specifically, web pages can not access the WebGL API and plugins can not use the Pepper 3D API. Disabling this setting or leaving it not set potentially allows web pages to use the WebGL API and plugins to use the Pepper 3D API. The default settings of the browser may still require command line arguments to be passed in order to use these APIs.''', }, { 'name': 'PolicyRefreshRate', 'type': 'int', 'supported_on': ['chrome_os:0.11-'], 'features': {'dynamic_refresh': True}, 'example_value': 3600000, 'id': 56, 'caption': '''Refresh rate for user policy''', 'desc': '''Specifies the period in milliseconds at which the device management service is queried for user policy information. Setting this policy overrides the default value of 3 hours. Valid values for this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). Any values not in this range will be clamped to the respective boundary. Leaving this policy not set will make $3Google Chrome Frame use the default value of 3 hours.''', }, { 'name': 'ChromeFrameRendererSettings', 'type': 'group', 'caption': '''Default HTML renderer for $3Google Chrome Frame''', 'desc': '''Allows you to configure the default HTML renderer when $3Google Chrome Frame is installed. The default setting is to allow the host browser do the rendering, but you can optionally override this and have $3 Google Chrome Frame render HTML pages by default.''', 'policies': [ { 'name': 'ChromeFrameRendererSettings', 'type': 'int-enum', 'items': [ { 'name': 'RenderInHost', 'value': 0, 'caption': '''Use the host browser by default''' }, { 'name': 'RenderInChromeFrame', 'value': 1, 'caption': '''Use $3Google Chrome Frame by default''' }, ], 'supported_on': ['chrome_frame:8-'], 'features': {'dynamic_refresh': False}, 'example_value': 1, 'id': 57, 'caption': '''Default HTML renderer for $3Google Chrome Frame''', 'desc': '''Allows you to configure the default HTML renderer when $3Google Chrome Frame is installed. The default setting used when this policy is left not set is to allow the host browser do the rendering, but you can optionally override this and have $3Google Chrome Frame render HTML pages by default.''', }, { 'name': 'RenderInChromeFrameList', 'type': 'list', 'supported_on': ['chrome_frame:8-'], 'features': {'dynamic_refresh': False}, 'example_value': ['http://www.example.com', 'http://www.example.edu'], 'id': 58, 'caption': '''Always render the following URL patterns in $3Google Chrome Frame''', 'desc': '''Customize the list of URL patterns that should always be rendered by $3Google Chrome Frame. If this policy is not set the default renderer will be used for all sites as specified by the 'ChromeFrameRendererSettings' policy. For example patterns see http://www.chromium.org/developers/how-tos/chrome-frame-getting-started.''', }, { 'name': 'RenderInHostList', 'type': 'list', 'supported_on': ['chrome_frame:8-'], 'features': {'dynamic_refresh': False}, 'example_value': ['http://www.example.com', 'http://www.example.edu'], 'id': 59, 'caption': '''Always render the following URL patterns in the host browser''', 'desc': '''Customize the list of URL patterns that should always be rendered by the host browser. If this policy is not set the default renderer will be used for all sites as specified by the 'ChromeFrameRendererSettings' policy. For example patterns see http://www.chromium.org/developers/how-tos/chrome-frame-getting-started.''', }, ], }, { 'name': 'ChromeFrameContentTypes', 'type': 'group', 'caption': '''Allow $3Google Chrome Frame to handle the following content types.''', 'desc': '''Allow $3Google Chrome Frame to handle the following content types.''', 'policies': [ { 'name': 'ChromeFrameContentTypes', 'type': 'list', 'supported_on': ['chrome_frame:8-'], 'features': {'dynamic_refresh': False}, 'example_value': ['text/xml', 'application/xml'], 'id': 60, 'caption': '''Allow $3Google Chrome Frame to handle the listed content types.''', 'desc': '''Allow $3Google Chrome Frame to handle the listed content types. If this policy is not set the default renderer will be used for all sites as specified by the 'ChromeFrameRendererSettings' policy.''', }, ], }, { 'name': 'ChromeOsLockOnIdleSuspend', 'type': 'main', 'supported_on': ['chrome_os:0.9-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 61, 'caption': '''Enable lock when ChromeOS devices become idle or suspended.''', 'desc': '''Enable lock when ChromeOS devices become idle or suspended. If you enable this setting, users will be asked for a password to unlock ChromeOS devices from sleep. If you disable this setting, users will not be asked for a password to wake ChromeOS devices from sleep. If you enable or disable this setting, users cannot change or override this setting in $2Google Chrome OS. If the policy is left not set the user can choose whether he wants to be asked for password to unlock the device or not.''', }, { 'name': 'InstantEnabled', 'type': 'main', 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 62, 'caption': '''Enable Instant''', 'desc': '''Enables $1Google Chrome's Instant feature and prevents users from changing this setting. If you enable this setting, $1Google Chrome Instant is enabled. If you disable this setting, $1Google Chrome Instant is disabled. If you enable or disable this setting, users cannot change or override this setting. If this setting is left not set the user can decide to use this function or not.''', }, { 'name': 'TranslateEnabled', 'type': 'main', 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 80, 'caption': '''Enable Translate''', 'desc': '''Enables the integrated Google Translate service on $1Google Chrome. If you enable this setting, $1Google Chrome will show an integrated toolbar offering to translate the page for the user, when appropriate. If you disable this setting, users will never see the translation bar. If you enable or disable this setting, users cannot change or override this setting in $1Google Chrome. If this setting is left not set the user can decide to use this function or not.''', }, { 'name': 'AllowOutdatedPlugins', 'type': 'main', 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 81, 'caption': '''Allow running plugins that are outdated''', 'desc': '''Allows $1Google Chrome to run plugins that are outdated. If you enable this setting, outdated plugins are used as normal plugins. If you disable this setting, outdated plugins will not be used and users will not be asked for permission to run them. If this setting is not set, users will be asked for permission to run outdated plugins.''', }, { 'name': 'AlwaysAuthorizePlugins', 'type': 'main', 'supported_on': ['chrome.*:13-', 'chrome_os:0.13-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 86, 'caption': '''Always runs plugins that require authorization''', 'desc': '''Allows $1Google Chrome to run plugins that require authorization. If you enable this setting, plugins that are not outdated always run. If this setting is disabled or not set, users will be asked for permission to run plugins that require authorization. These are plugins that can compromise security.''', }, { 'name': 'BookmarkBarEnabled', 'type': 'main', 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 82, 'caption': '''Enable Bookmark Bar''', 'desc': '''Enables the bookmark bar on $1Google Chrome. If you enable this setting, $1Google Chrome will show a bookmark bar. If you disable this setting, users will never see the bookmark bar. If you enable or disable this setting, users cannot change or override it in $1Google Chrome. If this setting is left not set the user can decide to use this function or not.''', }, { 'name': 'EditBookmarksEnabled', 'type': 'main', 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], 'features': {'dynamic_refresh': True}, 'example_value': False, 'id': 83, 'caption': '''Enables or disables bookmark editing''', 'desc': '''Enables or disables editing bookmarks in $1Google Chrome. If you enable this setting, bookmarks can be added, removed or modified. This is the default also when this policy is not set. If you disable this setting, bookmarks can not be added, removed or modified. Existing bookmarks are still available.''', }, { 'name': 'AllowFileSelectionDialogs', 'type': 'main', 'supported_on': ['chrome.*:12-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 84, 'caption': '''Allow invocation of file selection dialogs.''', 'desc': '''Allows access to local files on the machine by allowing $1Google Chrome to display file selection dialogs. If you enable this setting, users can open file selection dialogs as normal. If you disable this setting, whenever the user performs an action which would provoke a file selection dialog (like importing bookmarks, uploading files, saving links, etc.) a message is displayed instead and the user is assumed to have clicked Cancel on the file selection dialog. If this setting is not set, users can open file selection dialogs as normal.''', }, { 'name': 'GCFUserDataDir', 'type': 'string', 'supported_on': ['chrome_frame:12-'], 'features': {'dynamic_refresh': False}, 'example_value': '${user_home}/Chrome Frame', 'id': 87, 'caption': '''Set $3Google Chrome Frame user data directory''', 'desc': '''Configures the directory that $3Google Chrome Frame will use for storing user data. If you set this policy, $3Google Chrome Frame will use the provided directory. If this setting is left not set the default profile directory will be used.''', 'label': '''Set user data directory''', }, { 'name': 'DevicePolicyRefreshRate', 'type': 'int', 'supported_on': ['chrome_os:0.11-'], 'device_only': True, 'features': {'dynamic_refresh': True}, 'example_value': 3600000, 'id': 90, 'caption': '''Refresh rate for Device Policy''', 'desc': '''Specifies the period in milliseconds at which the device management service is queried for device policy information. Setting this policy overrides the default value of 3 hours. Valid values for this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). Any values not in this range will be clamped to the respective boundary. Leaving this policy not set will make $3Google Chrome Frame use the default value of 3 hours.''', }, { 'name': 'ChromeOsReleaseChannel', 'type': 'string-enum', 'items': [ { 'name': 'StableChannel', 'value': 'stable-channel', 'caption': '''Stable channel''' }, { 'name': 'BetaChannel', 'value': 'beta-channel', 'caption': '''Beta channel''' }, { 'name': 'DevChannel', 'value': 'dev-channel', 'caption': '''Dev channel (may be unstable)''' } ], 'supported_on': ['chrome_os:0.11-'], 'device_only': True, 'features': {'dynamic_refresh': True}, 'example_value': 'stable-channel', 'id': 91, 'caption': '''Release channel''', 'desc': '''Specifies the release channel that this device should be locked to.''' }, { 'name': 'ImportBookmarks', 'type': 'main', 'supported_on': ['chrome.*:15-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 97, 'caption': '''Import bookmarks from default browser on first run''', 'desc': '''This policy forces bookmarks to be imported from the current default browser if enabled. If enabled, this policy also affects the import dialog. If disabled, no bookmarks are imported. If it is not set, the user may be asked whether to import, or importing may happen automatically.''', 'label': '''Import bookmarks from default browser on first run''', }, { 'name': 'ImportHistory', 'type': 'main', 'supported_on': ['chrome.*:15-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 98, 'caption': '''Import browsing history from default browser on first run''', 'desc': '''This policy forces the browsing history to be imported from the current default browser if enabled. If enabled, this policy also affects the import dialog. If disabled, no browsing history is imported. If it is not set, the user may be asked whether to import, or importing may happen automatically.''', 'label': '''Import browsing history from default browser on first run''', }, { 'name': 'ImportHomepage', 'type': 'main', 'supported_on': ['chrome.*:15-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 99, 'caption': '''Import of homepage from default browser on first run''', 'desc': '''This policy forces the home page to be imported from the current default browser if enabled. If disabled, the home page is not imported. If it is not set, the user may be asked whether to import, or importing may happen automatically.''', 'label': '''Import of homepage from default browser on first run''', }, { 'name': 'ImportSearchEngine', 'type': 'main', 'supported_on': ['chrome.*:15-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 100, 'caption': '''Import search engines from default browser on first run''', 'desc': '''This policy forces search engines to be imported from the current default browser if enabled. If enabled, this policy also affects the import dialog. If disabled, the default search engine is not imported. If it is not set, the user may be asked whether to import, or importing may happen automatically.''', 'label': '''Import search engines from default browser on first run''', }, { 'name': 'ImportSavedPasswords', 'type': 'main', 'supported_on': ['chrome.*:15-'], 'features': { 'dynamic_refresh': True, 'can_be_recommended': True, }, 'example_value': True, 'id': 101, 'caption': '''Import saved passwords from default browser on first run''', 'desc': '''This policy forces the saved passwords to be imported from the previous default browser if enabled. If enabled, this policy also affects the import dialog. If disabled, the saved passwords are not imported. If it is not set, the user may be asked whether to import, or importing may happen automatically.''', 'label': '''Import saved passwords from default browser on first run''', }, { 'name': 'MaxConnectionsPerProxy', 'type': 'int', 'supported_on': ['chrome.*:14-','chrome_os:0.14-'], 'features': {'dynamic_refresh': False}, 'example_value': 32, 'id': 92, 'caption': '''Maximal number of concurrent connections to the proxy server''', 'desc': '''Specifies the maximal number of simultanious connections to the proxy server. Some proxy servers can not handle high number of concurrent connections per client and this can be solved by setting this policy to a lower value. The value of this policy should be lower than 100 and higher than 6 and the default value is 32. Some web apps are known to consume many connections with hanging GETs, so lowering below 32 may lead to browser networking hangs if too many such web apps are open. Lower below the default at your own risk. If this policy is left not set the default value will be used which is 32.''', }, { 'name': 'HideWebStorePromo', 'type': 'main', 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], 'features': {'dynamic_refresh': False}, 'example_value': False, 'id': 96, 'caption': '''Prevent app promotions from appearing on the new tab page''', 'desc': '''When set to True, promotions for Chrome Web Store apps will not appear on the new tab page. Setting this option to False or leaving it not set will make the promotions for Chrome Web Store apps appear on the new tab page''', }, { 'name': 'URLBlacklist', 'type': 'list', 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], 'features': {'dynamic_refresh': True}, 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/bad_path', 'http://server:8080/path', '.exact.hostname.com', '*'], 'id': 103, 'caption': '''Block access to a list of URLs''', 'desc': '''Blocks access to the listed URLs. This policy prevents the user from loading web pages from blacklisted URLs. A URL has the format 'scheme://host:port/path'. The optional scheme can be http, https or ftp. Only this scheme will be blocked; if none is specified, all schemes are blocked. The host can be a hostname or an IP address. Subdomains of a hostname will also be blocked. To prevent blocking subdomains, include a '.' before the hostname. The special hostname '*' will block all domains. The optional port is a valid port number from 1 to 65535. If none is specified, all ports are blocked. If the optional path is specified, only paths with that prefix will be blocked. Exceptions can be defined in the URL whitelist policy. These policies are limited to 100 entries; subsequent entries will be ignored. If this policy is not set no URL will be blacklisted in the browser.''', }, { 'name': 'URLWhitelist', 'type': 'list', 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'], 'features': {'dynamic_refresh': True}, 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/bad_path', 'http://server:8080/path', '.exact.hostname.com'], 'id': 104, 'caption': '''Allows access to a list of URLs''', 'desc': '''Allows access to the listed URLs, as exceptions to the URL blacklist. See the description of the URL blacklist policy for the format of entries of this list. This policy can be used to open exceptions to restrictive blacklists. For example, '*' can be blacklisted to block all requests, and this policy can be used to allow access to a limited list of URLs. It can be used to open exceptions to certain schemes, subdomains of other domains, ports, or specific paths. The most specific filter will determine if a URL is blocked or allowed. The whitelist takes precedence over the blacklist. This policy is limited to 100 entries; subsequent entries will be ignored. If this policy is not set there will be no exceptions to the blacklist from the 'URLBlacklist' policy.''', }, { 'name': 'OpenNetworkConfiguration', 'type': 'string', 'supported_on': ['chrome_os:0.16-'], 'features': {'dynamic_refresh': True}, 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', 'id': 107, 'caption': '''User-level network configuration''', 'desc': '''Allows pushing network configuration to be applied per-user to a $2Chromium OS device. The network configuration is a JSON-formatted string as defined by the Open Network Configuration format described at https://sites.google.com/a/chromium.org/dev/chromium-os/chromiumos-design-docs/open-network-configuration''', }, { 'name': 'DeviceOpenNetworkConfiguration', 'type': 'string', 'supported_on': ['chrome_os:0.16-'], 'device_only': True, 'features': {'dynamic_refresh': True}, 'future': True, 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', 'id': 108, 'caption': '''Device-level network configuration''', 'desc': '''Allows pushing network configuration to be applied for all useers of a $2Chromium OS device. The network configuration is a JSON-formatted string as defined by the Open Network Configuration format described at https://sites.google.com/a/chromium.org/dev/chromium-os/chromiumos-design-docs/open-network-configuration''', }, { 'name': 'CloudPrintSubmitEnabled', 'type': 'main', 'supported_on': ['chrome.*:17-'], 'features': {'dynamic_refresh': True}, 'example_value': True, 'id': 109, 'caption': '''Enable submission of documents to Google Cloud Print''', 'desc': '''Enables $1Google Chrome to submit documents to Google Cloud Print for printing. NOTE: This only affects Google Cloud Print support in $1Google Chrome. It does not prevent users from submitting print jobs on web sites. If this setting is enabled or not configured, users can print to Google Cloud Print from the $1Google Chrome print dialog. If this setting is disabled, users cannot print to Google Cloud Print from the $1Google Chrome print dialog''', }, { 'name': 'EnterpriseWebStoreURL', 'type': 'string', 'supported_on': ['chrome.*:17-','chrome_os:0.17-'], 'features': {'dynamic_refresh': True}, 'example_value': 'http://company-intranet/chromeapps', 'id': 112, 'caption': '''Enterprise web store URL''', 'desc': '''Specifies the URL for the enterprise web store. When this setting is enabled, an app will appear on the new tab page which, when clicked, will take the user to the specified URL. Extensions and apps can be installed from this page without extra warnings being presented to the user. If this policy is set, the EnterpriseWebStoreName setting should also be set. If this setting is disabled, no enterprise web store app will appear on the new tab page.''', }, { 'name': 'EnterpriseWebStoreName', 'type': 'string', 'supported_on': ['chrome.*:17-','chrome_os:0.17-'], 'features': {'dynamic_refresh': True}, 'example_value': 'WidgCo Chrome Apps', 'id': 113, 'caption': '''Enterprise web store name''', 'desc': '''The name of the enterprise web store, which will appear underneath the app icon on the new tab page. This setting has no effect if EnterpriseWebStoreURL is not set. If this setting is disabled, the enterprise web store app (if it exists) will be labeled with its URL.''', }, { 'name': 'EnableOriginBoundCerts', 'type': 'main', 'supported_on': ['chrome.*:17-'], 'features': {'dynamic_refresh': True}, 'future': True, 'example_value': True, 'id': 114, 'caption': '''Enable TLS origin-bound certificates extension''', 'desc': '''Specifies whether the TLS origin-bound certificates extension should be enabled. This setting is used to enable the TLS origin-bound certificates extension for testing. This experimental setting will be removed in the future.''', }, { 'name': 'EnableMemoryInfo', 'type': 'main', 'supported_on': ['chrome.*:16-'], 'features': {'dynamic_refresh': True}, 'future': True, 'example_value': False, 'id': 115, 'caption': '''Enable reporting memory info (JS heap size) to page''', 'desc': '''Allows pages to access JavaScript memory usage statistics. This settings makes the memory statistics from the Developer Tools Profiles panel available to the web page itself.''', }, { 'name': 'DisablePrintPreview', 'type': 'main', 'supported_on': ['chrome.*:18-'], 'features': {'dynamic_refresh': False}, 'example_value': False, 'id': 117, 'caption': '''Disable Print Preview''', 'desc': '''Disable print preview. This setting is used to force the use of the system print dialog instead of print preview.''', }, ], 'messages': { # Messages that are not associated to any policies. 'win_supported_winxpsp2': { 'desc': '''A label specifying the oldest possible compatible version of Windows. This text will appear right next to a label containing the text 'Supported on:'.''', 'text': '''Microsoft Windows XP SP2 or later''' }, 'mac_chrome_preferences': { 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', 'text': '''$1Google Chrome preferences''' }, 'doc_data_type': { 'desc': '''Caption text of the field 'data type' in the summary chart of a policy in the generated documentation''', 'text': '''Data type:''' }, 'doc_win_reg_loc': { 'desc': '''Caption text of the field 'windows registry location' in the summary chart of a policy in the generated documentation''', 'text': '''Windows registry location:''' }, 'doc_mac_linux_pref_name': { 'desc': '''Caption text of the field 'mac/linux preference name' in the summary chart of a policy in the generated documentation''', 'text': '''Mac/Linux preference name:''' }, 'doc_supported_on': { 'desc': '''Caption text of the list of 'products, platforms and versions where this policy is supported' in the summary chart of a policy in the generated documentation''', 'text': '''Supported on:''' }, 'doc_since_version': { 'desc': '''Text in the summary chart of a policy that specifies the version number in which the policy was introduced.''', 'text': '''since version $68''' }, 'doc_until_version': { 'desc': '''Text in the summary chart of a policy that specifies the version number after which the policy was dropped.''', 'text': '''until version $610''' }, 'doc_supported_features': { 'desc': '''Caption text of the list of 'policy features that this policy supports' in the summary chart of a policy in the generated documentation''', 'text': '''Supported features:''' }, 'doc_description': { 'desc': '''Caption text of the 'description text' in the summary chart of a policy in the generated documentation''', 'text': '''Description:''' }, 'doc_example_value': { 'desc': '''Caption text of the field 'example value' in the summary chart of a policy in the generated documentation''', 'text': '''Example value:''' }, 'doc_intro': { 'desc': '''Introduction text for the generated policy documentation''', 'text': '''This is the list of policies that $1Google Chrome respects. You don't need to change these settings by hand! You can download easy-to-use templates from http://www.chromium.org/administrators/policy-templates http://www.chromium.org/administrators/policy-templates. The list of supported policies is the same for Chromium and Google Chrome, but their Windows registry locations differ. It starts with Software\Policies\Chromium for Chromium policies and with Software\Policies\Google\Chrome for Google Chrome policies.''' }, 'doc_back_to_top': { 'desc': '''Text of a link in the generated policy documentation, that takes the user to the top of the page''', 'text': '''Back to top''' }, 'doc_supported': { 'desc': '''Appears next to the name of each supported feature in the 'list of supported policy features' in the generated policy documentation''', 'text': '''Yes''' }, 'doc_not_supported': { 'desc': '''Appears next to the name of each unsupported feature in the 'list of supported policy features' in the generated policy documentation''', 'text': '''No''' }, 'doc_name_column_title': { 'desc': '''Appears at the top of the policy summary table, over the column of policy names, in the generated policy documentation''', 'text': '''Policy Name''' }, 'doc_description_column_title': { 'desc': '''Appears at the top of the policy summary table, over the column of short policy descriptions, in the generated policy documentation''', 'text': '''Description''' }, 'doc_feature_dynamic_refresh': { 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', 'text': '''Dynamic Policy Refresh''' }, 'doc_feature_can_be_recommended': { 'desc': '''The name of the feature that indicates for a given policy that it can be recommended, instead of mandatory''', 'text': '''Can Be Recommended''' }, 'doc_deprecated': { 'desc': '''Text appended in parentheses to the policy name to indicate that it has been deprecated''', 'text': 'deprecated', }, 'doc_recommended': { 'desc': '''Text appended in parentheses next to the policies top-level container to indicate that those policies are of the Recommended level''', 'text': 'Recommended', }, }, 'placeholders': [], }