OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |