Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: chrome/app/policy/policy_templates.json

Issue 6542048: Add content_settings::PolicyProvider and a set of new policies to managed content settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 691b2ba5979db3ed9152f6f8585d416d158fa6dd..14512c5f6c5240774bed355dacf3c48d097a121f 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -1099,6 +1099,126 @@
'caption': '''Default geolocation setting''',
'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked everytime a website requests the pysical location.''',
},
+ {
+ 'name': 'CookiesAllowedForUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['http://www.example.com', '[*.]example.edu'],
+ 'id': 66,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ },
+ {
+ 'name': 'CookiesBlockedForUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['http://www.example.com', '[*.]example.edu'],
+ 'id': 67,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ },
+ {
+ 'name': 'CookiesSessionOnlyForUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['http://www.example.com', '[*.]example.edu'],
+ 'id': 68,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ },
+ {
+ 'name': 'ImagesAllowedForUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['http://www.example.com', '[*.]example.edu'],
+ 'id': 69,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ },
+ {
+ 'name': 'ImagesBlockedForUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['http://www.example.com', '[*.]example.edu'],
+ 'id': 70,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ },
+ {
+ 'name': 'JavaScriptAllowedForUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['http://www.example.com', '[*.]example.edu'],
+ 'id': 71,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ },
+ {
+ 'name': 'JavaScriptBlockedForUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['http://www.example.com', '[*.]example.edu'],
+ 'id': 72,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ },
+ {
+ 'name': 'PluginsAllowedForUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['http://www.example.com', '[*.]example.edu'],
+ 'id': 73,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ },
+ {
+ 'name': 'PluginsBlockedForUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['TODO:http://www.example.com', 'TODO:[*.]example.edu'],
+ 'id': 74,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ },
+ {
+ 'name': 'PluginsAskForUrls',
Bernhard Bauer 2011/02/23 13:18:53 We don't actually use the setting "Ask" for plug-i
markusheintz_ 2011/02/23 18:42:09 Removed
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['TODO:http://www.example.com', 'TODO:[*.]example.edu'],
+ 'id': 75,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ },
+ {
+ 'name': 'PopupsAllowedForUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['http://www.example.com', '[*.]example.edu'],
+ 'id': 76,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ },
+ {
+ 'name': 'PopupsBlockedForUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_frame:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['http://www.example.com', '[*.]example.edu'],
+ 'id': 77,
+ 'caption': ''' TODO ''',
+ 'desc': ''' TODO ''',
+ }
],
},
{

Powered by Google App Engine
This is Rietveld 408576698