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: 236 | 120 # For your editing convenience: highest ID currently used: 237 |
grt (UTC plus 2)
2013/08/20 14:26:27
it looks like someone else's change snuck in befor
| |
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 2519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2650 'features': { | 2650 'features': { |
2651 'dynamic_refresh': False, | 2651 'dynamic_refresh': False, |
2652 }, | 2652 }, |
2653 'example_value': '--enable-media-stream --enable-media-source', | 2653 'example_value': '--enable-media-stream --enable-media-source', |
2654 'id': 141, | 2654 'id': 141, |
2655 'caption': '''Additional command line parameters for <ph name="PRODUCT _NAME">$1<ex>Google Chrome</ex></ph>''', | 2655 'caption': '''Additional command line parameters for <ph name="PRODUCT _NAME">$1<ex>Google Chrome</ex></ph>''', |
2656 '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>. | 2656 '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>. |
2657 | 2657 |
2658 If this policy is not set the default command line will be used.''', | 2658 If this policy is not set the default command line will be used.''', |
2659 }, | 2659 }, |
2660 { | |
2661 'name': 'SkipMetadataCheck', | |
2662 'type': 'main', | |
2663 'schema': { 'type': 'boolean' }, | |
2664 'supported_on': ['chrome_frame:30-'], | |
2665 'features': { | |
2666 'dynamic_refresh': False, | |
2667 }, | |
2668 'example_value': False, | |
2669 'id': 237, | |
2670 'caption': '''Skip the meta tag check in <ph name="PRODUCT_FRAME_NAME" >$3<ex>Google Chrome Frame</ex></ph>''', | |
2671 '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. | |
2672 | |
2673 If you enable this setting, pages will not be scanned for meta tags. | |
2674 | |
2675 If you disable this setting, pages will be scanned for meta tags. | |
2676 | |
2677 If this policy is not set, pages will be scanned for meta tags.''' | |
2678 }, | |
2660 ], | 2679 ], |
2661 }, | 2680 }, |
2662 { | 2681 { |
2663 'name': 'ChromeFrameContentTypes', | 2682 'name': 'ChromeFrameContentTypes', |
2664 'type': 'group', | 2683 'type': 'group', |
2665 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram e</ex></ph> to handle the following content types''', | 2684 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram e</ex></ph> to handle the following content types''', |
2666 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ ex></ph> to handle the following content types.''', | 2685 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ ex></ph> to handle the following content types.''', |
2667 'policies': [ | 2686 'policies': [ |
2668 { | 2687 { |
2669 'name': 'ChromeFrameContentTypes', | 2688 'name': 'ChromeFrameContentTypes', |
(...skipping 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5545 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', | 5564 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', |
5546 'text': 'deprecated', | 5565 'text': 'deprecated', |
5547 }, | 5566 }, |
5548 'doc_recommended': { | 5567 'doc_recommended': { |
5549 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 5568 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
5550 'text': 'Default Settings (users can override)', | 5569 'text': 'Default Settings (users can override)', |
5551 }, | 5570 }, |
5552 }, | 5571 }, |
5553 'placeholders': [], | 5572 'placeholders': [], |
5554 } | 5573 } |
OLD | NEW |