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 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
796 'desc': '''Allows you to specify a list of extensions that will be ins
talled silently, without user interaction. | 796 'desc': '''Allows you to specify a list of extensions that will be ins
talled silently, without user interaction. |
797 | 797 |
798 Each item of the list is a string, that contains an extension ID and a
n update URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). For example
: <ph name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://c
lients2.google.com/service/update2/crx</ph>. For each item, <ph name="PRODUCT_NA
ME">$1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the I
D from the specified URL and silently install it. The following pages explain ho
w you can host extensions on your own server. About update URLs: <ph name="LINK_
TO_EXTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph>
, about hosting extensions in general: <ph name="LINK_TO_EXTENSION_DOC2">http:/
/code.google.com/chrome/extensions/hosting.html</ph>. | 798 Each item of the list is a string, that contains an extension ID and a
n update URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). For example
: <ph name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://c
lients2.google.com/service/update2/crx</ph>. For each item, <ph name="PRODUCT_NA
ME">$1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the I
D from the specified URL and silently install it. The following pages explain ho
w you can host extensions on your own server. About update URLs: <ph name="LINK_
TO_EXTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph>
, about hosting extensions in general: <ph name="LINK_TO_EXTENSION_DOC2">http:/
/code.google.com/chrome/extensions/hosting.html</ph>. |
799 | 799 |
800 Users will be unable to uninstall extensions that are specified by thi
s policy. If you remove an extension from this list, then it will be automatical
ly uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensi
ons that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, can
not be force-installed by this policy.''', | 800 Users will be unable to uninstall extensions that are specified by thi
s policy. If you remove an extension from this list, then it will be automatical
ly uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensi
ons that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, can
not be force-installed by this policy.''', |
801 'label': '''Extension IDs and update URLs to be silently installed''', | 801 'label': '''Extension IDs and update URLs to be silently installed''', |
802 }, | 802 }, |
803 ], | 803 ], |
804 }, | 804 }, |
805 { | 805 { |
806 'name': 'Chromoting', | |
807 'type': 'group', | |
808 'caption': '''Remote access''', | |
809 'desc': '''Configure remote access in <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph> and prevent users from changing it. | |
810 | |
811 Enabling these features requires that the Chromoting application be instal
led.''', | |
812 'policies': [ | |
813 { | |
814 'name': 'ChromotingEnabled', | |
815 'type': 'main', | |
816 'supported_on': ['chrome.*:13-', 'chrome_os:0.13-'], | |
817 'features': {'dynamic_refresh': 1}, | |
818 'example_value': True, | |
819 'id': 87, | |
820 'caption': '''Enable remote access.''', | |
821 'desc': '''Enables basic remote access features from within <ph name="
PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, which includes the ability to acces
s other machines that have been shared with the current user. | |
822 | |
823 Note that enabling this setting has no effect unless the Chromoting ap
plication has been installed. | |
824 | |
825 If this setting is enabled, then users can access other machines that
have been shared with them. | |
826 | |
827 If this setting is disabled, then all remote access features are disab
led, even if the Chromoting application has been installed. | |
828 | |
829 If this setting is not configured, then the value of this setting depe
nds on whether or not there is a group policy in place. If there is a group poli
cy, then this option defaults to being disabled. If there is no group policy, th
en this option defaults to being enabled. | |
830 | |
831 If you enable or disable this setting, users cannot change or override
this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | |
832 }, | |
833 { | |
834 'name': 'ChromotingHostEnabled', | |
835 'type': 'main', | |
836 'supported_on': ['chrome.*:13-', 'chrome_os:0.13-'], | |
837 'features': {'dynamic_refresh': 1}, | |
838 'example_value': True, | |
839 'id': 88, | |
840 'caption': '''Enable sharing of this machine for remote access.''', | |
841 'desc': '''Enables the option to share this machine so that it can be
accessed from another machine running <ph name="PRODUCT_NAME">$1<ex>Google Chrom
e</ex></ph>. | |
842 | |
843 Note that enabling this setting has no effect unless the Chromoting ap
plication has been installed and the ChromotingEnabled setting is enabled. | |
844 | |
845 If this setting is enabled, then users have the option to share their
machine to allow remote access from another machine. | |
846 | |
847 If this setting is disabled, then users cannot share their machine for
remote access. Note that they will still be able to access other remote machine
s if the ChromotingEnabled setting is enabled. | |
848 | |
849 If this setting is not configured, then the value of this setting depe
nds on whether or not there is a group policy in place. If there is a group poli
cy, then this option defaults to being disabled. If there is no group policy, th
en this option defaults to being enabled. | |
850 | |
851 If you enable or disable this setting, users cannot change or override
this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | |
852 }, | |
853 { | |
854 'name': 'ChromotingHostFirewallTraversal', | |
855 'type': 'main', | |
856 'supported_on': ['chrome.*:13-', 'chrome_os:0.13-'], | |
857 'features': {'dynamic_refresh': 1}, | |
858 'example_value': True, | |
859 'id': 89, | |
860 'caption': '''Enable access to this machine through a firewall.''', | |
861 'desc': '''If the machine is being shared as a host, then this enables
the ability for viewers to discover and connect to this machine, even the two m
achines are separated by a firewall. | |
862 | |
863 Note that enabling this setting has no effect unless the Chromoting ap
plication has been installed, the ChromotingEnabled and ChromotingHostEnabled se
ttings have been enabled. | |
864 | |
865 If this setting is enabled, then remote viewers can discover and conne
ct to this machine even if they are separated by a firewall. | |
866 | |
867 If this setting is disabled, then only machines within the local netwo
rk (i.e., not separated by a firewall) are allowed to connect to this machine. | |
868 | |
869 If this setting is not configured, then the value of this setting depe
nds on whether or not there is a group policy in place. If there is a group poli
cy, then this option defaults to being disabled. If there is no group policy, th
en this option defaults to being enabled. | |
870 | |
871 If you enable or disable this setting, users cannot change or override
this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | |
872 }, | |
873 ], | |
874 }, | |
875 { | |
876 'name': 'ShowHomeButton', | 806 'name': 'ShowHomeButton', |
877 'type': 'main', | 807 'type': 'main', |
878 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 808 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |
879 'features': {'dynamic_refresh': 1}, | 809 'features': {'dynamic_refresh': 1}, |
880 'example_value': True, | 810 'example_value': True, |
881 'id': 35, | 811 'id': 35, |
882 'caption': '''Show Home button on toolbar''', | 812 'caption': '''Show Home button on toolbar''', |
883 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C
hrome</ex></ph>'s toolbar. | 813 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C
hrome</ex></ph>'s toolbar. |
884 | 814 |
885 If you enable this setting, the Home button is always shown. | 815 If you enable this setting, the Home button is always shown. |
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1663 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', | 1593 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', |
1664 'text': '''Dynamic Policy Refresh''' | 1594 'text': '''Dynamic Policy Refresh''' |
1665 }, | 1595 }, |
1666 'doc_deprecated': { | 1596 'doc_deprecated': { |
1667 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', | 1597 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', |
1668 'text': 'deprecated', | 1598 'text': 'deprecated', |
1669 } | 1599 } |
1670 }, | 1600 }, |
1671 'placeholders': [], | 1601 'placeholders': [], |
1672 } | 1602 } |
OLD | NEW |