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 "EnableMemoryInfo": false, |
41 "EnableOriginBoundCerts": false, | 42 "EnableOriginBoundCerts": false, |
42 "EnabledPlugins": ["Java"], | 43 "EnabledPlugins": ["Java"], |
43 "ExtensionInstallBlacklist": ["extension_id1", "extension_id2"], | 44 "ExtensionInstallBlacklist": ["extension_id1", "extension_id2"], |
44 "ExtensionInstallForcelist": ["extension_id1;https://clients2.google.com/servi
ce/update2/crx"], | 45 "ExtensionInstallForcelist": ["extension_id1;https://clients2.google.com/servi
ce/update2/crx"], |
45 "ExtensionInstallWhitelist": ["extension_id1", "extension_id2"], | 46 "ExtensionInstallWhitelist": ["extension_id1", "extension_id2"], |
46 "GSSAPILibraryName": "libgssapi_krb5.so.2", | 47 "GSSAPILibraryName": "libgssapi_krb5.so.2", |
47 "HomepageIsNewTabPage": true, | 48 "HomepageIsNewTabPage": true, |
48 "HomepageLocation": "http://chromium.org", | 49 "HomepageLocation": "http://chromium.org", |
49 "ImagesAllowedForUrls": ["http://www.example.com", "[*.]example.edu"], | 50 "ImagesAllowedForUrls": ["http://www.example.com", "[*.]example.edu"], |
50 "ImagesBlockedForUrls": ["http://www.example.com", "[*.]example.edu"], | 51 "ImagesBlockedForUrls": ["http://www.example.com", "[*.]example.edu"], |
(...skipping 17 matching lines...) Expand all Loading... |
68 "RestoreOnStartup": 4, | 69 "RestoreOnStartup": 4, |
69 "RestoreOnStartupURLs": ["http://chromium.org"], | 70 "RestoreOnStartupURLs": ["http://chromium.org"], |
70 "SafeBrowsingEnabled": true, | 71 "SafeBrowsingEnabled": true, |
71 "SavingBrowserHistoryDisabled": true, | 72 "SavingBrowserHistoryDisabled": true, |
72 "SearchSuggestEnabled": true, | 73 "SearchSuggestEnabled": true, |
73 "ShowHomeButton": true, | 74 "ShowHomeButton": true, |
74 "SyncDisabled": true, | 75 "SyncDisabled": true, |
75 "TranslateEnabled": true, | 76 "TranslateEnabled": true, |
76 "Disable3DAPIs": true | 77 "Disable3DAPIs": true |
77 } | 78 } |
OLD | NEW |