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

Side by Side Diff: chrome/test/data/enterprise/chrome-reverse.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/test/data/enterprise/chrome.json ('k') | chrome/test/functional/policy_prefs_ui.py » ('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": false, 4 "AlternateErrorPagesEnabled": false,
5 "AlwaysAuthorizePlugins": false, 5 "AlwaysAuthorizePlugins": false,
6 "AutoFillEnabled": true, 6 "AutoFillEnabled": true,
7 "BlockThirdPartyCookies": false, 7 "BlockThirdPartyCookies": false,
8 "ClearSiteDataOnExit": false, 8 "ClearSiteDataOnExit": false,
9 "DefaultBrowserSettingEnabled": false, 9 "DefaultBrowserSettingEnabled": false,
10 "DefaultCookiesSetting": 0, 10 "DefaultCookiesSetting": 0,
11 "DefaultGeolocationSetting": 0, 11 "DefaultGeolocationSetting": 0,
12 "DefaultImagesSetting": 0, 12 "DefaultImagesSetting": 0,
13 "DefaultJavaScriptSetting": 0, 13 "DefaultJavaScriptSetting": 0,
14 "DefaultNotificationSetting": 2, 14 "DefaultNotificationSetting": 2,
15 "DefaultPluginsSetting": 0, 15 "DefaultPluginsSetting": 0,
16 "DefaultPopupsSetting": 1, 16 "DefaultPopupsSetting": 1,
17 "DefaultSearchProviderEnabled": false, 17 "DefaultSearchProviderEnabled": false,
18 "DeveloperToolsDisabled": false, 18 "DeveloperToolsDisabled": false,
19 "Disable3DAPIs": true, 19 "Disable3DAPIs": true,
20 "DisableAuthNegotiateCnameLookup": true, 20 "DisableAuthNegotiateCnameLookup": true,
21 "DisableSpdy": false, 21 "DisableSpdy": false,
22 "DnsPrefetchingEnabled": false, 22 "DnsPrefetchingEnabled": false,
23 "EditBookmarksEnabled":false, 23 "EditBookmarksEnabled":false,
24 "EnableAuthNegotiatePort": true, 24 "EnableAuthNegotiatePort": true,
25 "EnableOriginBoundCerts": true,
25 "HomepageIsNewTabPage": false, 26 "HomepageIsNewTabPage": false,
26 "HomepageLocation": "http://chromium.org", 27 "HomepageLocation": "http://chromium.org",
27 "IncognitoEnabled": false, 28 "IncognitoEnabled": false,
28 "InstantEnabled": false, 29 "InstantEnabled": false,
29 "JavascriptEnabled": true, 30 "JavascriptEnabled": true,
30 "MetricsReportingEnabled": false, 31 "MetricsReportingEnabled": false,
31 "PasswordManagerAllowShowPasswords": true, 32 "PasswordManagerAllowShowPasswords": true,
32 "PasswordManagerEnabled": false, 33 "PasswordManagerEnabled": false,
33 "PrintingEnabled": false, 34 "PrintingEnabled": false,
34 "ProxyBypassList": "http://www.example1.com,http://www.example2.com,http://int ernalsite/", 35 "ProxyBypassList": "http://www.example1.com,http://www.example2.com,http://int ernalsite/",
35 "ProxyMode": "direct", 36 "ProxyMode": "direct",
36 "ProxyPacUrl": "http://internal.site/example.pac", 37 "ProxyPacUrl": "http://internal.site/example.pac",
37 "ProxyServer": "123.123.123.123:8080", 38 "ProxyServer": "123.123.123.123:8080",
38 "RestoreOnStartup": 0, 39 "RestoreOnStartup": 0,
39 "RestoreOnStartupURLs": ["http://chromium.org"], 40 "RestoreOnStartupURLs": ["http://chromium.org"],
40 "SafeBrowsingEnabled": false, 41 "SafeBrowsingEnabled": false,
41 "SavingBrowserHistoryDisabled": false, 42 "SavingBrowserHistoryDisabled": false,
42 "SearchSuggestEnabled": false, 43 "SearchSuggestEnabled": false,
43 "ShowHomeButton": false, 44 "ShowHomeButton": false,
44 "SyncDisabled": false, 45 "SyncDisabled": false,
45 "TranslateEnabled": false, 46 "TranslateEnabled": false,
46 "Disable3DAPIs": false 47 "Disable3DAPIs": false
47 } 48 }
OLDNEW
« no previous file with comments | « chrome/test/data/enterprise/chrome.json ('k') | chrome/test/functional/policy_prefs_ui.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698