Index: chrome/app/policy/policy_templates.json |
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
index bc4d628a76cd70f8689818f179e6bd8aac6f8224..a37e96b0c70bba5bc31c7f48d089fe0fc2228b15 100644 |
--- a/chrome/app/policy/policy_templates.json |
+++ b/chrome/app/policy/policy_templates.json |
@@ -715,6 +715,19 @@ |
</ph>.''', |
}, |
{ |
+ 'name': 'BlockThirdPartyCookies', |
+ 'type': 'main', |
+ 'supported_on': ['chrome.*:10-'], |
+ 'features': {'dynamic_refresh': 1}, |
+ 'example_value': False, |
+ 'caption': '''Block third party cookies''', |
+ 'desc': '''Blocks third party cookies. |
+ |
+ Enabling this setting prevents cookies from being set by web page elements that are not from the domain that is in the browser's address bar. |
+ |
+ Disabling this setting allows cookies to be set by web page elements that are not from the domain that is in the browser's address bar and prevents users from changing this setting.''', |
+ }, |
+ { |
'name': 'DefaultSearchProviderName', |
'type': 'string', |
'supported_on': ['chrome.*:8-'], |