| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "experimental.privacy", | 3 "namespace": "privacy", |
| 4 "properties": { | 4 "properties": { |
| 5 "network": { | 5 "network": { |
| 6 "type": "object", | 6 "type": "object", |
| 7 "value": {}, | 7 "value": {}, |
| 8 "description": "Settings that influence Chrome's handling of network con
nections in general.", | 8 "description": "Settings that influence Chrome's handling of network con
nections in general.", |
| 9 "properties": { | 9 "properties": { |
| 10 "networkPredictionEnabled": { | 10 "networkPredictionEnabled": { |
| 11 "$ref": "ChromeSetting", | 11 "$ref": "ChromeSetting", |
| 12 "value": ["networkPredictionEnabled", {"type":"boolean"}], | 12 "value": ["networkPredictionEnabled", {"type":"boolean"}], |
| 13 "description": "If enabled, Chrome attempts to speed up your web bro
wsing experience by pre-resolving DNS entries, prerendering sites (<code><lin
k rel='prefetch' ...></code>), and preemptively opening TCP and SSL connectio
ns to servers. This preference's value is a boolean, defaulting to <code>true</
code>." | 13 "description": "If enabled, Chrome attempts to speed up your web bro
wsing experience by pre-resolving DNS entries, prerendering sites (<code><lin
k rel='prefetch' ...></code>), and preemptively opening TCP and SSL connectio
ns to servers. This preference's value is a boolean, defaulting to <code>true</
code>." |
| (...skipping 13 matching lines...) Expand all Loading... |
| 27 "autofillEnabled": { | 27 "autofillEnabled": { |
| 28 "$ref": "ChromeSetting", | 28 "$ref": "ChromeSetting", |
| 29 "value": ["autofillEnabled", {"type":"boolean"}], | 29 "value": ["autofillEnabled", {"type":"boolean"}], |
| 30 "description": "If enabled, Chrome offers to automatically fill in f
orms. This preference's value is a boolean, defaulting to <code>true</code>." | 30 "description": "If enabled, Chrome offers to automatically fill in f
orms. This preference's value is a boolean, defaulting to <code>true</code>." |
| 31 }, | 31 }, |
| 32 "instantEnabled": { | 32 "instantEnabled": { |
| 33 "$ref": "ChromeSetting", | 33 "$ref": "ChromeSetting", |
| 34 "value": ["instantEnabled", {"type":"boolean"}], | 34 "value": ["instantEnabled", {"type":"boolean"}], |
| 35 "description": "If enabled, Chrome automatically performs and displa
ys search requests for text you type into the Omnibox as you type it. This prefe
rence's value is a boolean, defaulting to <code>true</code>." | 35 "description": "If enabled, Chrome automatically performs and displa
ys search requests for text you type into the Omnibox as you type it. This prefe
rence's value is a boolean, defaulting to <code>true</code>." |
| 36 }, | 36 }, |
| 37 "metricsReportingEnabled": { | |
| 38 "$ref": "ChromeSetting", | |
| 39 "value": ["metricsReportingEnabled", {"type":"boolean"}], | |
| 40 "description": "If enabled, Chrome automatically sends usage statist
ics and crash reports to Google. This preference's value is a boolean, defaultin
g to <code>false</code>." | |
| 41 }, | |
| 42 "safeBrowsingEnabled": { | 37 "safeBrowsingEnabled": { |
| 43 "$ref": "ChromeSetting", | 38 "$ref": "ChromeSetting", |
| 44 "value": ["safeBrowsingEnabled", {"type":"boolean"}], | 39 "value": ["safeBrowsingEnabled", {"type":"boolean"}], |
| 45 "description": "If enabled, Chrome does its best to protect you from
phishing and malware. This preference's value is a boolean, defaulting to <code
>true</code>." | 40 "description": "If enabled, Chrome does its best to protect you from
phishing and malware. This preference's value is a boolean, defaulting to <code
>true</code>." |
| 46 }, | 41 }, |
| 47 "searchSuggestEnabled": { | 42 "searchSuggestEnabled": { |
| 48 "$ref": "ChromeSetting", | 43 "$ref": "ChromeSetting", |
| 49 "value": ["searchSuggestEnabled", {"type":"boolean"}], | 44 "value": ["searchSuggestEnabled", {"type":"boolean"}], |
| 50 "description": "If enabled, Chrome sends the text you type into the
Omnibox to your default search engine, which provides predictions of websites an
d searches that are likely completions of what you've typed so far. This prefere
nce's value is a boolean, defaulting to <code>true</code>." | 45 "description": "If enabled, Chrome sends the text you type into the
Omnibox to your default search engine, which provides predictions of websites an
d searches that are likely completions of what you've typed so far. This prefere
nce's value is a boolean, defaulting to <code>true</code>." |
| 51 }, | 46 }, |
| (...skipping 22 matching lines...) Expand all Loading... |
| 74 "referrersEnabled": { | 69 "referrersEnabled": { |
| 75 "$ref": "ChromeSetting", | 70 "$ref": "ChromeSetting", |
| 76 "value": ["referrersEnabled", {"type":"boolean"}], | 71 "value": ["referrersEnabled", {"type":"boolean"}], |
| 77 "description": "If enabled, Chrome sends <code>referer</code> header
s with your requests. Yes, the name of this preference doesn't match the misspel
led header. No, we're not going to change it. The value of this preference is of
type boolean, and the default value is <code>true</code>." | 72 "description": "If enabled, Chrome sends <code>referer</code> header
s with your requests. Yes, the name of this preference doesn't match the misspel
led header. No, we're not going to change it. The value of this preference is of
type boolean, and the default value is <code>true</code>." |
| 78 } | 73 } |
| 79 } | 74 } |
| 80 } | 75 } |
| 81 } | 76 } |
| 82 } | 77 } |
| 83 ] | 78 ] |
| OLD | NEW |