Chromium Code Reviews| Index: chrome/app/policy/policy_templates.json |
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
| index e7a4463b6a7507825dfb4a2894fcedaeb8e88f5b..cf8ff51e7ae9c2c48387c6d3319ffeb76b7bacc4 100644 |
| --- a/chrome/app/policy/policy_templates.json |
| +++ b/chrome/app/policy/policy_templates.json |
| @@ -503,6 +503,15 @@ |
| ] |
| }, |
| { |
| + 'name': 'BlockThirdPartyCookies', |
| + 'type': 'main', |
| + 'supported_on': ['chrome.*:10-'], |
| + 'annotations': { |
| + 'features': {'dynamic_refresh': 1}, |
| + 'example_value': False, |
| + } |
|
gfeher
2011/01/04 12:58:06
Why are you adding this here?
danno
2011/01/11 13:03:48
This was missing in the JSON file but the constant
|
| + }, |
| + { |
| 'name': 'ContentSettings', |
| 'type': 'group', |
| 'policies': [ |