thirdParty element
Important This feature has been removed from Windows 10 and only minimally supported on previous versions of Windows. See "P3P is no longer supported" for more info.
Obsolete. Specifies privacy policy for third-party cookies.
Usage
<thirdParty noPolicyDefault = "character_string" noRuleDefault = "character_string" alwaysAllowSession = "character_string"> child elements </thirdParty>
Attributes
| Attribute | Type | Required | Description |
|---|---|---|---|
|
alwaysAllowSession |
character_string |
Yes |
Cookie action when there is no policy present. |
|
noPolicyDefault |
character_string |
Yes |
Cookie action when there is no policy present. |
|
noRuleDefault |
character_string |
Yes |
Cookie action when there is no rule present. |
Child elements
| Element |
|---|
Child element sequence
if
Parent elements
| Element |
|---|
Examples
The following example shows the syntax for this element.
<thirdParty noPolicyDefault="accept" noRuleDefault="accept" alwaysAllowSession="yes"/>
Element information
|
Minimum supported system | Windows XP |
|---|---|
| Can be empty | No |
Show: