OLD | NEW |
1 { | 1 { |
2 # policy_templates.json - Metafile for policy templates | 2 # policy_templates.json - Metafile for policy templates |
3 # | 3 # |
4 # The content of this file is evaluated as a Python expression. | 4 # The content of this file is evaluated as a Python expression. |
5 # | 5 # |
6 # This file is used as input to generate the following policy templates: | 6 # This file is used as input to generate the following policy templates: |
7 # ADM, ADMX+ADML, MCX/plist and html documentation. | 7 # ADM, ADMX+ADML, MCX/plist and html documentation. |
8 # | 8 # |
9 # Policy templates are user interface definitions or documents about the | 9 # Policy templates are user interface definitions or documents about the |
10 # policies that can be used to configure Chrome. Each policy is a name-value | 10 # policies that can be used to configure Chrome. Each policy is a name-value |
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 'id': 79, | 874 'id': 79, |
875 'caption': '''Specify a list of plugins that the user can enable or disabl
e''', | 875 'caption': '''Specify a list of plugins that the user can enable or disabl
e''', |
876 'desc': '''Specifies a list of plugins that user can enable or disable in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 876 'desc': '''Specifies a list of plugins that user can enable or disable in
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
877 | 877 |
878 The wildcard characters '*' and '?' can be used to match sequences of arbi
trary characters. '*' matches an arbitrary number of characters while '?' specif
ies an optional single character, i.e. matches zero or one characters. The escap
e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu
t a '\\' in front of them. | 878 The wildcard characters '*' and '?' can be used to match sequences of arbi
trary characters. '*' matches an arbitrary number of characters while '?' specif
ies an optional single character, i.e. matches zero or one characters. The escap
e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu
t a '\\' in front of them. |
879 | 879 |
880 If you enable this setting, the specified list of plugins can be used in <
ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Users can enable or disabl
e them in 'about:plugins', even if the plugin also matches a pattern in Disabled
Plugins. Users can also enable and disable plugins that don't match any patterns
in DisabledPlugins, DisabledPluginsExceptions and EnabledPlugins. | 880 If you enable this setting, the specified list of plugins can be used in <
ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Users can enable or disabl
e them in 'about:plugins', even if the plugin also matches a pattern in Disabled
Plugins. Users can also enable and disable plugins that don't match any patterns
in DisabledPlugins, DisabledPluginsExceptions and EnabledPlugins. |
881 | 881 |
882 This policy is meant to allow for strict plugin blacklisting where the 'Di
sabledPlugins' list contains wildcarded entries like disable all plugins '*' or
disable all Java plugins '*Java*' but the administrator wishes to enable some pa
rticular version like 'IcedTea Java 2.3'. This particular versions can be specif
ied in this policy. | 882 This policy is meant to allow for strict plugin blacklisting where the 'Di
sabledPlugins' list contains wildcarded entries like disable all plugins '*' or
disable all Java plugins '*Java*' but the administrator wishes to enable some pa
rticular version like 'IcedTea Java 2.3'. This particular versions can be specif
ied in this policy. |
883 | 883 |
| 884 Note that both the plugin name and the plugin's group name have to be exem
pted. Each plugin group is shown in a separate section in about:plugins; each se
ction may have one or more plugins. For example, the "Shockware Flash" plugin be
longs to the "Adobe Flash Player" group, and both names have to have a match in
the exceptions list if that plugin is to be exempted from the blacklist. |
| 885 |
884 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.''', | 886 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.''', |
885 'label': '''List of exceptions to the list of disabled plugins''', | 887 'label': '''List of exceptions to the list of disabled plugins''', |
886 }, | 888 }, |
887 { | 889 { |
888 'name': 'DisablePluginFinder', | 890 'name': 'DisablePluginFinder', |
889 'type': 'main', | 891 'type': 'main', |
890 'schema': { 'type': 'boolean' }, | 892 'schema': { 'type': 'boolean' }, |
891 'supported_on': ['chrome.*:11-', 'chrome_os:11-'], | 893 'supported_on': ['chrome.*:11-', 'chrome_os:11-'], |
892 'features': { | 894 'features': { |
893 'dynamic_refresh': True, | 895 'dynamic_refresh': True, |
(...skipping 5228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6122 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6124 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
6123 'text': 'deprecated', | 6125 'text': 'deprecated', |
6124 }, | 6126 }, |
6125 'doc_recommended': { | 6127 'doc_recommended': { |
6126 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6128 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6127 'text': 'Default Settings (users can override)', | 6129 'text': 'Default Settings (users can override)', |
6128 }, | 6130 }, |
6129 }, | 6131 }, |
6130 'placeholders': [], | 6132 'placeholders': [], |
6131 } | 6133 } |
OLD | NEW |