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

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

Issue 7537025: Add new Content settings type AUTO-SUBMIT-CERTIFICATE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 4 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 59d9950e4388232301b07f6daf2d1cbfd7c16371..5bbc895e8f0b6466bfccfb4edb9324f7e77c1cb9 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -94,7 +94,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: 95
+# For your editing convenience: highest ID currently used: 97
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -1251,6 +1251,38 @@
'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': 'DefaultAutoSubmitCertificateSetting',
+ 'type': 'int-enum',
+ 'items': [
+ {
+ 'name': 'AllowAutoSubmitCertificate',
+ 'value': 1,
+ 'caption': '''TODO'''
+ },
+ {
+ 'name': 'AllowAutoSubmitCertificate',
+ 'value': 2,
+ 'caption': '''TODO'''
+ },
wtc 2011/08/11 18:33:55 I am not familiar with the json format of this fil
markusheintz_ 2011/08/15 19:09:04 Sorry I didn't complete this yet. You are absolut
+ ],
+ 'supported_on': ['chrome.*:14-', 'chrome_os:0.11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': 0,
+ 'id': 96,
+ 'caption': '''TODO''',
+ 'desc': '''TODO''',
+ },
+ {
+ 'name': 'AutoSubmitCertificateForUrls',
Mattias Nissler (ping if slow) 2011/08/09 15:37:25 How are you planning to extend that to matching al
markusheintz_ 2011/08/15 19:09:04 I don't see another way than appending the string
+ 'type': 'list',
+ 'supported_on': ['chrome.*:15-', 'chrome_os:0.11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': ['http://www.example.com', '[*.]example.edu'],
wtc 2011/08/11 18:33:55 Use https:// in this example_value. http:// does
markusheintz_ 2011/08/15 19:09:04 Done.
+ 'id': 97,
+ 'caption': '''TODO''',
+ 'desc': '''TODO''',
+ },
+ {
'name': 'CookiesAllowedForUrls',
'type': 'list',
'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698