Re: I need an example of a satisfactory policy for IE6

"Kris van Vlaenderen" <[email protected]> Mon, 19 Aug 2002 08:32:24 -0400 (EDT)
Newsgroups gmane.comp.web.p3p.policy
Message-ID <F56CD893AB753E468789F0F5CE8B46164ACDF4@eleventh.expandedmedia.com>
If you want apache to correctly send the compact policy to the browser, use something like this:
 
<Location />
Header append P3P "policyref=\"  <http://catalog.example.com/P3P/PolicyReferences.xml> http://catalog.example.com/P3P/PolicyReferences.xml\ ",CP=\"AlL <http://www.vitrine.be/w3c/p3p.xml/>  DSP
COR PSAi OUR SAMi IND COM NAV OTC\""
</Location>

 
note:  it's very important that you specify the policyref and CP on 1 line !!!