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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
105 # templates and documentation. The policy definition list that Chrome sees | 105 # templates and documentation. The policy definition list that Chrome sees |
106 # will include policies marked with 'future'. If a WIP policy isn't meant to | 106 # will include policies marked with 'future'. If a WIP policy isn't meant to |
107 # be seen by the policy providers either, the 'supported_on' key should be set | 107 # be seen by the policy providers either, the 'supported_on' key should be set |
108 # to an empty list. | 108 # to an empty list. |
109 # | 109 # |
110 # IDs: | 110 # IDs: |
111 # Since a Protocol Buffer definition is generated from this file, unique and | 111 # Since a Protocol Buffer definition is generated from this file, unique and |
112 # persistent IDs for all fields (but not for groups!) are needed. These are | 112 # persistent IDs for all fields (but not for groups!) are needed. These are |
113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
114 # because doing so would break the deployed wire format! | 114 # because doing so would break the deployed wire format! |
115 # For your editing convenience: highest ID currently used: 225 | 115 # For your editing convenience: highest ID currently used: 226 |
116 # | 116 # |
117 # Placeholders: | 117 # Placeholders: |
118 # The following placeholder strings are automatically substituted: | 118 # The following placeholder strings are automatically substituted: |
119 # $1 -> Google Chrome / Chromium | 119 # $1 -> Google Chrome / Chromium |
120 # $2 -> Google Chrome OS / Chromium OS | 120 # $2 -> Google Chrome OS / Chromium OS |
121 # $3 -> Google Chrome Frame / Chromium Frame | 121 # $3 -> Google Chrome Frame / Chromium Frame |
122 # $6 is reserved for doc_writer | 122 # $6 is reserved for doc_writer |
123 # | 123 # |
124 # Device Policy: | 124 # Device Policy: |
125 # An additional flag device_only (optional, defaults to False) indicates | 125 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2521 'features': { | 2521 'features': { |
2522 'dynamic_refresh': False, | 2522 'dynamic_refresh': False, |
2523 }, | 2523 }, |
2524 'example_value': '--enable-media-stream --enable-media-source', | 2524 'example_value': '--enable-media-stream --enable-media-source', |
2525 'id': 141, | 2525 'id': 141, |
2526 'caption': '''Additional command line parameters for <ph name="PRODUCT _NAME">$1<ex>Google Chrome</ex></ph>''', | 2526 'caption': '''Additional command line parameters for <ph name="PRODUCT _NAME">$1<ex>Google Chrome</ex></ph>''', |
2527 '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>. | 2527 '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>. |
2528 | 2528 |
2529 If this policy is not set the default command line will be used.''', | 2529 If this policy is not set the default command line will be used.''', |
2530 }, | 2530 }, |
2531 { | |
2532 'name': 'ChromeFrameMetadataCheckSettings', | |
grt (UTC plus 2)
2013/07/30 03:56:15
ChromeFrameMetadataCheckSettings -> SkipMetadataCh
| |
2533 'type': 'main', | |
2534 'schema': { 'type': 'boolean'}, | |
2535 'supported_on': ['chrome_frame:27-'], | |
grt (UTC plus 2)
2013/07/30 03:56:15
27 -> 30 since that's what trunk is currently bui
| |
2536 'features': { | |
2537 'dynamic_refresh': False, | |
2538 }, | |
2539 'example_value': False, | |
2540 'id': 226, | |
2541 'caption': '''Skip the meta tag check in <ph name="PRODUCT_FRAME_NAME" >$3<ex>Google Chrome Frame</ex></ph>''', | |
2542 'desc': '''Normally pages with a certain meta tag, for example <meta h ttp-equiv="X-UA-Compatible" content="chrome=1" />, will be rendered in <ph name= "PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> regardless of the 'Chro meFrameRendererSettings' policy. | |
2543 | |
2544 If you enable this setting, pages will not be scanned for meta tags. | |
2545 | |
2546 If you disable this setting, pages will be scanned for meta tags. | |
2547 | |
2548 If this policy is not set, pages will be scanned for meta tags.''' | |
2549 }, | |
2531 ], | 2550 ], |
2532 }, | 2551 }, |
2533 { | 2552 { |
2534 'name': 'ChromeFrameContentTypes', | 2553 'name': 'ChromeFrameContentTypes', |
2535 'type': 'group', | 2554 'type': 'group', |
2536 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram e</ex></ph> to handle the following content types''', | 2555 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram e</ex></ph> to handle the following content types''', |
2537 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ ex></ph> to handle the following content types.''', | 2556 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ ex></ph> to handle the following content types.''', |
2538 'policies': [ | 2557 'policies': [ |
2539 { | 2558 { |
2540 'name': 'ChromeFrameContentTypes', | 2559 'name': 'ChromeFrameContentTypes', |
(...skipping 2763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5304 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', | 5323 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', |
5305 'text': 'deprecated', | 5324 'text': 'deprecated', |
5306 }, | 5325 }, |
5307 'doc_recommended': { | 5326 'doc_recommended': { |
5308 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 5327 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
5309 'text': 'Default Settings (users can override)', | 5328 'text': 'Default Settings (users can override)', |
5310 }, | 5329 }, |
5311 }, | 5330 }, |
5312 'placeholders': [], | 5331 'placeholders': [], |
5313 } | 5332 } |
OLD | NEW |