1 out of 1 rated this helpful - Rate this topic

site element

Specifies a cookie action for a given domain.

Usage

<site
  domain = "url"
  action = "character_string"/>

Attributes

AttributeTypeRequiredDescription

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

MSIESiteRules

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 emptyYes

 

 

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.