"Allow": ["http://example.org/"], /* Domains where cookies are always allowed */
"Block": ["http://example.edu/"], /* Domains where cookies are always blocked */
"Default": [true|false], /* This sets the default value for "Accept cookies from websites" */
- "AcceptThirdParty": ["all", "none", "from-visited"], /* This sets the default value for "Accept third-party cookies" */
+ "AcceptThirdParty": ["always", "never", "from-visited"], /* This sets the default value for "Accept third-party cookies" */
"ExpireAtSessionEnd": [true|false], /* This determines when cookies expire */
"Locked": [true|false] /* If this is true, cookies preferences can't be changed */
}
<enum id="Cookies_AcceptThirdParty" valueName="Cookies_AcceptThirdParty">
<item displayName="$(string.Cookies_AcceptThirdParty_All)">
<value>
- <string>all</string>
+ <string>always</string>
</value>
</item>
<item displayName="$(string.Cookies_AcceptThirdParty_None)">
<value>
- <string>none</string>
+ <string>never</string>
</value>
</item>
<item displayName="$(string.Cookies_AcceptThirdParty_FromVisited)">