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

Side by Side Diff: chrome/test/data/enterprise/chrome.json

Issue 8772014: Add a preference for enabling the TLS origin-bound certificates extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Change policy_templates.json as mnissler suggested Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/enterprise/chrome-reverse.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "_comment": "This file is for enterprise testing in Linux.", 2 "_comment": "This file is for enterprise testing in Linux.",
3 "_comment": "Test that use this file: enterprise.py.", 3 "_comment": "Test that use this file: enterprise.py.",
4 "AlternateErrorPagesEnabled": true, 4 "AlternateErrorPagesEnabled": true,
5 "AlwaysAuthorizePlugins": true, 5 "AlwaysAuthorizePlugins": true,
6 "AuthNegotiateDelegateWhitelist": "foobar.example.com", 6 "AuthNegotiateDelegateWhitelist": "foobar.example.com",
7 "AuthSchemes": "basic,digest,ntlm,negotiate", 7 "AuthSchemes": "basic,digest,ntlm,negotiate",
8 "AuthServerWhitelist": "*example.com,foobar.com,*baz", 8 "AuthServerWhitelist": "*example.com,foobar.com,*baz",
9 "AutoFillEnabled": false, 9 "AutoFillEnabled": false,
10 "BlockThirdPartyCookies": true, 10 "BlockThirdPartyCookies": true,
(...skipping 20 matching lines...) Expand all
31 "DeveloperToolsDisabled": true, 31 "DeveloperToolsDisabled": true,
32 "Disable3DAPIs": false, 32 "Disable3DAPIs": false,
33 "DisableAuthNegotiateCnameLookup": false, 33 "DisableAuthNegotiateCnameLookup": false,
34 "DisableSpdy": true, 34 "DisableSpdy": true,
35 "DisabledPlugins": ["Shockwave Flash", "Chrome PDF Viewer"], 35 "DisabledPlugins": ["Shockwave Flash", "Chrome PDF Viewer"],
36 "DisabledPluginsExceptions": ["Chrome PDF Viewer"], 36 "DisabledPluginsExceptions": ["Chrome PDF Viewer"],
37 "DnsPrefetchingEnabled": true, 37 "DnsPrefetchingEnabled": true,
38 "DownloadDirectory": "Downloads", 38 "DownloadDirectory": "Downloads",
39 "EditBookmarksEnabled": true, 39 "EditBookmarksEnabled": true,
40 "EnableAuthNegotiatePort": false, 40 "EnableAuthNegotiatePort": false,
41 "EnableOriginBoundCerts": false,
41 "EnabledPlugins": ["Java"], 42 "EnabledPlugins": ["Java"],
42 "ExtensionInstallBlacklist": ["extension_id1", "extension_id2"], 43 "ExtensionInstallBlacklist": ["extension_id1", "extension_id2"],
43 "ExtensionInstallForcelist": ["extension_id1;https://clients2.google.com/servi ce/update2/crx"], 44 "ExtensionInstallForcelist": ["extension_id1;https://clients2.google.com/servi ce/update2/crx"],
44 "ExtensionInstallWhitelist": ["extension_id1", "extension_id2"], 45 "ExtensionInstallWhitelist": ["extension_id1", "extension_id2"],
45 "GSSAPILibraryName": "libgssapi_krb5.so.2", 46 "GSSAPILibraryName": "libgssapi_krb5.so.2",
46 "HomepageIsNewTabPage": true, 47 "HomepageIsNewTabPage": true,
47 "HomepageLocation": "http://chromium.org", 48 "HomepageLocation": "http://chromium.org",
48 "ImagesAllowedForUrls": ["http://www.example.com", "[*.]example.edu"], 49 "ImagesAllowedForUrls": ["http://www.example.com", "[*.]example.edu"],
49 "ImagesBlockedForUrls": ["http://www.example.com", "[*.]example.edu"], 50 "ImagesBlockedForUrls": ["http://www.example.com", "[*.]example.edu"],
50 "IncognitoEnabled": true, 51 "IncognitoEnabled": true,
(...skipping 16 matching lines...) Expand all
67 "RestoreOnStartup": 4, 68 "RestoreOnStartup": 4,
68 "RestoreOnStartupURLs": ["http://chromium.org"], 69 "RestoreOnStartupURLs": ["http://chromium.org"],
69 "SafeBrowsingEnabled": true, 70 "SafeBrowsingEnabled": true,
70 "SavingBrowserHistoryDisabled": true, 71 "SavingBrowserHistoryDisabled": true,
71 "SearchSuggestEnabled": true, 72 "SearchSuggestEnabled": true,
72 "ShowHomeButton": true, 73 "ShowHomeButton": true,
73 "SyncDisabled": true, 74 "SyncDisabled": true,
74 "TranslateEnabled": true, 75 "TranslateEnabled": true,
75 "Disable3DAPIs": true 76 "Disable3DAPIs": true
76 } 77 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/enterprise/chrome-reverse.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698