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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 # policy configuration files. 'dynamic_refresh' controls if the generated | 87 # policy configuration files. 'dynamic_refresh' controls if the generated |
88 # documentation should state that the policy supports dynamic refresh or not. | 88 # documentation should state that the policy supports dynamic refresh or not. |
89 # Supporting dynamic refresh means that Chrome respects the changes to the | 89 # Supporting dynamic refresh means that Chrome respects the changes to the |
90 # policy immediately, without the need for restart. | 90 # policy immediately, without the need for restart. |
91 # | 91 # |
92 # IDs: | 92 # IDs: |
93 # Since a Protocol Buffer definition is generated from this file, unique and | 93 # Since a Protocol Buffer definition is generated from this file, unique and |
94 # persistent IDs for all fields (but not for groups!) are needed. These are | 94 # persistent IDs for all fields (but not for groups!) are needed. These are |
95 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 95 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
96 # because doing so would break the deployed wire format! | 96 # because doing so would break the deployed wire format! |
97 # For your editing convenience: highest ID currently used: 87 | 97 # For your editing convenience: highest ID currently used: 88 |
98 # | 98 # |
99 # Placeholders: | 99 # Placeholders: |
100 # The following placeholder strings are automatically substituted: | 100 # The following placeholder strings are automatically substituted: |
101 # $1 -> Google Chrome / Chromium | 101 # $1 -> Google Chrome / Chromium |
102 # $2 -> Google Chrome OS / Chromium OS | 102 # $2 -> Google Chrome OS / Chromium OS |
103 # $3 -> Google Chrome Frame / Chromium Frame | 103 # $3 -> Google Chrome Frame / Chromium Frame |
104 # $6 is reserved for doc_writer | 104 # $6 is reserved for doc_writer |
105 # | 105 # |
106 'policy_definitions': [ | 106 'policy_definitions': [ |
107 { | 107 { |
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
742 { | 742 { |
743 'name': 'GSSAPILibraryName', | 743 'name': 'GSSAPILibraryName', |
744 'type': 'string', | 744 'type': 'string', |
745 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], | 745 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], |
746 'features': {'dynamic_refresh': 0}, | 746 'features': {'dynamic_refresh': 0}, |
747 'example_value': 'libgssapi_krb5.so.2', | 747 'example_value': 'libgssapi_krb5.so.2', |
748 'id': 31, | 748 'id': 31, |
749 'caption': '''GSSAPI library name''', | 749 'caption': '''GSSAPI library name''', |
750 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati
on. You can set either just a library name, or a full path. If no setting is pro
vided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to u
sing a default library name.''', | 750 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati
on. You can set either just a library name, or a full path. If no setting is pro
vided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to u
sing a default library name.''', |
751 }, | 751 }, |
| 752 { |
| 753 'name': 'AllowCrossOriginAuthPrompt', |
| 754 'type': 'main', |
| 755 'supported_on': ['chrome.*:13-'], |
| 756 'features': {'dynamic_refresh': 1}, |
| 757 'example_value': False, |
| 758 'id': 88, |
| 759 'caption': '''Cross-origin HTTP Basic Auth propmts''', |
| 760 'desc': '''Controls whether third-party sub-content on a page is allow
ed to pop-up an HTTP Basic Auth dialog box. Typically this is disabled as a phi
shing defense.''', |
| 761 }, |
752 ], | 762 ], |
753 }, | 763 }, |
754 { | 764 { |
755 'name': 'Extensions', | 765 'name': 'Extensions', |
756 'type': 'group', | 766 'type': 'group', |
757 'caption': '''Extensions''', | 767 'caption': '''Extensions''', |
758 'desc': '''Configures extension-related policies. The user is not allowed
to install blacklisted extensions unless they are whitelisted. You can also forc
e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install
extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAM
E">ExtensionInstallForcelist</ph>. The blacklist takes precedence over the list
of forced extensions.''', | 768 'desc': '''Configures extension-related policies. The user is not allowed
to install blacklisted extensions unless they are whitelisted. You can also forc
e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install
extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAM
E">ExtensionInstallForcelist</ph>. The blacklist takes precedence over the list
of forced extensions.''', |
759 'policies': [ | 769 'policies': [ |
760 { | 770 { |
761 'name': 'ExtensionInstallBlacklist', | 771 'name': 'ExtensionInstallBlacklist', |
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1606 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', | 1616 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', |
1607 'text': '''Dynamic Policy Refresh''' | 1617 'text': '''Dynamic Policy Refresh''' |
1608 }, | 1618 }, |
1609 'doc_deprecated': { | 1619 'doc_deprecated': { |
1610 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', | 1620 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', |
1611 'text': 'deprecated', | 1621 'text': 'deprecated', |
1612 } | 1622 } |
1613 }, | 1623 }, |
1614 'placeholders': [], | 1624 'placeholders': [], |
1615 } | 1625 } |
OLD | NEW |