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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 # templates and documentation. The policy definition list that Chrome sees | 110 # templates and documentation. The policy definition list that Chrome sees |
111 # will include policies marked with 'future'. If a WIP policy isn't meant to | 111 # will include policies marked with 'future'. If a WIP policy isn't meant to |
112 # be seen by the policy providers either, the 'supported_on' key should be set | 112 # be seen by the policy providers either, the 'supported_on' key should be set |
113 # to an empty list. | 113 # to an empty list. |
114 # | 114 # |
115 # IDs: | 115 # IDs: |
116 # Since a Protocol Buffer definition is generated from this file, unique and | 116 # Since a Protocol Buffer definition is generated from this file, unique and |
117 # persistent IDs for all fields (but not for groups!) are needed. These are | 117 # persistent IDs for all fields (but not for groups!) are needed. These are |
118 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 118 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
119 # because doing so would break the deployed wire format! | 119 # because doing so would break the deployed wire format! |
120 # For your editing convenience: highest ID currently used: 237 | 120 # For your editing convenience: highest ID currently used: 238 |
121 # | 121 # |
122 # Placeholders: | 122 # Placeholders: |
123 # The following placeholder strings are automatically substituted: | 123 # The following placeholder strings are automatically substituted: |
124 # $1 -> Google Chrome / Chromium | 124 # $1 -> Google Chrome / Chromium |
125 # $2 -> Google Chrome OS / Chromium OS | 125 # $2 -> Google Chrome OS / Chromium OS |
126 # $3 -> Google Chrome Frame / Chromium Frame | 126 # $3 -> Google Chrome Frame / Chromium Frame |
127 # $6 is reserved for doc_writer | 127 # $6 is reserved for doc_writer |
128 # | 128 # |
129 # Device Policy: | 129 # Device Policy: |
130 # An additional flag device_only (optional, defaults to False) indicates | 130 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 2537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2668 'features': { | 2668 'features': { |
2669 'dynamic_refresh': False, | 2669 'dynamic_refresh': False, |
2670 }, | 2670 }, |
2671 'example_value': '--enable-media-stream --enable-media-source', | 2671 'example_value': '--enable-media-stream --enable-media-source', |
2672 'id': 141, | 2672 'id': 141, |
2673 'caption': '''Additional command line parameters for <ph name="PRODUCT
_NAME">$1<ex>Google Chrome</ex></ph>''', | 2673 'caption': '''Additional command line parameters for <ph name="PRODUCT
_NAME">$1<ex>Google Chrome</ex></ph>''', |
2674 'desc': '''Allows you to specify additional parameters that are used w
hen <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> launches <
ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 2674 'desc': '''Allows you to specify additional parameters that are used w
hen <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> launches <
ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
2675 | 2675 |
2676 If this policy is not set the default command line will be used.''', | 2676 If this policy is not set the default command line will be used.''', |
2677 }, | 2677 }, |
| 2678 { |
| 2679 'name': 'SkipMetadataCheck', |
| 2680 'type': 'main', |
| 2681 'schema': { 'type': 'boolean' }, |
| 2682 'supported_on': ['chrome_frame:31-'], |
| 2683 'features': { |
| 2684 'dynamic_refresh': False, |
| 2685 }, |
| 2686 'example_value': False, |
| 2687 'id': 238, |
| 2688 'caption': '''Skip the meta tag check in <ph name="PRODUCT_FRAME_NAME"
>$3<ex>Google Chrome Frame</ex></ph>''', |
| 2689 'desc': '''Normally pages with X-UA-Compatible set to chrome=1 will be
rendered in <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> r
egardless of the 'ChromeFrameRendererSettings' policy. |
| 2690 |
| 2691 If you enable this setting, pages will not be scanned for meta tags. |
| 2692 |
| 2693 If you disable this setting, pages will be scanned for meta tags. |
| 2694 |
| 2695 If this policy is not set, pages will be scanned for meta tags.''' |
| 2696 }, |
2678 ], | 2697 ], |
2679 }, | 2698 }, |
2680 { | 2699 { |
2681 'name': 'ChromeFrameContentTypes', | 2700 'name': 'ChromeFrameContentTypes', |
2682 'type': 'group', | 2701 'type': 'group', |
2683 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram
e</ex></ph> to handle the following content types''', | 2702 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram
e</ex></ph> to handle the following content types''', |
2684 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</
ex></ph> to handle the following content types.''', | 2703 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</
ex></ph> to handle the following content types.''', |
2685 'policies': [ | 2704 'policies': [ |
2686 { | 2705 { |
2687 'name': 'ChromeFrameContentTypes', | 2706 'name': 'ChromeFrameContentTypes', |
(...skipping 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5563 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 5582 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
5564 'text': 'deprecated', | 5583 'text': 'deprecated', |
5565 }, | 5584 }, |
5566 'doc_recommended': { | 5585 'doc_recommended': { |
5567 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 5586 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
5568 'text': 'Default Settings (users can override)', | 5587 'text': 'Default Settings (users can override)', |
5569 }, | 5588 }, |
5570 }, | 5589 }, |
5571 'placeholders': [], | 5590 'placeholders': [], |
5572 } | 5591 } |
OLD | NEW |