| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index a832000bbfe910c453e1dc524356547aba83ae1b..c64ed7e34a85139a152e1a0fda577fd8e6f25dfd 100644
|
| --- a/chrome/app/policy/policy_templates.json
|
| +++ b/chrome/app/policy/policy_templates.json
|
| @@ -1110,6 +1110,116 @@
|
| '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': 77,
|
| + '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': 'PopupsAllowedForUrls',
|
| + 'type': 'list',
|
| + 'supported_on': ['chrome_frame:11-'],
|
| + 'features': {'dynamic_refresh': 1},
|
| + 'example_value': ['http://www.example.com', '[*.]example.edu'],
|
| + 'id': 75,
|
| + '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': 76,
|
| + 'caption': ''' TODO ''',
|
| + 'desc': ''' TODO ''',
|
| + }
|
| ],
|
| },
|
| {
|
|
|