Chromium Code Reviews| Index: chrome/app/policy/policy_templates.json |
| =================================================================== |
| --- chrome/app/policy/policy_templates.json (revision 218119) |
| +++ chrome/app/policy/policy_templates.json (working copy) |
| @@ -117,7 +117,7 @@ |
| # persistent IDs for all fields (but not for groups!) are needed. These are |
| # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
| # because doing so would break the deployed wire format! |
| -# For your editing convenience: highest ID currently used: 236 |
| +# 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
|
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -2657,6 +2657,25 @@ |
| If this policy is not set the default command line will be used.''', |
| }, |
| + { |
| + 'name': 'SkipMetadataCheck', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': ['chrome_frame:30-'], |
| + 'features': { |
| + 'dynamic_refresh': False, |
| + }, |
| + 'example_value': False, |
| + 'id': 237, |
| + 'caption': '''Skip the meta tag check in <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', |
| + '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> regardless of the 'ChromeFrameRendererSettings' policy. |
| + |
| + If you enable this setting, pages will not be scanned for meta tags. |
| + |
| + If you disable this setting, pages will be scanned for meta tags. |
| + |
| + If this policy is not set, pages will be scanned for meta tags.''' |
| + }, |
| ], |
| }, |
| { |