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

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 !!!

Received on Tuesday, 20 August 2002 11:07:00 UTC