Share via


p3pCookiePolicy 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 cookie privacy settings by security zone.

Usage

<p3pCookiePolicy
  zone = "securityzone">
  child elements
</p3pCookiePolicy>

Attributes

Attribute Type Required Description

zone

securityzone

Yes

Security zone for which the P3P privacy policy applies.

(internet)

Internet security zone

(intranet)

Intranet security zone

(trustedSites)

Trusted sites security zone

Child elements

Element

firstParty

thirdParty

Child element sequence

firstPartythirdParty

Parent elements

Element

MSIEPrivacySettings

Remarks

Privacy settings cannot be imported for the Restricted or Local security zones.

Examples

The following example shows the syntax for this element.

<p3pCookiePolicy zone="internet">
<firstParty noPolicyDefault="reject" noRuleDefault="accept" alwaysAllowSession="yes">
      <if expr="TEL" action="reject"/>
      <if expr="FIN,CON" action="forceSession"/>
      <if expr="GOV,PUB" action="forceSession"/>
</firstParty>
<thirdParty noPolicyDefault="accept" noRuleDefault="accept" alwaysAllowSession="yes"/>
</p3pCookiePolicy>

Element information

Minimum supported system

Windows XP
Can be empty No