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 a cookie action for a given domain.
Usage
<site
  domain = "url"
  action = "character_string"/>
Attributes
| Attribute | Type | Required | Description | 
|---|---|---|---|
| action | character_string | Yes | Cookie action to take on the given site. (accept) Accept cookies. (reject) Reject cookies. | 
| domain | url | Yes | URL to which this cookie rule applies. | 
Child elements
There are no child elements.
Parent elements
| Element | 
|---|
Examples
The following example shows the syntax for this element.
<MSIESiteRules formatVersion="6">
<site domain="www.BlueYonderAirlines.com" 
    action="accept"/>
</MSIESiteRules>
Element information
| Minimum supported system | Windows XP | 
| Can be empty | Yes |